/tg/ Station 13 - Modules - TypesVar Details - Proc Details

legion

Avoids players while throwing skulls at them. Legion skulls heal allies, bite enemies, and infest dying humans to make more legions.

Vars

brood_typeWhat kind of mob do we spawn?
corpse_typeWhat kind of corpse spawner do we leave behind on death?
stored_mobWho is inside of us?

Procs

consumePut a corpse in this guy
get_loot_listCreate what we want to drop on death, in proc form so we can always return a static list
on_consumed_reviveA 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

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