diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-07-29 08:39:02 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-07-29 08:39:02 -0700 |
commit | f2dec959432b87a33adf49e87d9e1d6493e416b6 (patch) | |
tree | 1f64359467fc1ec89f0b04d337f54b33930906ac /vamp_stuff/Modification_Files/Mutation | |
parent | Restore Infection Resist (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-f2dec959432b87a33adf49e87d9e1d6493e416b6.tar.xz |
Another part of restoring Infection Resistant
Diffstat (limited to 'vamp_stuff/Modification_Files/Mutation')
-rw-r--r-- | vamp_stuff/Modification_Files/Mutation/mutations.json | 7 |
1 files changed, 4 insertions, 3 deletions
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" ] }, { |