Skip to content

Commit

Permalink
Long pole changes. (#39924)
Browse files Browse the repository at this point in the history
* Rework long pole

* Remove sheath spear from pikes and pole and durable melee from long pole
  • Loading branch information
kevingranade authored May 3, 2020
2 parents 761e033 + cab36e4 commit 9b4d189
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
6 changes: 3 additions & 3 deletions data/json/items/melee/spears_and_polearms.json
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@
"looks_like": "pike",
"techniques": [ "IMPALE", "WBLOCK_1" ],
"qualities": [ [ "COOK", 1 ] ],
"flags": [ "DURABLE_MELEE", "POLEARM", "SPEAR", "REACH_ATTACK", "REACH3", "NONCONDUCTIVE", "SHEATH_SPEAR", "ALWAYS_TWOHAND" ]
"flags": [ "DURABLE_MELEE", "POLEARM", "SPEAR", "REACH_ATTACK", "REACH3", "NONCONDUCTIVE", "ALWAYS_TWOHAND" ]
},
{
"id": "pike_copper",
Expand All @@ -470,7 +470,7 @@
"looks_like": "pike",
"techniques": [ "IMPALE", "WBLOCK_1" ],
"qualities": [ [ "COOK", 1 ] ],
"flags": [ "DURABLE_MELEE", "POLEARM", "SPEAR", "REACH_ATTACK", "REACH3", "NONCONDUCTIVE", "SHEATH_SPEAR", "ALWAYS_TWOHAND" ]
"flags": [ "DURABLE_MELEE", "POLEARM", "SPEAR", "REACH_ATTACK", "REACH3", "NONCONDUCTIVE", "ALWAYS_TWOHAND" ]
},
{
"id": "pike",
Expand All @@ -489,7 +489,7 @@
"color": "brown",
"techniques": [ "IMPALE", "WBLOCK_1" ],
"qualities": [ [ "COOK", 1 ] ],
"flags": [ "DURABLE_MELEE", "POLEARM", "SPEAR", "REACH_ATTACK", "REACH3", "NONCONDUCTIVE", "SHEATH_SPEAR", "ALWAYS_TWOHAND" ]
"flags": [ "DURABLE_MELEE", "POLEARM", "SPEAR", "REACH_ATTACK", "REACH3", "NONCONDUCTIVE", "ALWAYS_TWOHAND" ]
},
{
"id": "pike_fake",
Expand Down
4 changes: 2 additions & 2 deletions data/json/items/resources/wood.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@
"techniques": "WBLOCK_1",
"weight": "2250 g",
"volume": "3750 ml",
"bashing": 25,
"flags": [ "SPEAR", "REACH_ATTACK", "NONCONDUCTIVE" ],
"bashing": 19,
"flags": [ "POLEARM", "SPEAR", "REACH_ATTACK", "REACH3", "NONCONDUCTIVE", "ALWAYS_TWOHAND" ],
"price": 4000,
"price_postapoc": 50,
"qualities": [ [ "HAMMER", 1 ] ]
Expand Down
5 changes: 3 additions & 2 deletions data/json/recipes/recipe_weapon.json
Original file line number Diff line number Diff line change
Expand Up @@ -2742,11 +2742,12 @@
"skill_used": "fabrication",
"difficulty": 5,
"time": "5 h 40 m",
"book_learn": [ [ "textbook_weapeast", 6 ] ],
"book_learn": [ [ "textbook_weapeast", 4 ] ],
"autolearn": true,
"qualities": [ { "id": "SAW_W", "level": 1 }, { "id": "CUT", "level": 1 } ],
"//": "a long pole is a single piece of wood, and the heavy stick just isn't large enough.",
"components": [
[ [ "log", 1 ] ],
[ [ "wood_beam", 1 ] ],
[
[ "any_tallow", 4, "LIST" ],
[ "cooking_oil", 32 ],
Expand Down

0 comments on commit 9b4d189

Please sign in to comment.