From 64e7de69c3e813a8b11fb7047374b8988922b33b Mon Sep 17 00:00:00 2001 From: Malorn Date: Fri, 22 Dec 2023 16:27:57 -0500 Subject: [PATCH] Added wooden swords back into sword categories. --- data/json/items/melee/swords_and_blades.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/data/json/items/melee/swords_and_blades.json b/data/json/items/melee/swords_and_blades.json index eeaac080c83dc..6dd1a28a433ba 100644 --- a/data/json/items/melee/swords_and_blades.json +++ b/data/json/items/melee/swords_and_blades.json @@ -13,6 +13,7 @@ "to_hit": { "grip": "solid", "length": "long", "surface": "any", "balance": "neutral" }, "price_postapoc": 50, "flags": [ "BELT_CLIP" ], + "weapon_category": [ "MEDIUM_SWORDS" ], "techniques": [ "WBLOCK_1" ], "melee_damage": { "bash": 12, "cut": 1 } }, @@ -31,7 +32,7 @@ "to_hit": { "grip": "solid", "length": "long", "surface": "any", "balance": "uneven" }, "price_postapoc": 50, "flags": [ "BELT_CLIP", "ALWAYS_TWOHAND" ], - "weapon_category": [ "GREAT_HAMMERS" ], + "weapon_category": [ "GREAT_SWORDS" ], "techniques": [ "WBLOCK_1", "SWEEP", "BRUTAL" ], "melee_damage": { "bash": 16, "cut": 2 } }, @@ -49,6 +50,7 @@ "to_hit": { "grip": "solid", "length": "long", "surface": "any", "balance": "neutral" }, "price_postapoc": 100, "techniques": [ "WBLOCK_1" ], + "weapon_category": [ "MEDIUM_SWORDS" ], "flags": [ "FRAGILE_MELEE", "BELT_CLIP" ], "melee_damage": { "bash": 12, "cut": 4 } },