/tg/ Station 13 - Modules - TypesVar Details - Proc Details

fire_breath

Vars

fire_damageHow much damage do you take when engulfed?
fire_delayTime to wait between spawning each fire turf
fire_rangeThe range of the fire
fire_soundThe sound played when you use this ability
fire_temperatureHow hot is our fire
fire_volume'How much' fire do we expose the turf to?
mech_damageHow much damage to mechs take when engulfed?

Procs

attack_sequenceApply our specific fire breathing shape, in proc form so we can override it in subtypes
burn_turfFinally spawn the actual fire, spawns the fire hotspot in case you want to recolour it or something
fire_lineBreathe fire in a line towards the target, optionally rotated at an offset from the target
on_burn_mobDo something unpleasant to someone we set on fire
progressive_fire_lineCreates 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