From 4ed0f4230bc8db3ddd35ed203c422af6a5636339 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 3 Jun 2021 17:28:56 -0700 Subject: Remove Infection Resist due to it being made Infection Immune Add Non-ooze infections to the Vampire Immunity effect --- vamp_stuff/Modification_Files/Others/v_effects.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'vamp_stuff/Modification_Files/Others') diff --git a/vamp_stuff/Modification_Files/Others/v_effects.json b/vamp_stuff/Modification_Files/Others/v_effects.json index 9db9b0a..ff7a716 100644 --- a/vamp_stuff/Modification_Files/Others/v_effects.json +++ b/vamp_stuff/Modification_Files/Others/v_effects.json @@ -5,11 +5,13 @@ "blocks_effects": [ "stung", "poison", "badpoison", "paralyzepoison", "smoke", "teargas", "relax_gas", "paralyzepoison", "migo_atmosphere", "anemia", "hypocalcemia", "hypovitA", "hypovitB", "scurvy", "hypervitaminosis", "stim_overdose", - "tetanus" ], + "dermatik", "bloodworms", "paincysts", "brainworms", "tapeworm", + "tetanus", "common_cold", "flu" ], "removes_effects": [ "stung", "poison", "badpoison", "paralyzepoison", "smoke", "teargas", "relax_gas", "paralyzepoison", "migo_atmosphere", "anemia", "hypocalcemia", "hypovitA", "hypovitB", "scurvy", "hypervitaminosis", "stim_overdose", - "tetanus" ] + "dermatik", "bloodworms", "paincysts", "brainworms", "tapeworm", + "tetanus", "common_cold", "flu" ] }, { "type": "effect_type", -- cgit v1.2.1