spacetime_dist
Vars | |
duration | The duration of the scramble |
---|---|
effects | A lazylist of all scramble effects this spell has created. |
ready | Weather we're ready to cast again yet or not |
scramble_radius | The radius of the scramble around the caster |
Procs | |
clean_turfs | Callback which cleans up our effects list after the duration expires. |
get_targets_to_scramble | Gets a list of turfs around the center atom to scramble. |
Var Details
duration
The duration of the scramble
effects
A lazylist of all scramble effects this spell has created.
ready
Weather we're ready to cast again yet or not
scramble_radius
The radius of the scramble around the caster
Proc Details
clean_turfs
Callback which cleans up our effects list after the duration expires.
get_targets_to_scramble
Gets a list of turfs around the center atom to scramble.
Returns an assoc list of turf to turf. These pairs are what turfs are swapped between one another when the cast is done.