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

narsie

Nar'Sie, the God of the blood cultists

Vars

singularityThe singularity component to move around Nar'Sie. A weak ref in case an admin removes the component to preserve the functionality.

Procs

acquireNar'Sie gets a taste of something, and will start to gravitate towards it
consumeCalled to make Nar'Sie convert objects to cult stuff, or to eat
fall_of_the_harbingerCleans up all of Nar'Sie's abilities, stats, and ends her round-ending capabilities. This should only be called if start_ending_the_round() successfully started.
mesmerizeStun people around Nar'Sie that aren't cultists
pickcultistNarsie rewards her cultists with being devoured first, then picks a ghost to follow.
start_ending_the_roundThis proc sets up all of Nar'Sie's abilities, stats, and begins her round-ending capabilities. She does not do anything unless this proc is invoked. This is only meant to be invoked after this instance is initialized in specific pro-sumer procs, as it WILL derail the entire round.

Var Details

singularity

The singularity component to move around Nar'Sie. A weak ref in case an admin removes the component to preserve the functionality.

Proc Details

acquire

Nar'Sie gets a taste of something, and will start to gravitate towards it

consume

Called to make Nar'Sie convert objects to cult stuff, or to eat

fall_of_the_harbinger

Cleans up all of Nar'Sie's abilities, stats, and ends her round-ending capabilities. This should only be called if start_ending_the_round() successfully started.

mesmerize

Stun people around Nar'Sie that aren't cultists

pickcultist

Narsie rewards her cultists with being devoured first, then picks a ghost to follow.

start_ending_the_round

This proc sets up all of Nar'Sie's abilities, stats, and begins her round-ending capabilities. She does not do anything unless this proc is invoked. This is only meant to be invoked after this instance is initialized in specific pro-sumer procs, as it WILL derail the entire round.