From 862ffe2c4f3446c7e306e1193905dbbe06944df2 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 28 Aug 2021 23:21:08 -0700 Subject: Clean up some spell descriptions. Buff blood sword damage to match a broadsword. Buff blood sword drain damage from 2 to 5. Buff piercing retaliation damage from 12 to 15. Change hemomancer items to blood material. --- .../Spells/Hemomancer/v_blood_T2.json | 2 +- .../Spells/Hemomancer/v_blood_T6.json | 4 +-- .../Spells/Misc/v_spell_item.json | 25 +++++++++--------- .../Spells/v_spell_hit_time.json | 30 +++++++++++----------- vamp_stuff/readme | 1 + 5 files changed, 32 insertions(+), 30 deletions(-) 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 fef1df4..89680a8 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 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.", + "description": "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.", "spell_class": "VAMP_BLOOD_spellcaster", "difficulty": 2, "max_level": 10, 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 dc6f364..ef9a638 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": "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.", + "description": "Expend a large amount of your life force to summon a ravenous mist that consumes life force from every non-vampire near it.\n\nThis is a tier 6 spell.", "spell_class": "VAMP_BLOOD_spellcaster", "difficulty": 6, "max_level": 5, @@ -47,7 +47,7 @@ "id": "t6_blood_leechswhip", "type": "SPELL", "name": { "str": "Blood Sword" }, - "description": "Convert some of your blood into a powerful sword.\n\nThis is a tier 6 spell.", + "description": "Convert some of your blood into a powerful broadsword.\n\nThis is a tier 6 spell.", "spell_class": "VAMP_BLOOD_spellcaster", "difficulty": 4, "max_level": 30, diff --git a/vamp_stuff/Modification_Files/Spells/Misc/v_spell_item.json b/vamp_stuff/Modification_Files/Spells/Misc/v_spell_item.json index fc93748..aa11b9c 100644 --- a/vamp_stuff/Modification_Files/Spells/Misc/v_spell_item.json +++ b/vamp_stuff/Modification_Files/Spells/Misc/v_spell_item.json @@ -5,10 +5,10 @@ "symbol": "/", "color": "light_red", "name": { "str": "blood sword" }, - "description": "A vicious dire sword, serving its owner with an unbreakable loyalty. Throbs as if it is alive, its bloodlust flows through its wielder who radiates a faint, velvet black aura.", + "description": "A vicious dire broadsword that serves its creator with an unbreakable loyalty. Wounds inflicted by the blade siphon the life-force of the victim to the wielder.", "weight": "2110 g", "volume": "1500 ml", - "material": [ "flesh" ], + "material": [ "blood" ], "techniques": [ "PRECISE", "RAPID", "WBLOCK_2" ], "flags": [ "TRADER_AVOID", "UNARMED_WEAPON", "UNBREAKABLE_MELEE", "MAGIC_FOCUS" ], "relic_data": { @@ -21,7 +21,8 @@ } ] }, - "cutting": 22, + "bashing": 3, + "cutting": 30, "category": "weapons" }, { @@ -29,10 +30,10 @@ "type": "ARMOR", "name": { "str": "crimson coat" }, "description": "A thick and flexible layer of blood that protects your body from harm and retaliates against attackers.", - "weight": "3 g", - "volume": "3 ml", + "weight": "0 g", + "volume": "0 ml", "price": "0 cent", - "material": [ "flesh" ], + "material": [ "blood" ], "coverage": 100, "symbol": "0", "color": "red", @@ -53,11 +54,11 @@ "id": "v_hemo_form_orus", "type": "GENERIC", "name": { "str": "Blood Ascended" }, - "description": "You have become a pure avatar of blood. Now unhindered by a physical body, you are more resiient to injury and freely able to manipulate blood to your will.", - "weight": "3 g", - "volume": "3 ml", + "description": "You have become a pure avatar of blood. Now unhindered by a physical body, you are more resiient to injury and able to freely manipulate blood to your will.", + "weight": "0 g", + "volume": "0 ml", "price": "0 cent", - "material": [ "flesh" ], + "material": [ "blood" ], "symbol": "0", "color": "red", "relic_data": { @@ -80,8 +81,8 @@ "type": "ARMOR", "name": { "str": "ethereal enchantment" }, "description": "Enshrouds your wielded weapon (or even bare fists) in ghastly mists.\n* 5% to summon an etherean silhouette for 15-25 turns while attacking.", - "weight": "3 g", - "volume": "3 ml", + "weight": "0 g", + "volume": "0 ml", "price": "0 cent", "material": [ "ethereal" ], "coverage": 0, diff --git a/vamp_stuff/Modification_Files/Spells/v_spell_hit_time.json b/vamp_stuff/Modification_Files/Spells/v_spell_hit_time.json index 644bfce..bed14e2 100644 --- a/vamp_stuff/Modification_Files/Spells/v_spell_hit_time.json +++ b/vamp_stuff/Modification_Files/Spells/v_spell_hit_time.json @@ -82,7 +82,7 @@ "type": "SPELL", "id": "v_hemo_whip_spell_d_yes", "name": { "str": "Drain!" }, - "description": "Does the Drain Damage and Drain Heal.", + "description": "Call the Drain Damage and Drain Heal spells.", "valid_targets": [ "none" ], "message": "The blood sword absorbs the life force of a nearby creature!", "effect": "target_attack", @@ -93,11 +93,11 @@ "id": "v_hemo_whip_spell_d_dmg", "type": "SPELL", "name": { "str": "Drain Damage" }, - "description": "Deals 2 hp.", + "description": "Deals 5 damage.", "valid_targets": [ "hostile" ], "effect": "target_attack", - "min_damage": 2, - "max_damage": 2, + "min_damage": 5, + "max_damage": 5, "min_range": 1, "max_range": 1, "flags": [ "SILENT" ], @@ -119,7 +119,7 @@ "id": "v_hemo_crimsoncoat_coat_pr_maybe", "type": "SPELL", "name": { "str": "Piercing Retaliation?" }, - "description": "3/4 chance to do Piercing Retaliation.", + "description": "75% chance to retaliate with a blood tentacle when hit.", "valid_targets": [ "none" ], "effect": "target_attack", "extra_effects": [ @@ -136,9 +136,9 @@ "type": "SPELL", "id": "v_hemo_crimsoncoat_coat_pr_yes", "name": { "str": "Piercing Retaliation!" }, - "description": "Does the Piercing Retaliation.", + "description": "Calls the Piercing Retaliation spell with Crimson Coat message.", "valid_targets": [ "none" ], - "message": "The crimson coat retaliates against the attacker!", + "message": "The crimson coat retaliates against your attacker with a blood tentacle!", "effect": "target_attack", "flags": [ "SILENT" ], "extra_effects": [ { "id": "v_hemo_crimsoncoat_coat_pr" } ] @@ -147,13 +147,13 @@ "id": "v_hemo_crimsoncoat_coat_pr", "type": "SPELL", "name": { "str": "Piercing Retaliation" }, - "description": "Deals 12 stab damage and stuns for 1-3 turns.", + "description": "Deals 15 stab damage and stuns for 1-3 turns.", "valid_targets": [ "hostile" ], "flags": [ "SILENT", "RANDOM_DURATION" ], "effect": "target_attack", "effect_str": "stunned", - "min_damage": 12, - "max_damage": 12, + "min_damage": 15, + "max_damage": 15, "min_range": 2, "max_range": 2, "min_duration": 100, @@ -164,7 +164,7 @@ "id": "v_hemo_orusform_bloodling_strike_maybe", "type": "SPELL", "name": { "str": "Spawn Bloodling on Attack Dice Roll!" }, - "description": "1/10 chance to do create a bloodling when attacking.", + "description": "20% chance to do create a bloodling when attacking. 5% chance to do create a greater bloodling when attacking.", "valid_targets": [ "none" ], "effect": "target_attack", "extra_effects": [ @@ -231,7 +231,7 @@ "id": "v_hemo_orusform_bloodling_impact_maybe", "type": "SPELL", "name": { "str": "Spawn Bloodling or Retaliate when Hit Dice Roll!" }, - "description": "1/10 chance to do create a bloodling when hit.", + "description": "10% chance to do create a bloodling when hit. 40% chance to retaliate with blood tentacles when hit.", "valid_targets": [ "none" ], "effect": "target_attack", "extra_effects": [ @@ -254,7 +254,7 @@ "id": "v_hemo_orusform_bloodling_impact", "type": "SPELL", "name": { "str": "Spawn Bloodling!" }, - "description": "Transform a lump of yourself into a bloodling.", + "description": "Transforms the blood lost from being attacked into a bloodling.", "valid_targets": [ "self" ], "effect": "summon", "effect_str": "mon_orus_bloodling", @@ -271,9 +271,9 @@ "type": "SPELL", "id": "v_hemo_orusform_pr_impact", "name": { "str": "Piercing Retaliation!" }, - "description": "Does the Piercing Retaliation.", + "description": "Calls the Piercing Retaliation spell with Blood Ascended message.", "valid_targets": [ "none" ], - "message": "You retaliate against your attacker!", + "message": "You retaliate against your attacker with a blood tentacle!", "effect": "target_attack", "flags": [ "SILENT" ], "extra_effects": [ { "id": "v_hemo_crimsoncoat_coat_pr" } ] diff --git a/vamp_stuff/readme b/vamp_stuff/readme index a48be97..536033f 100644 --- a/vamp_stuff/readme +++ b/vamp_stuff/readme @@ -113,6 +113,7 @@ Rename/redescribe spellcraft skill. Redo the Warlock and Profane Conjurer spells and descriptions. Add a tile for when using blood coat and blood ascension. Get the arcana side of the mod working as well. +Add a tier 5 hemomancer support spell. Rebalance blood more so it won't make you fat so quickly. (Not a problem in Bright Nights) Finish blood drink/ghoul/thrall/vamp dialogue trees. -- cgit v1.2.1