ore_box 
Ore box
Vars | |
| maximum_ores | Maximum amount of ores of all types that can be stored in the box. |
|---|---|
| stored_ore | A list with all the ores of every types that are currently inside. Associative list (ore name = ore amount). |
| total_ores | The current total amount of ores of all types that were placed inside. |
Procs | |
| insert_ore | Inserts an ore pile into the box |
| insert_ores | Insert many ores into the box |
| remove_ore | Remove the given ore from the box |
Var Details
maximum_ores 
Maximum amount of ores of all types that can be stored in the box.
stored_ore 
A list with all the ores of every types that are currently inside. Associative list (ore name = ore amount).
total_ores 
The current total amount of ores of all types that were placed inside.
Proc Details
insert_ore
Inserts an ore pile into the box
insert_ores
Insert many ores into the box
remove_ore
Remove the given ore from the box