byond - Modules - TypesVar Details - Proc Details

acid

Vars

acid_delayFactor of duration between acid progression
acid_tTarget the acid is melting
clear_acidSet when attempting to clear acid off of an item with extinguish_acid() to prevent an item being extinguished multiple times in a tick.
flare_damageHow much fuel the acid drains from the flare every acid tick
remainingDuration left to next acid stage
ticks_leftAcid stages left to complete melting

Procs

attempt_pickupCalled by COMSIG_ITEM_PICKUP when an item is attempted to be picked up but has acid
move_acidCalled by COMSIG_MOVABLE_MOVED when an item with acid is moved

Var Details

acid_delay

Factor of duration between acid progression

acid_t

Target the acid is melting

clear_acid

Set when attempting to clear acid off of an item with extinguish_acid() to prevent an item being extinguished multiple times in a tick.

flare_damage

How much fuel the acid drains from the flare every acid tick

remaining

Duration left to next acid stage

ticks_left

Acid stages left to complete melting

Proc Details

attempt_pickup

Called by COMSIG_ITEM_PICKUP when an item is attempted to be picked up but has acid

move_acid

Called by COMSIG_MOVABLE_MOVED when an item with acid is moved