/tg/ Station 13 - Modules - TypesDefine Details

modular_skyrat/modules/medical/code/wounds/synth/blunt/secures_internals.dm

/datum/wound/blunt/robotic/secures_internalsA subtype of blunt wounds that has a "secure internals" step
CROWBAR_OPEN_ESSENTIAL_LIMB_DAMAGE_MULTIf our limb is essential, damage dealt to it by tearing it open will be multiplied against this.
CROWBAR_OPEN_SHOCK_POWERThe "power" put into electrocute_act whenever someone gets shocked when they crowbar open our limb
CROWBAR_OPEN_BRUTE_DAMAGEThe brute damage done to this limb (doubled on essential limbs) when it is crowbarred open
SECURE_INTERNALS_CONFUSED_CHANCE_THRESHOLDIf, on a secure internals attempt, we have less than this chance to succeed, we warn the user.

Define Details

CROWBAR_OPEN_BRUTE_DAMAGE

The brute damage done to this limb (doubled on essential limbs) when it is crowbarred open

CROWBAR_OPEN_ESSENTIAL_LIMB_DAMAGE_MULT

If our limb is essential, damage dealt to it by tearing it open will be multiplied against this.

CROWBAR_OPEN_SHOCK_POWER

The "power" put into electrocute_act whenever someone gets shocked when they crowbar open our limb

SECURE_INTERNALS_CONFUSED_CHANCE_THRESHOLD

If, on a secure internals attempt, we have less than this chance to succeed, we warn the user.