Files
Bubberstation/code/__DEFINES/~skyrat_defines/medical_defines.dm
nikothedude c6e573e25e [SEMI-MODULAR] Makes defibs work badly on synths, moving the perferred method of synth revival to the revival surgery, also makes said surgery a lot faster (#23923)
* waesfdrghf

* srgsrg

* actually, this part was unnecessary

* vsffgsef

* ah this wasnt modular

* while im here, ill do you one better

* Apply suggestions from code review

Co-authored-by: Bloop <13398309+vinylspiders@users.noreply.github.com>

---------

Co-authored-by: Bloop <13398309+vinylspiders@users.noreply.github.com>
2023-10-09 16:00:29 -04:00

10 lines
737 B
Plaintext

//Deterministic bonus for bodypart wounding:
#define DAMAGED_BODYPART_BONUS_WOUNDING_BONUS 30 //After this threshold we dont get any wounding bonuses form damaged bodyparts
#define DAMAGED_BODYPART_BONUS_WOUNDING_THRESHOLD 0.5 //How much extra % of wounding dmg we'll have if a bodypart is damaged enough
#define DAMAGED_BODYPART_BONUS_WOUNDING_COEFF 15 //This is multiplied by the sustained damage %. Keep in mind the % limit //Currently: 15/0.5=7.5
/// If a synth is revived via defib, they will have a brain trauma for this amount of time.
#define SYNTH_DEFIBBED_TRAUMA_DURATION 90 SECONDS
/// If a synth is revived via defib, they will get a brain trauma of this severity.
#define SYNTH_DEFIBBED_TRAUMA_SEVERITY BRAIN_TRAUMA_SEVERE