From 16a67c799cec7c70d7bb002f267e04ec6f0fb883 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 24 Apr 2021 10:45:19 -0700 Subject: Lots of updates to the Hemomancer Various design notes --- .../Modification_Files/Spells/Hemomancer/v_blood_T1.json | 6 +++--- .../Modification_Files/Spells/Hemomancer/v_blood_T2.json | 6 +++--- .../Modification_Files/Spells/Hemomancer/v_blood_T3.json | 6 +++--- .../Modification_Files/Spells/Hemomancer/v_blood_T4.json | 8 ++++---- .../Modification_Files/Spells/Hemomancer/v_blood_T5.json | 10 +++++----- .../Modification_Files/Spells/Hemomancer/v_blood_T6.json | 8 ++++---- .../Modification_Files/Spells/Hemomancer/v_blood_T7.json | 4 ++-- 7 files changed, 24 insertions(+), 24 deletions(-) (limited to 'vamp_stuff/Modification_Files/Spells/Hemomancer') diff --git a/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T1.json b/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T1.json index 72fd7a1..e00d5fb 100644 --- a/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T1.json +++ b/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T1.json @@ -3,7 +3,7 @@ "id": "t1_blood_transfusion", "type": "SPELL", "name": { "str": "Transfusion" }, - "description": "The basic spell of a hemomancer, draining a random hostile's life force within reach.\n* For every damage, it deals up to 2 biological damage and heals you by 1.\n\nThis is a tier 1 spell.", + "description": "Drain the life force of a random target within reach.\n\nThis is a tier 1 spell.", "valid_targets": [ "none" ], "effect": "target_attack", "extra_effects": [ { "id": "t1_blood_transfusion_spell" } ], @@ -28,7 +28,7 @@ "id": "t1_blood_bcurl", "type": "SPELL", "name": { "str": "Blood Curl" }, - "description": "Immobilizes the target by manipulating its life force to bind onto itself.\n\nThis is a tier 1 spell.", + "description": "Command the target's life force to hinder the flow of blood, greatly slowing their ability to perform any action.\n\nThis is a tier 1 spell.", "valid_targets": [ "hostile" ], "effect": "target_attack", "effect_str": "v_spell_bloodcurl", @@ -49,7 +49,7 @@ "id": "t1_blood_clot", "type": "SPELL", "name": { "str": "Clot" }, - "description": "You use your blood to send towards the bleeding body part and mend it immediately. While active, it'll block further bleeding.\n\nThis is a tier 1 spell.", + "description": "Expend a small amount of your life force to induce rapid clotting on a body part. The clotting agents will linger for some time.\n\nThis is a tier 1 spell.", "valid_targets": [ "self" ], "effect": "target_attack", "effect_str": "v_spell_clot", diff --git a/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T2.json b/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T2.json index 7edc48d..f831790 100644 --- a/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T2.json +++ b/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T2.json @@ -3,7 +3,7 @@ "id": "t2_blood_bloodpuddle", "type": "SPELL", "name": { "str": "Blood Puddle" }, - "description": "You barf a mouthful of thick blood in an area, greatly slowing any creature that walks through it.\n\nThis is a tier 2 spell.", + "description": "You expel a portion of your blood and command it to form a thick pool in an area. It will greatly hamper the movement of non-vampires that attempt to pass through it.\n\nThis is a tier 2 spell.", "valid_targets": [ "hostile", "ally", "ground" ], "effect": "projectile_attack", "base_energy_cost": 1, @@ -25,8 +25,8 @@ { "id": "t2_blood_bloodsting", "type": "SPELL", - "name": { "str": "Blood Sting" }, - "description": "Conjure own's blood to shoot towards the target, shaping into a dart as it fly that deals stabbing damage.\n\nThis is a tier 2 spell.", + "name": { "str": "Blood Dagger" }, + "description": "Launch a small amount of your blood as a blade which can imaple your target.\n\nThis is a tier 2 spell.", "valid_targets": [ "hostile", "ally", "ground" ], "effect": "projectile_attack", "base_energy_cost": 1, diff --git a/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T3.json b/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T3.json index c98aabc..38471bc 100644 --- a/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T3.json +++ b/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T3.json @@ -3,7 +3,7 @@ "id": "t3_blood_crimsonhaze", "type": "SPELL", "name": { "str": "Crimson Haze" }, - "description": "Vaporizes your blood to create a disorienting wave of haze that slows down foes around you.\n* Foes within a 4 tile radius are afflicted with blindness for 7 turns.\n\nThis is a Tier 3 spell.", + "description": "Expel and vaporize some of your blood to create a disorienting haze that obstructs the vision and movement of those around you.\n\nThis is a Tier 3 spell.", "valid_targets": [ "hostile", "ground" ], "effect": "projectile_attack", "effect_str": "v_spell_crimsonhaze", @@ -27,8 +27,8 @@ { "id": "t3_blood_suppress", "type": "SPELL", - "name": { "str": "Suppress" }, - "description": "Heavily binds the target, dealing biological damage and renders them unconscious.\n\nThis is a Tier 3 spell.", + "name": { "str": "Flow Suppression" }, + "description": "Command the target's life force to heavily restrict the flow of blood, casuing both injury and paralysis.\n\nThis is a Tier 3 spell.", "valid_targets": [ "hostile" ], "effect": "target_attack", "effect_str": "stunned", diff --git a/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T4.json b/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T4.json index 07c786c..f48c11c 100644 --- a/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T4.json +++ b/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T4.json @@ -2,8 +2,8 @@ { "id": "t4_blood_riptide", "type": "SPELL", - "name": { "str": "Riptide" }, - "description": "Conjures a large amount of blood to strike the targets inside a wide cone, dealing bashing damage.\n\nThis is a tier 4 spell.", + "name": { "str": "Blood Tide" }, + "description": "Expel some of your blood to strike all targets inside a wide cone.\n\nThis is a tier 4 spell.", "valid_targets": [ "hostile", "ground" ], "effect": "cone_attack", "base_energy_cost": 10, @@ -30,7 +30,7 @@ "id": "t4_blood_bloodsurge", "type": "SPELL", "name": { "str": "Blood Surge" }, - "description": "You put yourself in a battle trance using your life force, increasing your might, mobility and endurance for a short period of time.\n\nThis is a tier 4 spell.", + "description": "Expend some of your life force to greatly accelerate your blood flow and physical abilties for a short time.\n\nThis is a tier 4 spell.", "valid_targets": [ "ground", "self" ], "effect": "target_attack", "effect_str": "v_spell_bloodsurge", @@ -50,7 +50,7 @@ "id": "t4_blood_bloodwave", "type": "SPELL", "name": { "str": "Blood Wave" }, - "description": "An innate flash flood of blood bursts out from you, dealing bashing damage to the surrounding targets.\n\nThis is a tier 4 spell.", + "description": "Expel a moderate portion of your blood as a shockwave, striking anything nearby.\n\nThis is a tier 4 spell.", "valid_targets": [ "hostile", "ground" ], "effect": "projectile_attack", "base_energy_cost": 30, diff --git a/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T5.json b/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T5.json index b0943c6..5d2f488 100644 --- a/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T5.json +++ b/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T5.json @@ -2,9 +2,9 @@ { "id": "t5_blood_vampiricoutrage", "type": "SPELL", - "name": { "str": "Vampiric Outrage" }, - "description": "Sets you in catastrophic madness, consuming own's life force in exchange of barraging random attacks.\n* For every damage, you randomly attack foes with 25 (bash, cut or stab) damage within a 12 tile radius. There's a 1/10 chance to suck the target's life force, dealing up to 10 biological damage and heals you by 5.\n\nThis is a tier 5 spell.", - "message": "Dread fills your mind and body...\nAs you stand, blood tendrils emerges from you!", + "name": { "str": "Vampiric Rage" }, + "description": "Unleash your entire life force in a deadly assault against anything that threatens you.\n\nThis is a tier 5 spell.", + "message": "Fury fills your mind and body...\nAs you stand, blood tendrils emerge from you!", "valid_targets": [ "none" ], "effect": "target_attack", "extra_effects": [ @@ -34,8 +34,8 @@ { "id": "t5_blood_essencepull", "type": "SPELL", - "name": { "str": "Essence Pull" }, - "description": "Attempts to instantly kill the target by draining every ounce of their life force, dealing immensive biological damage.\n\nThis is a tier 5 spell.", + "name": { "str": "Blood Eruption" }, + "description": "Command the life force of the target to violently burst blood from every pore of their body.\n\nThis is a tier 5 spell.", "valid_targets": [ "hostile" ], "effect": "target_attack", "base_energy_cost": 0, diff --git a/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T6.json b/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T6.json index 16f8a8f..fa19b2b 100644 --- a/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T6.json +++ b/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T6.json @@ -3,7 +3,7 @@ "id": "t6_blood_desolation", "type": "SPELL", "name": { "str": "Desolation" }, - "description": "Sacrifices a massive amount of life force to summon a lingering aura that saps life from all surrounding creatures, dealing constant biological damage.\n\nThis is a tier 6 spell.", + "description": "Expend a large amount of your life force to summon a ravenous mist that consumes the life force from every non-vampire near it.\n\nThis is a tier 6 spell.", "valid_targets": [ "self" ], "effect": "summon", "effect_str": "mon_desolation_aura", @@ -26,7 +26,7 @@ "type": "SPELL", "name": { "str": "Crimson Coat" }, "note": "Timed countering tactic. Useful for preventing high damage attacks like SMASH or gunshots.", - "description": "You withdraw for a very short moment, covering your whole body with thick blood layer that nullifies most physical damage. This thick layer does not burden you in any way.\n\nThis is a tier 6 spell.", + "description": "Convert a portion of your blood into a thick flexible armour that covers your entire body for a short time.\n\nThis is a tier 6 spell.", "valid_targets": [ "self" ], "effect": "spawn_item", "effect_str": "v_hemo_crimsoncoat_coat", @@ -44,8 +44,8 @@ { "id": "t6_blood_leechswhip", "type": "SPELL", - "name": { "str": "Leech's Whip" }, - "description": "Summons the leech's whip, a biological melee weapon.\n* If wielded while active, provides positives flat bonuses to stats (STR +1, SPD +5) and increases your maximum health by 10.\n\nThis is a tier 6 spell.", + "name": { "str": "Blood Sword" }, + "description": "Convert some of your blood into a powerful sword.\n\nThis is a tier 6 spell.", "valid_targets": [ "self" ], "effect": "spawn_item", "effect_str": "v_hemo_whip", diff --git a/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T7.json b/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T7.json index 6f4ba24..5c9ed0d 100644 --- a/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T7.json +++ b/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T7.json @@ -2,8 +2,8 @@ { "id": "t7_blood_form_orus", "type": "SPELL", - "name": { "str": "Form: Orus" }, - "description": "Impersonates one of ancient hemomancers - Orus, the zealous manipulator - who possesses the ability to rise the impure beings from the blood of their victim.\n* While actively 'having' this form, gains a negative flat bonus to stat (SPD -15), but increases your maximum health by 50.\n\nThis is a tier 7 spell.", + "name": { "str": "Blood Ascension" }, + "description": "Transform your entire body into a nightmarish avatar of blood.\n\nThis is a tier 7 spell.", "valid_targets": [ "hostile" ], "effect": "spawn_item", "effect_str": "v_hemo_form_orus", -- cgit v1.2.1