1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[
{
"type": "effect_type",
"id": "vamp_immunity",
"blocks_effects": [ "stung", "poison", "badpoison", "paralyzepoison", "smoke", "teargas", "relax_gas", "paralyzepoison", "migo_atmosphere",
"anemia", "hypocalcemia", "hypovitA", "hypovitB", "scurvy", "hypervitaminosis",
"stim_overdose",
"tetanus" ],
"removes_effects": [ "stung", "poison", "badpoison", "paralyzepoison", "smoke", "teargas", "relax_gas", "paralyzepoison", "migo_atmosphere",
"anemia", "hypocalcemia", "hypovitA", "hypovitB", "scurvy", "hypervitaminosis",
"stim_overdose",
"tetanus" ]
}
]
|