legion
Avoids players while throwing skulls at them. Legion skulls heal allies, bite enemies, and infest dying humans to make more legions.
Vars | |
brood_type | What kind of mob do we spawn? |
---|---|
corpse_type | What kind of corpse spawner do we leave behind on death? |
stored_mob | Who is inside of us? |
Procs | |
assign_abilities | Give the Legion its spells |
consume | Put a corpse in this guy |
get_loot_list | Create what we want to drop on death, in proc form so we can always return a static list |
on_consumed_revive | A Legion which only drops skeletons instead of corpses which might have fun loot, so it cannot be farmed |
Var Details
brood_type
What kind of mob do we spawn?
corpse_type
What kind of corpse spawner do we leave behind on death?
stored_mob
Who is inside of us?
Proc Details
assign_abilities
Give the Legion its spells
consume
Put a corpse in this guy
get_loot_list
Create what we want to drop on death, in proc form so we can always return a static list
on_consumed_revive
A Legion which only drops skeletons instead of corpses which might have fun loot, so it cannot be farmed