From 94b4357eac4c40cb1557dac6454dc1d04db1d1f8 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 23 Feb 2022 17:04:50 -0800 Subject: Rebalance the Blood Sword. --- .../Spells/Misc/v_spell_item.json | 39 ++++++++++++++-------- 1 file changed, 25 insertions(+), 14 deletions(-) (limited to 'vamp_stuff/Modification_Files/Spells') 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 0f26ef2..2faa3f7 100644 --- a/vamp_stuff/Modification_Files/Spells/Misc/v_spell_item.json +++ b/vamp_stuff/Modification_Files/Spells/Misc/v_spell_item.json @@ -2,16 +2,23 @@ { "id": "v_hemo_whip", "type": "GENERIC", - "symbol": "/", - "color": "light_red", + "category": "weapons", "name": { "str": "blood sword" }, - "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.", + "description": "A vicious dire broadsword that serves its creator with an unbreakable loyalty. It pulses with life and radiates a faint, black aura.", "weight": "2110 g", "volume": "1500 ml", + "price": 0, + "to_hit": 3, + "bashing": 3, + "cutting": 40, "material": [ "blood" ], - "techniques": [ "PRECISE", "RAPID", "WBLOCK_2" ], + "symbol": "/", + "color": "light_red", + "techniques": [ "PRECISE", "RAPID_2", "WBLOCK_2" ], + "qaulities": [ [ "CUT", 1 ] , [ "BUTCHER", 9 ] ], "flags": [ "UNBREAKABLE_MELEE", + "SHEATH_SWORD", "NONCONDUCTIVE", "MAGIC_FOCUS", "NO_REPAIR", @@ -24,16 +31,12 @@ { "has": "WIELD", "condition": "ALWAYS", - "hit_you_effect": [ - { "id": "v_hemo_whip_spell_d_yes" } - ], - "values": [ { "value": "STRENGTH", "add": 1 }, { "value": "SPEED", "add": 5 } ] + "values": [ + { "value": "SPEED", "add": 10 } + ] } ] - }, - "bashing": 3, - "cutting": 30, - "category": "weapons" + } }, { "id": "v_hemo_crimsoncoat_coat", @@ -92,7 +95,7 @@ "relic_data": { "passive_effects": [ { - "has": "HELD", + "has": "WORN", "condition": "ALWAYS", "hit_you_effect": [ { "id": "v_hemo_orusform_bloodling_strike", "once_in": 5 }, @@ -113,6 +116,13 @@ } ] }, + "armor": [ + { + "encumbrance": 0, + "coverage": 100, + "covers": [ "head", "mouth", "eyes", "torso", "arm_l", "arm_r", "hand_l", "hand_r", "leg_l", "leg_r", "foot_l", "foot_r" ] + } + ], "flags": [ "SEMITANGIBLE", "NO_TAKEOFF", @@ -120,7 +130,8 @@ "NO_REPAIR", "NO_SALVAGE", "TRADER_AVOID", - "ONLY_ONE" + "ONLY_ONE", + "AURA" ], "category": "v_form" }, -- cgit v1.2.1