amputating_limbs
This component will intercept bare-handed attacks by the owner on sufficiently injured carbons and amputate random limbs instead
Vars | |
minimum_stat | How awake must our target be? |
---|---|
pre_hit_callback | Callback for a proc right before confirming the attack. If it returns FALSE, cancel |
snip_chance | How likely are we to perform this action? |
surgery_time | How long does it take? |
surgery_verb | What is the means by which we describe the act of amputation? |
target_zones | The types of limb we can remove |
Procs | |
amputate | Chop one off |
try_amputate | Called when you click on literally anything with your hands, see if it is an injured carbon and then try to cut it up |
Var Details
minimum_stat
How awake must our target be?
pre_hit_callback
Callback for a proc right before confirming the attack. If it returns FALSE, cancel
snip_chance
How likely are we to perform this action?
surgery_time
How long does it take?
surgery_verb
What is the means by which we describe the act of amputation?
target_zones
The types of limb we can remove
Proc Details
amputate
Chop one off
try_amputate
Called when you click on literally anything with your hands, see if it is an injured carbon and then try to cut it up