rappel_system

Vars | |
disabled_smoke | Smoke particle holder for when it's disabled |
---|---|
rappel_state | What state the rope is in (usable, hooked, locked, in-use, etc.) |
rope | The rappeling rope we use |
Procs | |
attack_rappel | Handles xeno attacks on the system; called by the rappel rope whenever attack_alien() is called on the rope |
break_rappel | Disables the rappel system, retracting any active ropes in the process. |
deploy_rope | Deploys the rappel and unlocks the hatch so that people can drop down |
pre_retract | Feedback for when PO manually retracts the rope. Leads back into retract_rope after sounds and balloon alerts are done. |
rappel_animation | Human animation for dropping down |
reel_in | Part 2 of retract_rope(), moves the rope back into the system after the rope animation has completed. Unbuckles any mobs which were attached to it. |
retract_rope | Undeploys the rappel and locks the hatch. Rappel cannot be retracted if it is currently being attacked (hooked) |
self_repair | Disabled rappels repair themselves after the cord is placed back in. |
Var Details
disabled_smoke

Smoke particle holder for when it's disabled
rappel_state

What state the rope is in (usable, hooked, locked, in-use, etc.)
rope

The rappeling rope we use
Proc Details
attack_rappel
Handles xeno attacks on the system; called by the rappel rope whenever attack_alien() is called on the rope
break_rappel
Disables the rappel system, retracting any active ropes in the process.
deploy_rope
Deploys the rappel and unlocks the hatch so that people can drop down
pre_retract
Feedback for when PO manually retracts the rope. Leads back into retract_rope after sounds and balloon alerts are done.
rappel_animation
Human animation for dropping down
reel_in
Part 2 of retract_rope(), moves the rope back into the system after the rope animation has completed. Unbuckles any mobs which were attached to it.
retract_rope
Undeploys the rappel and locks the hatch. Rappel cannot be retracted if it is currently being attacked (hooked)
self_repair
Disabled rappels repair themselves after the cord is placed back in.