diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-03-15 17:37:07 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-03-15 17:37:07 -0700 |
commit | 183ee9fef51743bcf39b94822a23585fdd7cc698 (patch) | |
tree | 1476814f3dbcc8de822b773199b17c34b8ae2edc /vamp_stuff/Modification_Files/Mutation/mutations.json | |
parent | Typo. (diff) | |
download | cataclysm-dda-mod_vampire-stuff-redone-183ee9fef51743bcf39b94822a23585fdd7cc698.tar.xz |
Port to DDA.
Diffstat (limited to 'vamp_stuff/Modification_Files/Mutation/mutations.json')
-rw-r--r-- | vamp_stuff/Modification_Files/Mutation/mutations.json | 78 |
1 files changed, 65 insertions, 13 deletions
diff --git a/vamp_stuff/Modification_Files/Mutation/mutations.json b/vamp_stuff/Modification_Files/Mutation/mutations.json index 5964cc8..2ae89d1 100644 --- a/vamp_stuff/Modification_Files/Mutation/mutations.json +++ b/vamp_stuff/Modification_Files/Mutation/mutations.json @@ -13,19 +13,39 @@ }, { "type": "mutation", + "id": "FASTHEALER", + "copy-from": "FASTHEALER", + "extend": { "category": [ "REAL_VAMP"] } + }, + { + "type": "mutation", + "id": "FASTHEALER2", + "copy-from": "FASTHEALER2", + "extend": { "category": [ "REAL_VAMP"] } + }, + { + "type": "mutation", "id": "REGEN", "copy-from": "REGEN", + "extend": { "category": [ "REAL_VAMP"], "threshreq": [ "THRESH_REAL_VAMP"] } + }, + { + "type": "mutation", + "id": "PAINREC1", + "copy-from": "PAINREC1", + "extend": { "category": [ "REAL_VAMP"] } + }, + { + "type": "mutation", + "id": "PAINREC2", + "copy-from": "PAINREC2", "extend": { "category": [ "REAL_VAMP"] } }, { "type": "mutation", "id": "PAINREC3", - "name": { "str": "Very Quick Pain Recovery" }, - "points": 3, - "description": "You recover from pain much faster than normal.", - "prereqs": [ "PAINREC2" ], - "category": [ "MEDICAL", "REAL_VAMP" ], - "pain_recovery": 1.0 + "copy-from": "PAINREC3", + "extend": { "category": [ "REAL_VAMP"] } }, { "type": "mutation", @@ -36,12 +56,20 @@ { "type": "mutation", "id": "INFRESIST", - "name": { "str": "Infection Resistant" }, - "points": 2, - "description": "Your immune system is particularly good at resisting infections. You have an increased chance for bad wounds and infections to heal on their own, and only suffer reduced penalties from them.", - "starting_trait": true, - "changes_to": [ "INFIMMUNE" ], - "category": [ "TROGLOBITE", "RAT", "MEDICAL", "REAL_VAMP" ] + "copy-from": "INFRESIST", + "extend": { "category": [ "REAL_VAMP"] } + }, + { + "type": "mutation", + "id": "DISRESISTANT", + "copy-from": "DISRESISTANT", + "extend": { "category": [ "REAL_VAMP"] } + }, + { + "type": "mutation", + "id": "DISIMMUNE", + "copy-from": "DISIMMUNE", + "extend": { "category": [ "REAL_VAMP"] } }, { "type": "mutation", @@ -51,9 +79,27 @@ }, { "type": "mutation", + "id": "NIGHTVISION", + "copy-from": "NIGHTVISION", + "extend": { "category": [ "REAL_VAMP"] } + }, + { + "type": "mutation", + "id": "NIGHTVISION2", + "copy-from": "NIGHTVISION2", + "extend": { "category": [ "REAL_VAMP"] } + }, + { + "type": "mutation", + "id": "NIGHTVISION3", + "copy-from": "NIGHTVISION3", + "extend": { "category": [ "REAL_VAMP"] } + }, + { + "type": "mutation", "id": "INFRARED", "copy-from": "INFRARED", - "extend": { "category": [ "REAL_VAMP"] } + "extend": { "category": [ "REAL_VAMP"], "threshreq": [ "THRESH_REAL_VAMP"] } }, { "type": "mutation", @@ -66,5 +112,11 @@ "id": "WEAKSCENT", "copy-from": "WEAKSCENT", "extend": { "category": [ "REAL_VAMP"] } + }, + { + "type": "mutation", + "id": "NAILS", + "copy-from": "NAILS", + "extend": { "category": [ "REAL_VAMP"] } } ] |