diff options
Diffstat (limited to 'vamp_stuff/Modification_Files/Spells/Misc')
-rw-r--r-- | vamp_stuff/Modification_Files/Spells/Misc/v_spell_mon.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/vamp_stuff/Modification_Files/Spells/Misc/v_spell_mon.json b/vamp_stuff/Modification_Files/Spells/Misc/v_spell_mon.json index 12be642..d3ddc51 100644 --- a/vamp_stuff/Modification_Files/Spells/Misc/v_spell_mon.json +++ b/vamp_stuff/Modification_Files/Spells/Misc/v_spell_mon.json @@ -25,7 +25,7 @@ "vision_night": 30, "harvest": "exempt", "emit_fields": [ "emit_v_desolate" ], - "death_function": [ "MELT" ], + "death_function": { "corpse_type": "NO_CORPSE", "message": "The %s melts away." }, "flags": [ "SEES", "HEARS", @@ -66,7 +66,7 @@ "melee_cut": 0, "armor_bash": 15, "armor_stab": 20, - "death_function": [ "MELT" ], + "death_function": { "corpse_type": "NO_CORPSE", "message": "The %s melts away." }, "regenerates": 5, "flags": [ "SEES", @@ -107,7 +107,7 @@ "armor_cut": 8, "armor_bash": 25, "armor_stab": 30, - "death_function": [ "MELT" ], + "death_function": { "corpse_type": "NO_CORPSE", "message": "The %s melts away." }, "regenerates": 10, "flags": [ "SEES", @@ -162,7 +162,7 @@ } ], "harvest": "exempt", - "death_function": [ "MELT" ], + "death_function": { "corpse_type": "NO_CORPSE", "message": "The %s melts away." }, "flags": [ "SEES", "HEARS", "GOODHEARING", "SMELLS", "HARDTOSHOOT", "WEBWALK", "FLIES", "NO_BREATHE", "NOGIB" ] }, { @@ -203,7 +203,7 @@ } ], "harvest": "exempt", - "death_function": [ "MELT" ], + "death_function": { "corpse_type": "NO_CORPSE", "message": "The %s melts away." }, "flags": [ "SEES", "HEARS", "GOODHEARING", "SMELLS", "HARDTOSHOOT", "WEBWALK", "FLIES", "NO_BREATHE", "NOGIB" ] }, { @@ -243,7 +243,7 @@ } ], "harvest": "exempt", - "death_function": [ "MELT" ], + "death_function": { "corpse_type": "NO_CORPSE", "message": "The %s melts away." }, "flags": [ "SEES", "HEARS", "GOODHEARING", "SMELLS", "HARDTOSHOOT", "WEBWALK", "FLIES", "NO_BREATHE", "NOGIB" ] } ] |