From 19e1e7da757cfd5b34d1dc90bf91cbc111ab3f96 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 7 May 2021 02:10:41 -0700 Subject: Migration error --- .../Spells/v_spell_monspell.json | 24 +++++++++------------- 1 file changed, 10 insertions(+), 14 deletions(-) (limited to 'vamp_stuff/Modification_Files/Spells/v_spell_monspell.json') diff --git a/vamp_stuff/Modification_Files/Spells/v_spell_monspell.json b/vamp_stuff/Modification_Files/Spells/v_spell_monspell.json index a83a150..decedfd 100644 --- a/vamp_stuff/Modification_Files/Spells/v_spell_monspell.json +++ b/vamp_stuff/Modification_Files/Spells/v_spell_monspell.json @@ -6,7 +6,7 @@ "name": { "str": "a spell" }, "description": "Casted upon monster's LOS and within the predefined range. ALSO WHEN IT IS NOT ON COOLDOWN.", "extra_effects": [ { "id": "mon_ether_shadow_spell" } ], - "flags": [ "SILENT", "NO_PROJECTILE" ], + "flags": [ "SILENT" ], "valid_targets": [ "ground", "hostile" ], "effect": "target_attack", "effect_str": "v_magic_target", @@ -32,7 +32,7 @@ ], "min_damage": 1, "max_damage": 1, - "flags": [ "WONDER", "NO_PROJECTILE" ] + "flags": [ "WONDER" ] }, { "id": "mon_ether_shadow_spell_bolt", @@ -91,7 +91,7 @@ "name": { "str": "a spell" }, "description": "Casted upon monster's LOS and within the predefined range. ALSO WHEN IT IS NOT ON COOLDOWN.", "extra_effects": [ { "id": "mon_idol_vex_spell" } ], - "flags": [ "SILENT", "NO_PROJECTILE" ], + "flags": [ "SILENT" ], "valid_targets": [ "ground", "hostile" ], "effect": "target_attack", "effect_str": "v_magic_target", @@ -115,7 +115,7 @@ ], "min_damage": 1, "max_damage": 1, - "flags": [ "WONDER", "NO_PROJECTILE" ] + "flags": [ "WONDER" ] }, { "id": "mon_idol_vex_calamity_combo", @@ -123,7 +123,6 @@ "name": { "str": "Calamity Combo" }, "description": "Combines all essential spells.", "valid_targets": [ "none" ], - "flags": [ "NO_PROJECTILE" ], "effect": "target_attack", "message": "The Vex casts Calamity!\nExplosions of profane magic errupts from beneath the earth!", "extra_effects": [ { "id": "mon_idol_vex_calamity" }, { "id": "mon_idol_vex_spell_car", "hit_self": true } ] @@ -165,7 +164,6 @@ "name": { "str": "Impending Doom Combo" }, "description": "Combines all essential spells.", "valid_targets": [ "none" ], - "flags": [ "NO_PROJECTILE" ], "effect": "target_attack", "message": "The Vex casts Impending Doom!", "extra_effects": [ { "id": "mon_idol_vex_impendingdoom", "hit_self": true }, { "id": "mon_idol_vex_spell_car", "hit_self": true } ] @@ -231,7 +229,6 @@ "name": { "str": "Ethereal Harbringer Combo" }, "description": "Combines all essential spells.", "valid_targets": [ "none" ], - "flags": [ "NO_PROJECTILE" ], "effect": "target_attack", "message": "The Vex casts Ethereal Harbringer!", "extra_effects": [ { "id": "mon_idol_vex_etherealharbringer" }, { "id": "mon_idol_vex_spell_car", "hit_self": true } ] @@ -241,7 +238,7 @@ "id": "mon_idol_vex_etherealharbringer", "name": { "str": "Ethereal Harbinger" }, "description": "Summons 2-5 ethereal harbringers.", - "flags": [ "SILENT", "RANDOM_DAMAGE", "RANDOM_TARGET", "NO_PROJECTILE" ], + "flags": [ "SILENT", "RANDOM_DAMAGE", "RANDOM_TARGET" ], "valid_targets": [ "hostile", "ground" ], "min_damage": 2, "max_damage": 5, @@ -259,7 +256,7 @@ "id": "mon_idol_vex_spell_car", "name": { "str": "Cast-and-Run" }, "description": "Imitates hit-and-run. Lasts for until their spell ceases from cooling down.", - "flags": [ "SILENT", "NO_PROJECTILE" ], + "flags": [ "SILENT" ], "valid_targets": [ "self" ], "effect": "target_attack", "effect_str": "run", @@ -272,7 +269,7 @@ "name": { "str": "a spell" }, "description": "Casted upon monster's LOS and within the predefined range. ALSO WHEN IT IS NOT ON COOLDOWN.", "extra_effects": [ { "id": "mon_idol_vex_etherhar_spell" } ], - "flags": [ "SILENT", "NO_PROJECTILE" ], + "flags": [ "SILENT" ], "valid_targets": [ "ground", "hostile" ], "effect": "target_attack", "effect_str": "v_magic_target", @@ -291,7 +288,7 @@ "extra_effects": [ { "id": "mon_idol_vex_etherhar_scatterbeam_combo" }, { "id": "mon_idol_vex_etherhar_implosion_combo" } ], "min_damage": 1, "max_damage": 1, - "flags": [ "WONDER", "NO_PROJECTILE" ] + "flags": [ "WONDER" ] }, { "id": "mon_idol_vex_etherhar_scatterbeam_combo", @@ -315,7 +312,7 @@ ], "min_damage": 5, "max_damage": 5, - "flags": [ "WONDER", "NO_PROJECTILE" ] + "flags": [ "WONDER" ] }, { "id": "mon_idol_vex_etherhar_scatterbeam", @@ -339,7 +336,6 @@ "name": { "str": "Implosion Combo" }, "description": "Combines all essential spells.", "valid_targets": [ "none" ], - "flags": [ "NO_PROJECTILE" ], "effect": "target_attack", "message": "The ethereal harbringer implodes!", "extra_effects": [ @@ -373,7 +369,7 @@ "description": "3 waves of pulling nearby foes.", "effect": "area_pull", "effect_filter": [ "hostile" ], - "flags": [ "SILENT", "NO_PROJECTILE" ], + "flags": [ "SILENT" ], "valid_targets": [ "self", "ally", "hostile", "ground" ], "min_aoe": 6, "max_aoe": 6 -- cgit v1.2.1