From f2dec959432b87a33adf49e87d9e1d6493e416b6 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 29 Jul 2021 08:39:02 -0700 Subject: Another part of restoring Infection Resistant --- vamp_stuff/Modification_Files/Mutation/mutations.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 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 bb7b763..15784aa 100644 --- a/vamp_stuff/Modification_Files/Mutation/mutations.json +++ b/vamp_stuff/Modification_Files/Mutation/mutations.json @@ -71,10 +71,11 @@ { "type": "mutation", "id": "INFRESIST", - "name": { "str": "Infection Immune" }, - "points": 1, - "description": "Your immune system is particularly good at resisting infections. Your wounds will no longer become infected, altough existing infections are still dangerous.", + "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", "VAMP" ] }, { -- cgit v1.2.1