From 0f19bc2ae45fa9ca940c25c89770868157275fa2 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 9 Apr 2021 21:43:36 -0700 Subject: Many changes to bring the mod more up to date with 0.E.3 Rebalance blood backpacks --- .../Spells/v_spell_monspell.json | 50 +++++++++++----------- 1 file changed, 25 insertions(+), 25 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 42c7bb0..5b422d8 100644 --- a/vamp_stuff/Modification_Files/Spells/v_spell_monspell.json +++ b/vamp_stuff/Modification_Files/Spells/v_spell_monspell.json @@ -3,7 +3,7 @@ "note": "Spells that are casted by monsters. Seperated from monster_magic.json, for as it is casted by allied minions.", "type": "SPELL", "id": "mon_ether_shadow_spell_target", - "name": "a spell", + "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" ], @@ -18,7 +18,7 @@ { "id": "mon_ether_shadow_spell", "type": "SPELL", - "name": "Warlock Spell", + "name": { "str": "Warlock Spell" }, "description": "Picks a tier level of spell: 3/6 - tier 1, 2/6 - tier 2, 1/6 - tier 3.", "valid_targets": [ "none" ], "effect": "target_attack", @@ -37,7 +37,7 @@ { "id": "mon_ether_shadow_spell_bolt", "type": "SPELL", - "name": "Dark Bolt", + "name": { "str": "Dark Bolt" }, "description": "A magical burst of profane mana strikes at your foe, dealing pure damage.\n\nThis is a tier 1 spell.", "message": "The etherean silhouette casts Dark Bolt!", "valid_targets": [ "hostile" ], @@ -52,7 +52,7 @@ { "id": "mon_ether_shadow_spell_beam", "type": "SPELL", - "name": "Dark Beam", + "name": { "str": "Dark Beam" }, "description": "A profane mana beam bursts violently, striking your foes within a line that deals pure damage.\n\nThis is a tier 2 spell.", "message": "The etherean silhouette casts Dark Beam!", "valid_targets": [ "hostile", "ground" ], @@ -70,7 +70,7 @@ { "id": "mon_ether_shadow_spell_blast", "type": "SPELL", - "name": "Dark Blast", + "name": { "str": "Dark Blast" }, "description": "Conjures a volatile profane magic to the targeted area then explodes, dealing pure damage to the surrounding foes.\n\nThis is a tier 3 spell.", "valid_targets": [ "hostile", "ground" ], "message": "The etherean silhouette casts Dark Blast!", @@ -88,7 +88,7 @@ { "type": "SPELL", "id": "mon_idol_vex_spell_target", - "name": "a spell", + "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" ], @@ -103,7 +103,7 @@ { "id": "mon_idol_vex_spell", "type": "SPELL", - "name": "Vex Spell", + "name": { "str": "Vex Spell" }, "description": "Picks a random spell. Everything got flat chances.", "valid_targets": [ "none" ], "effect": "target_attack", @@ -120,7 +120,7 @@ { "id": "mon_idol_vex_calamity_combo", "type": "SPELL", - "name": "Calamity Combo", + "name": { "str": "Calamity Combo" }, "description": "Combines all essential spells.", "valid_targets": [ "none" ], "effect": "target_attack", @@ -130,7 +130,7 @@ { "id": "mon_idol_vex_calamity", "type": "SPELL", - "name": "Calamity", + "name": { "str": "Calamity" }, "description": "3-10 Explosions.", "valid_targets": [ "hostile", "ground" ], "effect": "projectile_attack", @@ -145,7 +145,7 @@ { "id": "mon_idol_vex_calamity_exp", "type": "SPELL", - "name": "Explosions", + "name": { "str": "Explosions" }, "description": "Underground bombardments of pure damage.", "valid_targets": [ "ground", "hostile" ], "effect": "projectile_attack", @@ -161,7 +161,7 @@ { "id": "mon_idol_vex_impendingdoom_combo", "type": "SPELL", - "name": "Impending Doom Combo", + "name": { "str": "Impending Doom Combo" }, "description": "Combines all essential spells.", "valid_targets": [ "none" ], "effect": "target_attack", @@ -171,7 +171,7 @@ { "id": "mon_idol_vex_impendingdoom", "type": "SPELL", - "name": "Impending Doom", + "name": { "str": "Impending Doom" }, "description": "Marks all surrounding foes with impending doom. 1/101 chance for their mark to implode, dealing 60-125 damage over the duration.", "flags": [ "SILENT", "RANDOM_DURATION" ], "valid_targets": [ "ground", "hostile" ], @@ -185,7 +185,7 @@ { "id": "mon_idol_vex_etherealshockwave_combo", "type": "SPELL", - "name": "Ethereal Shockwave Combo", + "name": { "str": "Ethereal Shockwave Combo" }, "description": "Combines all essential spells.", "valid_targets": [ "none" ], "effect": "target_attack", @@ -195,7 +195,7 @@ { "id": "mon_idol_vex_etherealshockwave", "type": "SPELL", - "name": "Ethereal Shockwave", + "name": { "str": "Ethereal Shockwave" }, "description": "1-4 Shockwaves.", "valid_targets": [ "hostile", "ground" ], "effect": "projectile_attack", @@ -210,7 +210,7 @@ { "id": "mon_idol_vex_etherealshockwave_wave", "type": "SPELL", - "name": "Ethereal Shockwave Wave", + "name": { "str": "Ethereal Shockwave Wave" }, "description": "Resonating wave of pure damage.", "valid_targets": [ "ground", "hostile" ], "effect": "cone_attack", @@ -226,7 +226,7 @@ { "id": "mon_idol_vex_etherealharbringer_combo", "type": "SPELL", - "name": "Ethereal Harbringer Combo", + "name": { "str": "Ethereal Harbringer Combo" }, "description": "Combines all essential spells.", "valid_targets": [ "none" ], "effect": "target_attack", @@ -236,7 +236,7 @@ { "type": "SPELL", "id": "mon_idol_vex_etherealharbringer", - "name": "Ethereal Harbinger", + "name": { "str": "Ethereal Harbinger" }, "description": "Summons 2-5 ethereal harbringers.", "flags": [ "SILENT", "RANDOM_DAMAGE", "RANDOM_TARGET" ], "valid_targets": [ "hostile", "ground" ], @@ -254,7 +254,7 @@ { "type": "SPELL", "id": "mon_idol_vex_spell_car", - "name": "Cast-and-Run", + "name": { "str": "Cast-and-Run" }, "description": "Imitates hit-and-run. Lasts for until their spell ceases from cooling down.", "flags": [ "SILENT" ], "valid_targets": [ "self" ], @@ -266,7 +266,7 @@ { "type": "SPELL", "id": "mon_idol_vex_etherhar_spell_target", - "name": "a spell", + "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" ], @@ -281,7 +281,7 @@ { "id": "mon_idol_vex_etherhar_spell", "type": "SPELL", - "name": "Vex Spell", + "name": { "str": "Vex Spell" }, "description": "Picks a random spell. Everything got flat chances.", "valid_targets": [ "none" ], "effect": "target_attack", @@ -293,7 +293,7 @@ { "id": "mon_idol_vex_etherhar_scatterbeam_combo", "type": "SPELL", - "name": "Scatterbeam Combo", + "name": { "str": "Scatterbeam Combo" }, "description": "Combines all essential spells.", "valid_targets": [ "none" ], "effect": "target_attack", @@ -317,7 +317,7 @@ { "id": "mon_idol_vex_etherhar_scatterbeam", "type": "SPELL", - "name": "Scatterbeam", + "name": { "str": "Scatterbeam" }, "description": "1/10 chance to stop and die from barraging beams.", "valid_targets": [ "ground", "hostile" ], "effect": "line_attack", @@ -333,7 +333,7 @@ { "id": "mon_idol_vex_etherhar_implosion_combo", "type": "SPELL", - "name": "Implosion Combo", + "name": { "str": "Implosion Combo" }, "description": "Combines all essential spells.", "valid_targets": [ "none" ], "effect": "target_attack", @@ -351,7 +351,7 @@ { "id": "mon_idol_vex_etherhar_implosion", "type": "SPELL", - "name": "Implosion", + "name": { "str": "Implosion" }, "description": "3 waves of implosions.", "valid_targets": [ "ground", "hostile" ], "effect": "projectile_attack", @@ -365,7 +365,7 @@ { "id": "mon_idol_vex_etherhar_implosion_pull", "type": "SPELL", - "name": "Implosion Pull", + "name": { "str": "Implosion Pull" }, "description": "3 waves of pulling nearby foes.", "effect": "area_pull", "effect_filter": [ "hostile" ], -- cgit v1.2.1