/tg/ Station 13 - Modules - TypesVar Details - Proc Details

ore_redemption

Ore Redemption Unit (ORM)

Vars

console_notify_timerVariable that holds a timer which is used for callbacks to send_console_message(). Used for preventing multiple calls to this proc while the ORM is eating a stack of ores.
materialsLinkage to the ORM silo
ore_multiplierSmelted ore's amount is multiplied by this
ore_valuesDetails how many credits each smelted ore is worth
point_upgradeIncreases the amount of points the miners gain
pointsThe current amount of unclaimed points in the machine
requires_siloBoolean on whether the ORM can claim points without being connected to an ore silo.
stored_researchReferences the alloys the smelter can create

Procs

can_smelt_alloyReturns the amount of a specific alloy design, based on the accessible materials
send_console_messageSends a message to the request consoles that signed up for ore updates

Var Details

console_notify_timer

Variable that holds a timer which is used for callbacks to send_console_message(). Used for preventing multiple calls to this proc while the ORM is eating a stack of ores.

materials

Linkage to the ORM silo

ore_multiplier

Smelted ore's amount is multiplied by this

ore_values

Details how many credits each smelted ore is worth

point_upgrade

Increases the amount of points the miners gain

points

The current amount of unclaimed points in the machine

requires_silo

Boolean on whether the ORM can claim points without being connected to an ore silo.

stored_research

References the alloys the smelter can create

Proc Details

can_smelt_alloy

Returns the amount of a specific alloy design, based on the accessible materials

send_console_message

Sends a message to the request consoles that signed up for ore updates