heretic_arena 
Vars | |
arena_caster | Reference to the caster, the spell collapses if they leave the arena |
---|---|
border_walls | List of border walls we have placed on the edges of the monitor |
contained_mobs | List of mobs inside our arena |
given_immunities | List of immunities given to our combatants |
welfare_blades | List of blades we've so generously handed out to the participants |
Procs | |
on_pre_move | If we try to enter a space turf that has a mirage, we will block the movement |
on_teleport | If our caster teleports away (after winning presumably) we'll collapse the arena so that it doens't needlessly linger |
on_try_ladder | Prevents using ladders |
on_try_z_move | Blocks Z movement to new z levels |
Var Details
arena_caster 
Reference to the caster, the spell collapses if they leave the arena
border_walls 
List of border walls we have placed on the edges of the monitor
contained_mobs 
List of mobs inside our arena
given_immunities 
List of immunities given to our combatants
welfare_blades 
List of blades we've so generously handed out to the participants
Proc Details
on_pre_move
If we try to enter a space turf that has a mirage, we will block the movement
on_teleport
If our caster teleports away (after winning presumably) we'll collapse the arena so that it doens't needlessly linger
on_try_ladder
Prevents using ladders
on_try_z_move
Blocks Z movement to new z levels