From c0187f39590827d8cbee29f6a0a68fbf9a040393 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 10 Sep 2022 22:50:45 -0700 Subject: Change mutation IDs so as to no longer conflict with CRT. Update readme. --- .../Modification_Files/Mutation/mutations.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'vamp_stuff/Modification_Files/Mutation/mutations.json') 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"] } } ] -- cgit v1.2.1