Adds limitations to brain traumas (#35938)

* Adds limitations to brain damage

* no need for these anymore

* a bit harder to gain traumas if you have some already

* (
This commit is contained in:
XDTM
2018-02-25 17:59:55 +01:00
committed by CitadelStationBot
parent 0589c06507
commit bd6e8f0bbb
4 changed files with 53 additions and 9 deletions
+7
View File
@@ -66,6 +66,13 @@
#define TRAUMA_RESILIENCE_MAGIC 4 //Curable only with magic
#define TRAUMA_RESILIENCE_ABSOLUTE 5 //This is here to stay
//Limit of traumas for each resilience tier
#define TRAUMA_LIMIT_BASIC 3
#define TRAUMA_LIMIT_SURGERY 2
#define TRAUMA_LIMIT_LOBOTOMY 3
#define TRAUMA_LIMIT_MAGIC 3
#define TRAUMA_LIMIT_ABSOLUTE INFINITY
#define BRAIN_DAMAGE_INTEGRITY_MULTIPLIER 0.5
//Surgery Defines