fire_breath 
Vars | |
| fire_damage | How much damage do you take when engulfed? |
|---|---|
| fire_delay | Time to wait between spawning each fire turf |
| fire_range | The range of the fire |
| fire_sound | The sound played when you use this ability |
| fire_temperature | How hot is our fire |
| fire_volume | 'How much' fire do we expose the turf to? |
| mech_damage | How much damage to mechs take when engulfed? |
Procs | |
| attack_sequence | Apply our specific fire breathing shape, in proc form so we can override it in subtypes |
| burn_turf | Finally spawn the actual fire, spawns the fire hotspot in case you want to recolour it or something |
| fire_line | Breathe fire in a line towards the target, optionally rotated at an offset from the target |
| on_burn_mob | Do something unpleasant to someone we set on fire |
| progressive_fire_line | Creates fire with a delay on the list of targeted turfs |
Var Details
fire_damage 
How much damage do you take when engulfed?
fire_delay 
Time to wait between spawning each fire turf
fire_range 
The range of the fire
fire_sound 
The sound played when you use this ability
fire_temperature 
How hot is our fire
fire_volume 
'How much' fire do we expose the turf to?
mech_damage 
How much damage to mechs take when engulfed?
Proc Details
attack_sequence
Apply our specific fire breathing shape, in proc form so we can override it in subtypes
burn_turf
Finally spawn the actual fire, spawns the fire hotspot in case you want to recolour it or something
fire_line
Breathe fire in a line towards the target, optionally rotated at an offset from the target
on_burn_mob
Do something unpleasant to someone we set on fire
progressive_fire_line
Creates fire with a delay on the list of targeted turfs