From 1c2ce4fce8f48ba65188ad8b27e0dfdb193f5fd6 Mon Sep 17 00:00:00 2001 From: bloodbowel <177868717+bloodbowel@users.noreply.github.com> Date: Mon, 2 Dec 2024 07:41:25 -0600 Subject: [PATCH] "str_sp" to "str" --- data/json/items/resources/wood.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/data/json/items/resources/wood.json b/data/json/items/resources/wood.json index 09be530730c10..fb72dc08658d2 100644 --- a/data/json/items/resources/wood.json +++ b/data/json/items/resources/wood.json @@ -75,7 +75,7 @@ { "type": "GENERIC", "id": "soaking_long_pole", - "name": { "str_sp": "soaking long pole" }, + "name": { "str": "soaking long pole" }, "description": "A stout, ten-foot pole. Could be used similarly to a spear. It's currently soaked with oil and quite slippery. Once the oil penetrates the wood it can be wiped down and used for further projects.", "//": "a long pole is a single piece of wood, and the heavy stick just isn't large enough.", "color": "brown", @@ -105,7 +105,7 @@ { "type": "GENERIC", "id": "long_pole", - "name": { "str_sp": "long pole" }, + "name": { "str": "long pole" }, "description": "A stout, ten-foot pole. Could be used similarly to a spear. The Cataclysm gives fresh meaning to walking softly and carrying a big stick.", "//": "a long pole is a single piece of wood, and the heavy stick just isn't large enough.", "color": "brown", @@ -128,7 +128,7 @@ "id": "soaking_spear_shaft", "symbol": "/", "color": "brown", - "name": { "str_sp": "soaking spear shaft" }, + "name": { "str": "soaking spear shaft" }, "looks_like": "q_staff", "description": "A long stick carved and sanded into a smooth staff with a slight taper, for use in making spears. It's currently soaked with oil and quite slippery. Once the oil penetrates the wood it can be wiped down and used for further projects.", "price": "40 USD", @@ -157,7 +157,7 @@ "id": "spear_shaft", "symbol": "/", "color": "brown", - "name": { "str_sp": "spear shaft" }, + "name": { "str": "spear shaft" }, "looks_like": "q_staff", "description": "A long stick, sanded and treated with oil for integrity and carved into a smooth staff with a slight taper, for use in making spears. It can also be used as a makeshift quarterstaff as-is, but is too thin to be very effective for just hitting people.", "price": "40 USD",