From 70f4a6b2118a72e55bb86b0bfbb9a864d1154283 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 29 Dec 2023 15:18:33 -0800 Subject: Remove sealed IV of blood workaround. Convert prices to cent/USD. Add "NO_EXPLOSION_VFX" to various intermediate spells that will never have sprites. --- .../Modification_Files/Spells/v_spell_hit_time.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'vamp_stuff/Modification_Files/Spells/v_spell_hit_time.json') diff --git a/vamp_stuff/Modification_Files/Spells/v_spell_hit_time.json b/vamp_stuff/Modification_Files/Spells/v_spell_hit_time.json index 4891a45..b6fd6d3 100644 --- a/vamp_stuff/Modification_Files/Spells/v_spell_hit_time.json +++ b/vamp_stuff/Modification_Files/Spells/v_spell_hit_time.json @@ -18,7 +18,7 @@ "valid_targets": [ "none" ], "message": "", "effect": "target_attack", - "flags": [ "WONDER", "SILENT" ], + "flags": [ "WONDER", "SILENT", "NO_EXPLOSION_VFX" ], "min_damage": 1, "max_damage": 1, "extra_effects": [ @@ -43,7 +43,7 @@ "valid_targets": [ "none" ], "message": "The leech's whip strikes a wide arc!", "effect": "target_attack", - "flags": [ "SILENT" ], + "flags": [ "SILENT", "NO_EXPLOSION_VFX" ], "min_damage": 1, "max_damage": 1, "extra_effects": [ { "id": "v_hemo_whip_spell_ss" } ] @@ -76,7 +76,7 @@ ], "min_damage": 1, "max_damage": 1, - "flags": [ "SILENT", "WONDER" ] + "flags": [ "SILENT", "WONDER", "NO_EXPLOSION_VFX" ] }, { "type": "SPELL", @@ -86,7 +86,7 @@ "valid_targets": [ "none" ], "message": "The blood sword absorbs the life force of a nearby creature!", "effect": "target_attack", - "flags": [ "SILENT" ], + "flags": [ "SILENT", "NO_EXPLOSION_VFX" ], "extra_effects": [ { "id": "v_hemo_whip_spell_d_dmg" }, { "id": "v_hemo_whip_spell_d_heal", "hit_self": true } ] }, { @@ -130,7 +130,7 @@ ], "min_damage": 1, "max_damage": 1, - "flags": [ "SILENT", "WONDER" ] + "flags": [ "SILENT", "WONDER", "NO_EXPLOSION_VFX" ] }, { "type": "SPELL", @@ -140,7 +140,7 @@ "valid_targets": [ "none" ], "message": "The crimson coat retaliates against your attacker with a blood tentacle!", "effect": "target_attack", - "flags": [ "SILENT" ], + "flags": [ "SILENT", "NO_EXPLOSION_VFX" ], "extra_effects": [ { "id": "v_hemo_crimsoncoat_coat_pr" } ] }, { @@ -192,7 +192,7 @@ ], "min_damage": 1, "max_damage": 1, - "flags": [ "SILENT", "WONDER" ] + "flags": [ "SILENT", "WONDER", "NO_EXPLOSION_VFX" ] }, { "id": "v_hemo_orusform_bloodling_strike", @@ -251,7 +251,7 @@ ], "min_damage": 1, "max_damage": 1, - "flags": [ "SILENT", "WONDER" ] + "flags": [ "SILENT", "WONDER", "NO_EXPLOSION_VFX" ] }, { "id": "v_hemo_orusform_bloodling_impact", @@ -279,7 +279,7 @@ "valid_targets": [ "none" ], "message": "You retaliate against your attacker with a blood tentacle!", "effect": "target_attack", - "flags": [ "SILENT" ], + "flags": [ "SILENT", "NO_EXPLOSION_VFX" ], "extra_effects": [ { "id": "v_hemo_crimsoncoat_coat_pr" } ] }, { -- cgit v1.2.1