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 --- vamp_stuff/Modification_Files/Spells/Warlock/v_mana_T3.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vamp_stuff/Modification_Files/Spells/Warlock/v_mana_T3.json') diff --git a/vamp_stuff/Modification_Files/Spells/Warlock/v_mana_T3.json b/vamp_stuff/Modification_Files/Spells/Warlock/v_mana_T3.json index 00ff1b6..083e62b 100644 --- a/vamp_stuff/Modification_Files/Spells/Warlock/v_mana_T3.json +++ b/vamp_stuff/Modification_Files/Spells/Warlock/v_mana_T3.json @@ -2,7 +2,7 @@ { "id": "t3_mana_darkblast", "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" ], "effect": "projectile_attack", @@ -27,7 +27,7 @@ { "id": "t3_mana_manasurge", "type": "SPELL", - "name": "Mana Surge", + "name": { "str": "Mana Surge" }, "description": "Empowers your body by channeling your mana.\n\nThis is a tier 3 spell.", "valid_targets": [ "self" ], "effect": "target_attack", -- cgit v1.2.1