byond - Modules - TypesVar Details - Proc Details

acidic_missile

Vars

acid_levelThe acid level of the ability. Affects radius and movement speed.
particle_holderThe particles effects from activation.

Procs

acid_explosionExplodes with a radius based on acid level.
do_after_checksAdditional checks for do_after. They must have acid level, enough plasma, and must not be leaping.
end_abilityResets everything related to the ability and ends/completes the ability.
increase_acid_levelIncreases acid level and handles its associated effects.
on_staggerCompletes the ability and triggers the acid explosion at a reduced acid level.
throw_completeCompletes the ability and triggers the acid explosion.

Var Details

acid_level

The acid level of the ability. Affects radius and movement speed.

particle_holder

The particles effects from activation.

Proc Details

acid_explosion

Explodes with a radius based on acid level.

do_after_checks

Additional checks for do_after. They must have acid level, enough plasma, and must not be leaping.

end_ability

Resets everything related to the ability and ends/completes the ability.

increase_acid_level

Increases acid level and handles its associated effects.

on_stagger

Completes the ability and triggers the acid explosion at a reduced acid level.

throw_complete

Completes the ability and triggers the acid explosion.