acid

Vars | |
acid_damage | acid damage on pick up, subject to armor |
---|---|
acid_melt_multiplier | How much faster or slower acid melts specific objects/turfs. |
acid_strength | how fast something will melt when subject to this acid. |
acid_t | the target atom for being melted |
strength_t | stages of meltage, currently used to determine what messages to output |
ticks | the current tick on destruction stage, currently used to determine what messages to output |
Procs | |
on_attempt_pickup | Sig handler to show this acid is attached to something |
on_pickup | Sig handler to show this acid is attached to something |
on_target_del | cleans up if the target is destroyed |
on_target_move | Moves with the target |
return_self_acid | Sig handler to show this acid is attached to something |
Var Details
acid_damage

acid damage on pick up, subject to armor
acid_melt_multiplier

How much faster or slower acid melts specific objects/turfs.
acid_strength

how fast something will melt when subject to this acid.
acid_t

the target atom for being melted
strength_t

stages of meltage, currently used to determine what messages to output
ticks

the current tick on destruction stage, currently used to determine what messages to output
Proc Details
on_attempt_pickup
Sig handler to show this acid is attached to something
on_pickup
Sig handler to show this acid is attached to something
on_target_del
cleans up if the target is destroyed
on_target_move
Moves with the target
return_self_acid
Sig handler to show this acid is attached to something