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

ripley

Vars

cargo_holdReference to the Cargo Hold equipment.
fast_pressure_step_inHow fast the mech is in low pressure
hidesAmount of Goliath hides attached to the mech
slow_pressure_step_inHow fast the mech is in normal pressure
stepsoundCustom Ripley step and turning sounds (from TGMC)

Procs

update_pressureMakes the mecha go faster and halves the mecha drill cooldown if in Lavaland pressure.

Var Details

cargo_hold

Reference to the Cargo Hold equipment.

fast_pressure_step_in

How fast the mech is in low pressure

hides

Amount of Goliath hides attached to the mech

slow_pressure_step_in

How fast the mech is in normal pressure

stepsound

Custom Ripley step and turning sounds (from TGMC)

Proc Details

update_pressure

Makes the mecha go faster and halves the mecha drill cooldown if in Lavaland pressure.

Checks for Lavaland pressure, if that works out the mech's speed is equal to fast_pressure_step_in and the cooldown for the mecha drill is halved. If not it uses slow_pressure_step_in and drill cooldown is normal.