From 02dfc8f6d3f86c443328971363ef8a50cb157e70 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 4 Jun 2024 13:29:32 -0700 Subject: Rebalance the blood sword. Clean up the 'worn' artifacts. --- .../Spells/Misc/v_spell_item.json | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) (limited to 'vamp_stuff') 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 cca1cc8..0ebe0b1 100644 --- a/vamp_stuff/Modification_Files/Spells/Misc/v_spell_item.json +++ b/vamp_stuff/Modification_Files/Spells/Misc/v_spell_item.json @@ -6,17 +6,19 @@ "weapon_category": [ "1H_SWORDS", "MEDIEVAL_SWORDS", "VAMPIRE_WEAPONS" ], "name": { "str": "blood sword" }, "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", + "weight": "141625 mg", + "//": "Steel is eight times as dense as water, so this would be one eighth the 1133 g of a standard broadsword.", + "//2": "Though strictly speaking a steel broadsword of 1.75 L volume should weigh 14 kg...", + "volume": "1750 ml", "price": 0, "to_hit": 2, - "bashing": 3, - "cutting": 40, + "bashing": 8, + "cutting": 45, "material": [ "blood" ], "symbol": "/", "color": "light_red", - "techniques": [ "PRECISE", "RAPID_2", "WBLOCK_2" ], - "qualities": [ [ "CUT", 1 ] , [ "BUTCHER", 9 ] ], + "techniques": [ "WBLOCK_2" ], + "qualities": [ [ "CUT", 1 ] , [ "BUTCHER", 11 ] ], "flags": [ "UNBREAKABLE_MELEE", "SHEATH_SWORD", @@ -67,12 +69,13 @@ } ] }, - "covers": [ "head", "torso", "arm_r", "arm_l", "hand_r", "hand_l", "leg_r", "leg_l", "foot_r", "foot_l" ], + "covers": [ "head", "torso", "arms", "hands", "legs", "feet" ], "flags": [ "PERSONAL", "OVERSIZE", "SKINTIGHT", "POWERARMOR_COMPATIBLE", + "COMPACT", "BLOCK_WHILE_WORN", "SEMITANGIBLE", "NO_TAKEOFF", @@ -118,9 +121,12 @@ } ] }, - "covers": [ "head", "mouth", "eyes", "torso", "arm_l", "arm_r", "hand_l", "hand_r", "leg_l", "leg_r", "foot_l", "foot_r" ], + "covers": [ "head", "mouth", "eyes", "torso", "arms", "hands", "legs", "feet" ], "flags": [ "SEMITANGIBLE", + "SKINTIGHT", + "POWERARMOR_COMPATIBLE", + "COMPACT", "NO_TAKEOFF", "NO_DROP", "NO_REPAIR", -- cgit v1.2.1