Skip to content

Commit

Permalink
Remove some more POLEARMS category from spears (#79497)
Browse files Browse the repository at this point in the history
* Remove POLEARMS category from makeshift knife spear

* Remove POLEARMS category from bronze pike
  • Loading branch information
Anrock authored Feb 3, 2025
1 parent 9d4478e commit b995a03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/json/items/melee/spears_and_polearms.json
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@
"qualities": [ [ "CUT", 1 ], [ "COOK", 1 ], [ "BUTCHER", -28 ] ],
"use_action": [ "HEAT_SOLID_ITEMS" ],
"flags": [ "SPEAR", "REACH_ATTACK", "NONCONDUCTIVE", "SHEATH_SPEAR" ],
"weapon_category": [ "POLEARMS", "SPEARS" ],
"weapon_category": [ "SPEARS" ],
"melee_damage": { "bash": 4, "stab": 26 }
},
{
Expand Down Expand Up @@ -713,7 +713,7 @@
"qualities": [ [ "COOK", 1 ] ],
"use_action": [ "HEAT_SOLID_ITEMS" ],
"flags": [ "DURABLE_MELEE", "POLEARM", "SPEAR", "REACH_ATTACK", "REACH3", "NONCONDUCTIVE", "ALWAYS_TWOHAND" ],
"weapon_category": [ "POLEARMS" ],
"weapon_category": [ "SPEARS" ],
"category": "weapons",
"melee_damage": { "bash": 9, "stab": 28 }
},
Expand Down

0 comments on commit b995a03

Please sign in to comment.