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

wendigo

Vars

can_moveIf the wendigo is allowed to move
scream_cooldownStores the last scream time so it doesn't spam it
scream_cooldown_timeTime before the wendigo can scream again
startingSaves the turf the megafauna was created at (spawns exit portal here)
stomp_rangeRange for wendigo stomping when it moves
stored_move_dirsStores directions the mob is moving, then calls that a move has fully ended when these directions are removed in moved

Procs

heavy_stompLarger but slower ground stomp
shockwave_screamApplies dizziness to all nearby enemies that can hear the scream and animates the wendigo shaking up and down as shockwave projectiles shoot outward
spiral_attackShoots shockwave projectiles in a random preset pattern
try_teleportTeleports to a location 4 turfs away from the enemy in view
wendigo_slamSlams the ground around the source throwing back enemies caught nearby, delay is for the radius increase

Var Details

can_move

If the wendigo is allowed to move

scream_cooldown

Stores the last scream time so it doesn't spam it

scream_cooldown_time

Time before the wendigo can scream again

starting

Saves the turf the megafauna was created at (spawns exit portal here)

stomp_range

Range for wendigo stomping when it moves

stored_move_dirs

Stores directions the mob is moving, then calls that a move has fully ended when these directions are removed in moved

Proc Details

heavy_stomp

Larger but slower ground stomp

shockwave_scream

Applies dizziness to all nearby enemies that can hear the scream and animates the wendigo shaking up and down as shockwave projectiles shoot outward

spiral_attack

Shoots shockwave projectiles in a random preset pattern

try_teleport

Teleports to a location 4 turfs away from the enemy in view

wendigo_slam

Slams the ground around the source throwing back enemies caught nearby, delay is for the radius increase