diff options
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", |