diff options
Diffstat (limited to 'vamp_stuff')
| -rw-r--r-- | vamp_stuff/Modification_Files/Others/v_effects.json | 36 | 
1 files changed, 22 insertions, 14 deletions
| diff --git a/vamp_stuff/Modification_Files/Others/v_effects.json b/vamp_stuff/Modification_Files/Others/v_effects.json index 7ad6465..9925c72 100644 --- a/vamp_stuff/Modification_Files/Others/v_effects.json +++ b/vamp_stuff/Modification_Files/Others/v_effects.json @@ -2,23 +2,31 @@    {      "type": "effect_type",      "id": "vamp_immunity", -    "note": "Poisons, Inhalation Bad, Inhalation Good/Mixed, Nutrient Deficiencies, drug overdoses, parasites, viri, mutagens", -    "blocks_effects": [ "stung", "poison", "badpoison", "paralyzepoison", -                        "smoke", "teargas", "relax_gas", "migo_atmosphere", -                        "cough_suppress", "weed_high", "cig", "high", "meth", "took_antiasthmatic", +    "//": "Poisons, Inhalation, Drugs Bad, Drugs Good, Vitamins, parasites, viri, mutagens, temperatures", +    "blocks_effects": [ +                        "stung", "poison", "badpoison", "paralyzepoison", +                        "smoke", "teargas", "relax_gas", "migo_atmosphere", "asthma", +                        "weed_high", "cig", "high", "meth", "drunk", +                        "cough_suppress", "took_antiasthmatic", "stim_overdose",                          "anemia", "hypocalcemia", "hypovitA", "hypovitB", "scurvy", "hypervitaminosis", -                        "stim_overdose", +                                                  "dermatik", "bloodworms", "paincysts", "brainworms", "tapeworm",                          "common_cold", "flu", -                        "accumulated_mutagen", "toxin_buildup", "mutating" ], -    "removes_effects": [ "stung", "poison", "badpoison", "paralyzepoison", -                         "smoke", "teargas", "relax_gas", "migo_atmosphere", -                         "cough_suppress", "weed_high", "cig", "high", "meth", "took_antiasthmatic", -                         "anemia", "hypocalcemia", "hypovitA", "hypovitB", "scurvy", "hypervitaminosis", -                         "stim_overdose", -                         "dermatik", "bloodworms", "paincysts", "brainworms", "tapeworm", -                         "common_cold", "flu", -                         "accumulated_mutagen", "toxin_buildup", "mutating" ] +                        "accumulated_mutagen", "toxin_buildup", "mutating", +                        "hot", "cold", "hot_speed", "frostbite", "frostbite_recovery", "blisters" +                      ], +    "removes_effects": [ +                        "stung", "poison", "badpoison", "paralyzepoison", +                        "smoke", "teargas", "relax_gas", "migo_atmosphere", "asthma", +                        "weed_high", "cig", "high", "meth", "drunk", +                        "cough_suppress", "took_antiasthmatic", "stim_overdose", +                        "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" +                       ]    },    {      "type": "effect_type", | 
