Ore Storage Tanks is accessible via the URL /orestorage
.
Ore Storage Tanks increase the amount of ore you can store on your planet.
The list of methods below represents changes and additions to the methods that all Buildings share.
This method is extended to include details about what kinds of ore are stored.
{
"building" : { ... },
"status" : { ... },
"ore_stored" : {
"bauxite" : 0,
"gold" : 47,
"trona" : 301,
...
}
}
Converts ore into waste.
{
"status" : { ... }
}
A session id.
The unique id of the building.
Choose a type of ore convert into waste. (gold, bauxite, galena, etc)
An integer representing the amount to dump.