byond - Modules - TypesVar Details - Proc Details

acid

Vars

acid_damageacid damage on pick up, subject to armor
acid_melt_multiplierHow much faster or slower acid melts specific objects/turfs.
acid_strengthhow fast something will melt when subject to this acid.
acid_tthe target atom for being melted
strength_tstages of meltage, currently used to determine what messages to output
ticksthe current tick on destruction stage, currently used to determine what messages to output

Procs

on_attempt_pickupSig handler to show this acid is attached to something
on_pickupSig handler to show this acid is attached to something
on_target_delcleans up if the target is destroyed
on_target_moveMoves with the target
return_self_acidSig 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