Skip to content

Commit

Permalink
"str_sp" to "str"
Browse files Browse the repository at this point in the history
  • Loading branch information
bloodbowel authored Dec 2, 2024
1 parent a442036 commit 1c2ce4f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/json/items/resources/wood.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 1c2ce4f

Please sign in to comment.