[
  {
    "type": "effect_type",
    "id": "vamp_immunity",
    "//": "Poisons, Inhalation, Drugs Bad, Drugs Good, Vitamins, parasites, viri, mutagens, temperatures",
    "blocks_effects": [
                        "stung", "poison", "badpoison", "paralyzepoison", "venom_dmg", "venom_weaken",
                        "smoke", "teargas", "relax_gas", "migo_atmosphere", "asthma", "tpollen",
                        "weed_high", "cig", "high", "meth", "drunk",
                        "cough_suppress", "took_antiasthmatic", "stim_overdose",
                        "anemia", "hypocalcemia", "hypovitA", "hypovitB", "scurvy", "hypervitaminosis",
                        
                        "dermatik", "bloodworms", "paincysts", "brainworms", "tapeworm",
                        "accumulated_mutagen", "toxin_buildup", "mutating",
                        "hot", "cold", "hot_speed", "frostbite", "frostbite_recovery", "blisters"
                      ],
    "removes_effects": [
                        "stung", "poison", "badpoison", "paralyzepoison", "venom_dmg", "venom_weaken",
                        "smoke", "teargas", "relax_gas", "migo_atmosphere", "asthma", "tpollen",
                        "weed_high", "cig", "high", "meth", "drunk",
                        "cough_suppress", "took_antiasthmatic", "stim_overdose",
                        "anemia", "hypocalcemia", "hypovitA", "hypovitB", "scurvy", "hypervitaminosis",
                        
                        "dermatik", "bloodworms", "paincysts", "brainworms", "tapeworm",
                        "accumulated_mutagen", "toxin_buildup", "mutating",
                        "hot", "cold", "hot_speed", "frostbite", "frostbite_recovery", "blisters"
                       ],
    "max_duration": "60 s"
  },
  {
    "type": "effect_type",
    "id": "vamp_given_blood",
    "name": [ "Just Gave Blood" ],
    "desc": [
      "You are woozy from having had your blood recently taken."
    ],
    "int_dur_factor": "24 h",
    "base_mods": { "str_mod": [ -1 ], "dex_mod": [ -1 ], "int_mod": [ -1 ], "per_mod": [ -1 ] },
    "effects_on_remove": [ { "allow_on_remove": true, "effect_type": "vamp_given_blood_2", "duration": "24 h" } ]
  },
  {
    "type": "effect_type",
    "id": "vamp_given_blood_2",
    "name": [ "Recently Gave Blood" ],
    "desc": [
      "You are recovering from having had your blood taken."
    ],
    "int_dur_factor": "24 h",
    "base_mods": { "per_mod": [ 0 ] }
  },
  {
    "type": "effect_type",
    "id": "vamp_refused_blood",
    "name": [ "Refused Blood" ],
    "desc": [
      "You recently refused to allow a vampire to take your blood."
    ],
    "max_intensity": 1,
    "int_dur_factor": "48 h",
    "base_mods": { "per_mod": [ 0 ] }
  }
]