From 183ee9fef51743bcf39b94822a23585fdd7cc698 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 15 Mar 2023 17:37:07 -0700 Subject: Port to DDA. --- vamp_stuff/Modification_Files/Spells/Misc/v_spell_mon.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'vamp_stuff/Modification_Files/Spells/Misc') 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" ] } ] -- cgit v1.2.1