From 6f08650121a7c4720780b281d936bc8acec43654 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 19 Jan 2022 23:17:27 -0800 Subject: Fix blood sipper and hammerius to require two hands. --- vamp_stuff/Modification_Files/Items/Weapons/melee_weapon.json | 8 ++++---- 1 file 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", -- cgit v1.2.1