acidic_missile

Vars | |
acid_level | The acid level of the ability. Affects radius and movement speed. |
---|---|
particle_holder | The particles effects from activation. |
Procs | |
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. |
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.