summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Mutation/mutations.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-09-10 22:50:45 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-09-10 22:50:45 -0700
commitc0187f39590827d8cbee29f6a0a68fbf9a040393 (patch)
tree1457434438b8997addd44b11eaadef71120d4aeb /vamp_stuff/Modification_Files/Mutation/mutations.json
parentUpdate pain recovery mutation for latest source changes. (diff)
downloadcataclysm-dda-mod_vampire-stuff-redone-c0187f39590827d8cbee29f6a0a68fbf9a040393.tar.xz
Change mutation IDs so as to no longer conflict with CRT.
Update readme.
Diffstat (limited to 'vamp_stuff/Modification_Files/Mutation/mutations.json')
-rw-r--r--vamp_stuff/Modification_Files/Mutation/mutations.json20
1 files changed, 10 insertions, 10 deletions
diff --git a/vamp_stuff/Modification_Files/Mutation/mutations.json b/vamp_stuff/Modification_Files/Mutation/mutations.json
index d1af40b..5964cc8 100644
--- a/vamp_stuff/Modification_Files/Mutation/mutations.json
+++ b/vamp_stuff/Modification_Files/Mutation/mutations.json
@@ -3,19 +3,19 @@
"type": "mutation",
"id": "GOODHEARING",
"copy-from": "GOODHEARING",
- "extend": { "category": [ "VAMP"] }
+ "extend": { "category": [ "REAL_VAMP"] }
},
{
"type": "mutation",
"id": "GOODCARDIO",
"copy-from": "GOODCARDIO",
- "extend": { "category": [ "VAMP"] }
+ "extend": { "category": [ "REAL_VAMP"] }
},
{
"type": "mutation",
"id": "REGEN",
"copy-from": "REGEN",
- "extend": { "category": [ "VAMP"] }
+ "extend": { "category": [ "REAL_VAMP"] }
},
{
"type": "mutation",
@@ -24,14 +24,14 @@
"points": 3,
"description": "You recover from pain much faster than normal.",
"prereqs": [ "PAINREC2" ],
- "category": [ "MEDICAL", "VAMP" ],
+ "category": [ "MEDICAL", "REAL_VAMP" ],
"pain_recovery": 1.0
},
{
"type": "mutation",
"id": "PAINRESIST",
"copy-from": "PAINRESIST",
- "extend": { "category": [ "VAMP"] }
+ "extend": { "category": [ "REAL_VAMP"] }
},
{
"type": "mutation",
@@ -41,30 +41,30 @@
"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", "VAMP" ]
+ "category": [ "TROGLOBITE", "RAT", "MEDICAL", "REAL_VAMP" ]
},
{
"type": "mutation",
"id": "PARAIMMUNE",
"copy-from": "PARAIMMUNE",
- "extend": { "category": [ "VAMP"] }
+ "extend": { "category": [ "REAL_VAMP"] }
},
{
"type": "mutation",
"id": "INFRARED",
"copy-from": "INFRARED",
- "extend": { "category": [ "VAMP"] }
+ "extend": { "category": [ "REAL_VAMP"] }
},
{
"type": "mutation",
"id": "TERRIFYING",
"copy-from": "TERRIFYING",
- "extend": { "category": [ "VAMP"] }
+ "extend": { "category": [ "REAL_VAMP"] }
},
{
"type": "mutation",
"id": "WEAKSCENT",
"copy-from": "WEAKSCENT",
- "extend": { "category": [ "VAMP"] }
+ "extend": { "category": [ "REAL_VAMP"] }
}
]