Skip to content

Commit

Permalink
Merge pull request #59147 from Cyrano7/steel_pike
Browse files Browse the repository at this point in the history
Change material of pike to steel
  • Loading branch information
Rivet-the-Zombie authored Jul 12, 2022
2 parents 41b1786 + f59c0f0 commit ec37cf1
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 @@ -648,7 +648,7 @@
"id": "pike",
"type": "GENERIC",
"name": { "ctxt": "weapon", "str": "pike" },
"description": "This is a medieval weapon consisting of a wood shaft tipped with an iron spearhead.",
"description": "This is a medieval weapon consisting of a wood shaft tipped with a steel spearhead.",
"weight": "2500 g",
"volume": "3500 ml",
"longest_side": "300 cm",
Expand All @@ -657,7 +657,7 @@
"bashing": 9,
"cutting": 32,
"to_hit": { "grip": "weapon", "length": "long", "surface": "point", "balance": "neutral" },
"material": [ "iron", "wood" ],
"material": [ "steel", "wood" ],
"symbol": "/",
"color": "brown",
"techniques": [ "IMPALE", "WBLOCK_1" ],
Expand Down

0 comments on commit ec37cf1

Please sign in to comment.