Skip to content

Commit

Permalink
Added wooden swords back into sword categories.
Browse files Browse the repository at this point in the history
  • Loading branch information
Malorn committed Dec 22, 2023
1 parent c6f6397 commit 64e7de6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion data/json/items/melee/swords_and_blades.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
},
Expand All @@ -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 }
},
Expand All @@ -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 }
},
Expand Down

0 comments on commit 64e7de6

Please sign in to comment.