thing 
Vars | |
maploaded | if true, this boss may only be killed proper in its ruin by the associated machines as part of the bossfight. |
---|---|
phase | Current phase of the boss fight |
phase_invul_time | Time the Thing will be invulnerable between phases |
phase_invulnerability_timer | timer of phase invulnerability between phases |
return_timer | return timer |
spawn_loc | where we spawned. not set if not maploaded |
Procs | |
immediate_aggro | Immediately set out blackboard target key (if empty) to whoever attacks us; this is primarily because it has a lowered aggro range and a high sight range |
phase_successfully_depleted | The Thing is successfully hit by incendiary fire while downed by damage (alternatively takes too much damage if not ruin spawned) |
return_to_spawn_check | Return us to our spawn loc (ruin boss only) if we are alive and have an ai controller and our loc isnt the spawn loc |
target_gained | Delete our return timer when we gain a target if we started premapped |
target_lost | If we started premapped, and we lost our target, start a 3 minute timer to return to spawn turf unless we gain aggro again |
Var Details
maploaded 
if true, this boss may only be killed proper in its ruin by the associated machines as part of the bossfight.
phase 
Current phase of the boss fight
phase_invul_time 
Time the Thing will be invulnerable between phases
phase_invulnerability_timer 
timer of phase invulnerability between phases
return_timer 
return timer
spawn_loc 
where we spawned. not set if not maploaded
Proc Details
immediate_aggro
Immediately set out blackboard target key (if empty) to whoever attacks us; this is primarily because it has a lowered aggro range and a high sight range
phase_successfully_depleted
The Thing is successfully hit by incendiary fire while downed by damage (alternatively takes too much damage if not ruin spawned)
return_to_spawn_check
Return us to our spawn loc (ruin boss only) if we are alive and have an ai controller and our loc isnt the spawn loc
target_gained
Delete our return timer when we gain a target if we started premapped
target_lost
If we started premapped, and we lost our target, start a 3 minute timer to return to spawn turf unless we gain aggro again