From 183ee9fef51743bcf39b94822a23585fdd7cc698 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 15 Mar 2023 17:37:07 -0700 Subject: Port to DDA. --- .../Modification_Files/Others/v_effects.json | 50 ++++++++++++++++------ 1 file changed, 36 insertions(+), 14 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 9925c72..f0c6a61 100644 --- a/vamp_stuff/Modification_Files/Others/v_effects.json +++ b/vamp_stuff/Modification_Files/Others/v_effects.json @@ -4,28 +4,50 @@ "id": "vamp_immunity", "//": "Poisons, Inhalation, Drugs Bad, Drugs Good, Vitamins, parasites, viri, mutagens, temperatures", "blocks_effects": [ - "stung", "poison", "badpoison", "paralyzepoison", - "smoke", "teargas", "relax_gas", "migo_atmosphere", "asthma", + "stung", "poison", "badpoison", "paralyzepoison", "venom_dmg", "venom_weaken", "venom_blind", "venom_pain", + "smoke", "teargas", "relax_gas", "migo_atmosphere", "tpollen", "asthma", "winded", "weed_high", "cig", "high", "meth", "drunk", - "cough_suppress", "took_antiasthmatic", "stim_overdose", - "anemia", "hypocalcemia", "hypovitA", "hypovitB", "scurvy", "hypervitaminosis", + "cough_suppress", "took_antiasthmatic", "took_flumed", "flushot", "prophylactic_antivenom", + "stim_overdose", + "anemia", "redcells_anemia", "hypocalcemia", "hypovitA", "hypovitB", "scurvy", "hypervitaminosis", "dermatik", "bloodworms", "paincysts", "brainworms", "tapeworm", - "common_cold", "flu", - "accumulated_mutagen", "toxin_buildup", "mutating", - "hot", "cold", "hot_speed", "frostbite", "frostbite_recovery", "blisters" + "common_cold", "flu", "tetanus", "rat_bite_fever", + "mutating", + "accumulated_mutagen", "genetics_damaged", + + "mutagen", "mutagenic_slurry", "mutagen_chelator", "mutagen_alpha", "mutagen_batrachian", "mutagen_beast", "mutagen_bird", + "mutagen_cattle", "mutagen_cephalopod", "mutagen_chimera", "mutagen_elfa", "mutagen_feline", "mutagen_fish", "mutagen_gastropod", + "mutagen_human", "mutagen_insect", "mutagen_lizard", "mutagen_lupine", "mutagen_medical", "mutagen_mouse", "mutagen_plant", + "mutagen_raptor", "mutagen_rabbit", "mutagen_rat", "mutagen_slime", "mutagen_spider", "mutagen_troglobite", "mutagen_ursine", + + "toxin_buildup", + "hot", "cold", "hot_speed", "frostbite", "frostbite_recovery", "blisters", "zapped", + + "deaf" ], "removes_effects": [ - "stung", "poison", "badpoison", "paralyzepoison", - "smoke", "teargas", "relax_gas", "migo_atmosphere", "asthma", + "stung", "poison", "badpoison", "paralyzepoison", "venom_dmg", "venom_weaken", "venom_blind", "venom_pain", + "smoke", "teargas", "relax_gas", "migo_atmosphere", "tpollen", "asthma", "winded", "weed_high", "cig", "high", "meth", "drunk", - "cough_suppress", "took_antiasthmatic", "stim_overdose", - "anemia", "hypocalcemia", "hypovitA", "hypovitB", "scurvy", "hypervitaminosis", + "cough_suppress", "took_antiasthmatic", "took_flumed", "flushot", "prophylactic_antivenom", + "stim_overdose", + "anemia", "redcells_anemia", "hypocalcemia", "hypovitA", "hypovitB", "scurvy", "hypervitaminosis", "dermatik", "bloodworms", "paincysts", "brainworms", "tapeworm", - "common_cold", "flu", - "accumulated_mutagen", "toxin_buildup", "mutating", - "hot", "cold", "hot_speed", "frostbite", "frostbite_recovery", "blisters" + "common_cold", "flu", "tetanus", "rat_bite_fever", + "mutating", + "accumulated_mutagen", "genetics_damaged", + + "mutagen", "mutagenic_slurry", "mutagen_chelator", "mutagen_alpha", "mutagen_batrachian", "mutagen_beast", "mutagen_bird", + "mutagen_cattle", "mutagen_cephalopod", "mutagen_chimera", "mutagen_elfa", "mutagen_feline", "mutagen_fish", "mutagen_gastropod", + "mutagen_human", "mutagen_insect", "mutagen_lizard", "mutagen_lupine", "mutagen_medical", "mutagen_mouse", "mutagen_plant", + "mutagen_raptor", "mutagen_rabbit", "mutagen_rat", "mutagen_slime", "mutagen_spider", "mutagen_troglobite", "mutagen_ursine", + + "toxin_buildup", + "hot", "cold", "hot_speed", "frostbite", "frostbite_recovery", "blisters", "zapped", + + "deaf" ] }, { -- cgit v1.2.1