From f59c0f07eaa824770f1052d008f5aa57fdd085a9 Mon Sep 17 00:00:00 2001 From: Cyrano7 Date: Sun, 10 Jul 2022 12:11:06 -0700 Subject: [PATCH] Change material of pike --- data/json/items/melee/spears_and_polearms.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/json/items/melee/spears_and_polearms.json b/data/json/items/melee/spears_and_polearms.json index 5cb0d54367535..1cc61fa3348c7 100644 --- a/data/json/items/melee/spears_and_polearms.json +++ b/data/json/items/melee/spears_and_polearms.json @@ -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", @@ -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" ],