Space Station 13 - Nebula13 - Modules - TypesVar Details - Proc Details

ore_box

Ore box

Vars

maximum_oresMaximum amount of ores of all types that can be stored in the box.
stored_oreA list with all the ores of every types that are currently inside. Associative list (ore name = ore amount).
total_oresThe current total amount of ores of all types that were placed inside.

Procs

insert_oreInserts an ore pile into the box
insert_oresInsert many ores into the box
remove_oreRemove 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