firenado

Vars | |
creator | The pyrogen who created this effect. |
---|---|
turf_starting | The starting turf to see how far we are. |
turf_target | The target turf that we will try to go to. |
Procs | |
Moved | Creates melting fire in a 3x3 and applies various effects to all humans in the new loc. |
get_acceptable_turfs | Returns a list of open turfs that do not contain melting fire. |
mob_act | Sets living non-xenos with melting fire and deals burning damage to them. |
on_cross | Applies various effects to humans who enter the same loc as the firenado. |
process | Delete itself if it reaches maximum distance, reaches the target turf, or fails to take a step toward the target turf. |
refresh_or_create_fire | Refreshes the burn ticks of the melting fire on a turf or creates one if it does not exist. |
Var Details
creator

The pyrogen who created this effect.
turf_starting

The starting turf to see how far we are.
turf_target

The target turf that we will try to go to.
Proc Details
Moved
Creates melting fire in a 3x3 and applies various effects to all humans in the new loc.
get_acceptable_turfs
Returns a list of open turfs that do not contain melting fire.
mob_act
Sets living non-xenos with melting fire and deals burning damage to them.
on_cross
Applies various effects to humans who enter the same loc as the firenado.
process
Delete itself if it reaches maximum distance, reaches the target turf, or fails to take a step toward the target turf.
refresh_or_create_fire
Refreshes the burn ticks of the melting fire on a turf or creates one if it does not exist.