diff options
| author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-06-04 13:29:32 -0700 | 
|---|---|---|
| committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-06-04 13:29:32 -0700 | 
| commit | 02dfc8f6d3f86c443328971363ef8a50cb157e70 (patch) | |
| tree | e512acab83a1a8d60cccab1fbad876a09fb70135 /vamp_stuff/Modification_Files/Spells | |
| parent | Standardize the Tier n notice with a capital T. (diff) | |
| download | cataclysm-bn-mod_vampire-stuff-redone-02dfc8f6d3f86c443328971363ef8a50cb157e70.tar.xz | |
Rebalance the blood sword.
Clean up the 'worn' artifacts.
Diffstat (limited to 'vamp_stuff/Modification_Files/Spells')
| -rw-r--r-- | vamp_stuff/Modification_Files/Spells/Misc/v_spell_item.json | 22 | 
1 files changed, 14 insertions, 8 deletions
| 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", | 
