Yogstation 13 - Modules - TypesVar Details - Proc Details

Wire Crawl

Blood Crawl

Lets the caster enter and exit pools of blood.

Vars

enter_blood_timeThe time it takes to enter blood
enter_radiusThe radius around us that we look for wires in
equip_wire_handsIf TRUE, we equip "wire crawl" hands to the jaunter to prevent using items
exit_blood_timeThe time it takes to exit blood

Procs

do_wirecrawlAttempts to enter or exit the passed blood pool. Returns TRUE if we successfully entered or exited said pool, FALSE otherwise
find_nearby_powerReturns a nearby blood decal, or null if there aren't any
try_enter_jauntAttempts to enter the passed blood pool. If forced is TRUE, it will override enter_blood_time.
try_exit_jauntAttempts to Exit the passed blood pool. If forced is TRUE, it will override exit_blood_time, and if we're currently consuming someone.

Var Details

enter_blood_time

The time it takes to enter blood

enter_radius

The radius around us that we look for wires in

equip_wire_hands

If TRUE, we equip "wire crawl" hands to the jaunter to prevent using items

exit_blood_time

The time it takes to exit blood

Proc Details

do_wirecrawl

Attempts to enter or exit the passed blood pool. Returns TRUE if we successfully entered or exited said pool, FALSE otherwise

find_nearby_power

Returns a nearby blood decal, or null if there aren't any

try_enter_jaunt

Attempts to enter the passed blood pool. If forced is TRUE, it will override enter_blood_time.

try_exit_jaunt

Attempts to Exit the passed blood pool. If forced is TRUE, it will override exit_blood_time, and if we're currently consuming someone.