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/Misc/v_spell_item.json | 25 +++++++++++----------- 1 file changed, 13 insertions(+), 12 deletions(-) (limited to 'vamp_stuff/Modification_Files/Spells/Misc/v_spell_item.json') 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, -- cgit v1.2.1