From 5f29fb7101de90c7a31b51b255be222c57c744ab Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 9 Mar 2021 17:19:36 -0800 Subject: Offload several of the vamp_immunities to mutations --- .../Mutation/crt-lift/crt_vamp_mutations.json | 31 ++++++++++++++++++++++ .../Mutation/crt-lift/vamp_mut_cat.json | 10 +++++-- 2 files changed, 39 insertions(+), 2 deletions(-) (limited to 'vamp_stuff/Modification_Files/Mutation') diff --git a/vamp_stuff/Modification_Files/Mutation/crt-lift/crt_vamp_mutations.json b/vamp_stuff/Modification_Files/Mutation/crt-lift/crt_vamp_mutations.json index af25eaf..5759607 100644 --- a/vamp_stuff/Modification_Files/Mutation/crt-lift/crt_vamp_mutations.json +++ b/vamp_stuff/Modification_Files/Mutation/crt-lift/crt_vamp_mutations.json @@ -8,6 +8,7 @@ "valid": false, "purifiable": false, "threshold": true, + "cancels": [ "ASTHMA" ], "enchantments": [ "VAMP_ench" ] }, { @@ -97,6 +98,36 @@ "cancels": [ "MORE_PAIN", "MORE_PAIN2", "MORE_PAIN3" ], "category": [ "MEDICAL", "VAMP" ] }, + { + "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", "VAMP" ] + }, + { + "type": "mutation", + "id": "DISIMMUNE", + "name": { "str": "Disease Immune" }, + "points": 2, + "description": "Your body is simply immune to diseases. You will never catch an ambient disease.", + "prereqs": [ "DISRESISTANT" ], + "category": [ "PLANT", "SLIME", "TROGLOBITE", "VAMP" ], + "flags": [ "NO_DISEASE" ] + }, + { + "type": "mutation", + "id": "PARAIMMUNE", + "name": { "str": "Parasite Immune" }, + "points": 1, + "description": "Your body is unusually inhospitable to parasitic lifeforms. You will never become infested with internal parasites.", + "prereqs": [ "DISRESISTANT" ], + "prereqs2": [ "INFRESIST" ], + "category": [ "ELFA", "CHIMERA", "MEDICAL", "SLIME", "VAMP" ] + }, { "type": "mutation", "id": "NIGHTVISION", diff --git a/vamp_stuff/Modification_Files/Mutation/crt-lift/vamp_mut_cat.json b/vamp_stuff/Modification_Files/Mutation/crt-lift/vamp_mut_cat.json index f0e07e6..d86818f 100644 --- a/vamp_stuff/Modification_Files/Mutation/crt-lift/vamp_mut_cat.json +++ b/vamp_stuff/Modification_Files/Mutation/crt-lift/vamp_mut_cat.json @@ -17,13 +17,19 @@ }, { "type": "dream", - "messages": [ "You have a strange dream about the shadows.", "Your dreams give you a peculiar feeling of sinking into the dark." ], + "messages": [ + "You have a strange dream about the shadows.", + "Your dreams give you a peculiar feeling of sinking into the dark." + ], "category": "VAMP", "strength": 1 }, { "type": "dream", - "messages": [ "You have a vivid dream of talking a midnight stroll.", "You dream of drinking copious amounts of warm water." ], + "messages": [ + "You have a vivid dream of talking a midnight stroll.", + "You dream of drinking copious amounts of warm water." + ], "category": "VAMP", "strength": 2 }, -- cgit v1.2.1