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 --- vamp_stuff/Modification_Files/Others/v_effects.json | 12 ++++-------- 1 file changed, 4 insertions(+), 8 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 b8cf22a..732511d 100644 --- a/vamp_stuff/Modification_Files/Others/v_effects.json +++ b/vamp_stuff/Modification_Files/Others/v_effects.json @@ -2,17 +2,13 @@ { "type": "effect_type", "id": "vamp_immunity", - "removes_effects": [ "stung", "poison", "badpoison", "paralyzepoison", "smoke", "teargas", "relax_gas", "paralyzepoison", "migo_atmosphere", - "asthma", + "blocks_effects": [ "stung", "poison", "badpoison", "paralyzepoison", "smoke", "teargas", "relax_gas", "paralyzepoison", "migo_atmosphere", "anemia", "hypocalcemia", "hypovitA", "hypovitB", "scurvy", "hypervitaminosis", "stim_overdose", - "common_cold", "flu", - "bloodworms", "brainworms", "paincysts", "tapeworm", "tetanus" ], - "blocks_effects": [ "stung", "poison", "badpoison", "paralyzepoison", "smoke", "teargas", "relax_gas", "paralyzepoison", "migo_atmosphere", - "asthma", + "tetanus" ], + "removes_effects": [ "stung", "poison", "badpoison", "paralyzepoison", "smoke", "teargas", "relax_gas", "paralyzepoison", "migo_atmosphere", "anemia", "hypocalcemia", "hypovitA", "hypovitB", "scurvy", "hypervitaminosis", "stim_overdose", - "common_cold", "flu", - "bloodworms", "brainworms", "paincysts", "tapeworm", "tetanus" ] + "tetanus" ] } ] -- cgit v1.2.1