From 6257fd46cdd23262557ccbb154a1039ab0148bae Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 9 Mar 2021 00:53:46 -0800 Subject: Many updates to get this mod working properly. See the readme. --- vamp_stuff/Modification_Files/Monsters/Zombies/Vampire.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'vamp_stuff/Modification_Files/Monsters/Zombies/Vampire.json') diff --git a/vamp_stuff/Modification_Files/Monsters/Zombies/Vampire.json b/vamp_stuff/Modification_Files/Monsters/Zombies/Vampire.json index f8bfa94..d9e32ed 100644 --- a/vamp_stuff/Modification_Files/Monsters/Zombies/Vampire.json +++ b/vamp_stuff/Modification_Files/Monsters/Zombies/Vampire.json @@ -28,7 +28,7 @@ "special_attacks": [ { "type": "bite", "cooldown": 7 }, [ "GRAB", 7 ] ], "death_drops": "succumbvampire", "death_function": [ "DISAPPEAR" ], - "flags": [ "SEES", "HEARS", "SMELLS", "POISON", "NO_BREATHE", "REVIVES", "BONES", "CAN_OPEN_DOORS" ] + "flags": [ "SEES", "HEARS", "SMELLS", "POISON", "NO_BREATHE", "REVIVES", "BONES", "CAN_OPEN_DOORS", "FILTHY" ] }, { "id": "mon_zombie_succumbvampire_sinker", @@ -60,7 +60,7 @@ "looks_like": "mon_zombie_succumbvampire", "death_drops": "succumbvampire", "death_function": [ "DISAPPEAR" ], - "flags": [ "SEES", "HEARS", "SMELLS", "POISON", "NO_BREATHE", "REVIVES", "BONES", "NIGHT_INVISIBILITY", "CAN_OPEN_DOORS" ] + "flags": [ "SEES", "HEARS", "SMELLS", "POISON", "NO_BREATHE", "REVIVES", "BONES", "NIGHT_INVISIBILITY", "CAN_OPEN_DOORS", "FILTHY" ] }, { "id": "mon_zombie_succumbvampire_warlock", @@ -95,7 +95,7 @@ "looks_like": "mon_zombie_succumbvampire", "death_drops": "succumbvampire", "death_function": [ "DISAPPEAR" ], - "flags": [ "SEES", "HEARS", "SMELLS", "POISON", "NO_BREATHE", "REVIVES", "BONES", "CAN_OPEN_DOORS" ] + "flags": [ "SEES", "HEARS", "SMELLS", "POISON", "NO_BREATHE", "REVIVES", "BONES", "CAN_OPEN_DOORS", "FILTHY" ] }, { "id": "mon_zombie_succumbvampire_conjurer", @@ -130,7 +130,7 @@ "looks_like": "mon_zombie_succumbvampire", "death_drops": "succumbvampire", "death_function": [ "DISAPPEAR" ], - "flags": [ "SEES", "HEARS", "SMELLS", "POISON", "NO_BREATHE", "REVIVES", "BONES", "CAN_OPEN_DOORS" ] + "flags": [ "SEES", "HEARS", "SMELLS", "POISON", "NO_BREATHE", "REVIVES", "BONES", "CAN_OPEN_DOORS", "FILTHY" ] }, { "//": "A support class. It heals nearby allies and deals aoe damage to enemies.", @@ -163,6 +163,6 @@ "looks_like": "mon_zombie_succumbvampire", "death_drops": "succumbvampire", "death_function": [ "DISAPPEAR" ], - "flags": [ "SEES", "HEARS", "SMELLS", "POISON", "NO_BREATHE", "REVIVES", "BONES", "CAN_OPEN_DOORS" ] + "flags": [ "SEES", "HEARS", "SMELLS", "POISON", "NO_BREATHE", "REVIVES", "BONES", "CAN_OPEN_DOORS", "FILTHY" ] } ] -- cgit v1.2.1