diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-01-19 23:17:27 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-01-19 23:17:27 -0800 |
commit | 6f08650121a7c4720780b281d936bc8acec43654 (patch) | |
tree | f4d8f39d69d32ddb7f7c3f69d19d04a9f8364738 /vamp_stuff | |
parent | Adding the name not required for copy-from martialarts (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-6f08650121a7c4720780b281d936bc8acec43654.tar.xz |
Fix blood sipper and hammerius to require two hands.
Diffstat (limited to 'vamp_stuff')
-rw-r--r-- | vamp_stuff/Modification_Files/Items/Weapons/melee_weapon.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/vamp_stuff/Modification_Files/Items/Weapons/melee_weapon.json b/vamp_stuff/Modification_Files/Items/Weapons/melee_weapon.json index d321e7f..39f245f 100644 --- a/vamp_stuff/Modification_Files/Items/Weapons/melee_weapon.json +++ b/vamp_stuff/Modification_Files/Items/Weapons/melee_weapon.json @@ -16,7 +16,7 @@ "material": [ "steel" ], "color": "red", "techniques": [ "WBLOCK_1", "WIDE", "BRUTAL", "SWEEP" ], - "flags": [ "SHEATH_SWORD", "DURABLE_MELEE" ], + "flags": [ "SHEATH_SWORD", "DURABLE_MELEE", "ALWAYS_TWOHAND" ], "qualities": [ [ "CUT", 1 ], [ "BUTCHER", 20 ] ] }, { @@ -35,7 +35,7 @@ "material": [ "steel", "compactblood" ], "color": "red", "techniques": [ "WBLOCK_1", "WIDE", "BRUTAL", "SWEEP" ], - "flags": [ "SHEATH_SWORD", "DURABLE_MELEE" ], + "flags": [ "SHEATH_SWORD", "DURABLE_MELEE", "ALWAYS_TWOHAND" ], "qualities": [ [ "CUT", 1 ], [ "BUTCHER", 22 ] ] }, { @@ -126,7 +126,7 @@ "material": [ "steel" ], "color": "red", "techniques": [ "WBLOCK_1", "BRUTAL", "SWEEP" ], - "flags": [ "STAB", "DURABLE_MELEE" ] + "flags": [ "STAB", "DURABLE_MELEE", "ALWAYS_TWOHAND" ] }, { "id": "hammeriusplus", @@ -144,7 +144,7 @@ "material": [ "steel", "compactblood" ], "color": "red", "techniques": [ "WBLOCK_1", "BRUTAL", "SWEEP" ], - "flags": [ "STAB", "DURABLE_MELEE" ] + "flags": [ "STAB", "DURABLE_MELEE", "ALWAYS_TWOHAND" ] }, { "id": "falc_crimsword", |