legion
Vars | |
chase_target | Charge Target Ability |
---|---|
create_legion_skull | Create Skulls ability |
create_legion_turrets | Create Turrets Ability |
Procs | |
AttackingTarget | In addition to parent functionality, this will also turn the target into a small legion if they are unconscious. |
Split | Splits legion into smaller skulls. |
adjustHealth | This makes sure that the legion door opens on taking damage, so you can't cheese this boss. |
death | Special snowflake death() here. Can only die if size is 1 or lower and HP is 0 or below. |
throw_impact | Deals some extra damage on throw impact. |
Var Details
chase_target
Charge Target Ability
create_legion_skull
Create Skulls ability
create_legion_turrets
Create Turrets Ability
Proc Details
AttackingTarget
In addition to parent functionality, this will also turn the target into a small legion if they are unconscious.
Split
Splits legion into smaller skulls.
adjustHealth
This makes sure that the legion door opens on taking damage, so you can't cheese this boss.
death
Special snowflake death() here. Can only die if size is 1 or lower and HP is 0 or below.
throw_impact
Deals some extra damage on throw impact.