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 --- .../Modification_Files/Spells/v_spell_combo.json | 32 +++++++++++----------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'vamp_stuff/Modification_Files/Spells/v_spell_combo.json') diff --git a/vamp_stuff/Modification_Files/Spells/v_spell_combo.json b/vamp_stuff/Modification_Files/Spells/v_spell_combo.json index 1c5bebe..d8ee8ea 100644 --- a/vamp_stuff/Modification_Files/Spells/v_spell_combo.json +++ b/vamp_stuff/Modification_Files/Spells/v_spell_combo.json @@ -3,7 +3,7 @@ "note": "Any spell that are casted indirectly are taken here.", "id": "t1_blood_transfusion_spell", "type": "SPELL", - "name": "Tranfusion Spell", + "name": { "str": "Tranfusion Spell" }, "message": "You feel refreshed as you cast!", "description": "It will cast Transfusion Damage and Transfusion Heal.", "flags": [ "SILENT" ], @@ -16,7 +16,7 @@ { "id": "t1_blood_transfusion_spell_heal", "type": "SPELL", - "name": "Tranfusion Heal", + "name": { "str": "Tranfusion Heal" }, "description": "Heals the caster with 1 hp.", "flags": [ "SILENT" ], "valid_targets": [ "self" ], @@ -28,7 +28,7 @@ { "id": "t1_blood_transfusion_spell_dmg", "type": "SPELL", - "name": "Tranfusion Damage", + "name": { "str": "Tranfusion Damage" }, "description": "Damages the target with 2 hp.", "flags": [ "SILENT", "RANDOM_TARGET" ], "valid_targets": [ "hostile" ], @@ -42,7 +42,7 @@ { "id": "t3_blood_crimsonhaze_blind", "type": "SPELL", - "name": "Crimson Haze Blind", + "name": { "str": "Crimson Haze Blind" }, "description": "Blind foes within a 4 tile radius.", "flags": [ "SILENT" ], "valid_targets": [ "hostile", "ground" ], @@ -57,7 +57,7 @@ { "id": "t5_blood_outrage_bash", "type": "SPELL", - "name": "Outrage Bash", + "name": { "str": "Outrage Bash" }, "description": "Deals 25 bash damage.", "message": "An ourburst of thick tentacle slaps!", "flags": [ "SILENT", "RANDOM_TARGET" ], @@ -74,7 +74,7 @@ { "id": "t5_blood_outrage_cut", "type": "SPELL", - "name": "Outrage Cut", + "name": { "str": "Outrage Cut" }, "description": "Deals 25 cut damage.", "message": "A tentacle strand slashes!", "flags": [ "SILENT", "RANDOM_TARGET" ], @@ -91,7 +91,7 @@ { "id": "t5_blood_outrage_stab", "type": "SPELL", - "name": "Outrage Stab", + "name": { "str": "Outrage Stab" }, "description": "Deals 25 stab damage.", "message": "A tendril bursts then thrusts!", "flags": [ "SILENT", "RANDOM_TARGET" ], @@ -108,7 +108,7 @@ { "id": "t5_blood_outrage_drain", "type": "SPELL", - "name": "Outrage Drain", + "name": { "str": "Outrage Drain" }, "message": "You suddenly feel refreshed!", "description": "It will cast Drain Damage and Drain Heal.", "flags": [ "SILENT" ], @@ -121,7 +121,7 @@ { "id": "t5_blood_outrage_drain_heal", "type": "SPELL", - "name": "Drain Heal", + "name": { "str": "Drain Heal" }, "description": "Heals the caster with 5 hp.", "flags": [ "SILENT" ], "valid_targets": [ "self" ], @@ -133,7 +133,7 @@ { "id": "t5_blood_outrage_drain_dmg", "type": "SPELL", - "name": "Drain Damage", + "name": { "str": "Drain Damage" }, "description": "Damages the target with 10 hp.", "flags": [ "SILENT", "RANDOM_TARGET" ], "valid_targets": [ "hostile" ], @@ -147,7 +147,7 @@ { "id": "t4_mana_darkburst_push", "type": "SPELL", - "name": "Dark Burst Push", + "name": { "str": "Dark Burst Push" }, "description": "Push monsters within a 4 tile radius.", "effect": "area_push", "effect_filter": [ "hostile" ], @@ -159,7 +159,7 @@ { "type": "SPELL", "id": "t5_mana_megamagic_exhaust_maybe", - "name": "Megamagic Exhaust?", + "name": { "str": "Megamagic Exhaust?" }, "description": "1/4 chance to do Megamagic Exhaust.", "valid_targets": [ "none" ], "message": "", @@ -177,7 +177,7 @@ { "type": "SPELL", "id": "t5_mana_megamagic_exhaust_yes", - "name": "Megamagic Exhaust!", + "name": { "str": "Megamagic Exhaust!" }, "description": "Does the Megamagic Exhaust.", "valid_targets": [ "none" ], "message": "", @@ -190,7 +190,7 @@ { "id": "t5_mana_megamagic_exhaust", "type": "SPELL", - "name": "Megamagic Exhaust", + "name": { "str": "Megamagic Exhaust" }, "description": "Weakens the player.", "flags": [ "SILENT" ], "valid_targets": [ "self" ], @@ -204,7 +204,7 @@ { "id": "t5_mana_megamagic_exhaust_stam", "type": "SPELL", - "name": "Exhaustion", + "name": { "str": "Exhaustion" }, "description": "Depletes the stamina.", "valid_targets": [ "self" ], "flags": [ "SILENT" ], @@ -216,7 +216,7 @@ { "id": "t6_mana_darkpillar_bash", "type": "SPELL", - "name": "Dark Pillar Bash", + "name": { "str": "Dark Pillar Bash" }, "description": "Aims to make a crater under the target. If not, then don't.", "valid_targets": [ "hostile" ], "flags": [ "SILENT" ], -- cgit v1.2.1