Skip to content

Commit

Permalink
Update wood.json
Browse files Browse the repository at this point in the history
add the soaking spear shaft item
  • Loading branch information
bloodbowel authored Aug 13, 2024
1 parent b8dba37 commit 257942b
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions data/json/items/resources/wood.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,35 @@
"qualities": [ [ "HAMMER", 1 ] ],
"melee_damage": { "bash": 19 }
},
{
"type": "GENERIC",
"id": "soaking_spear_shaft",
"symbol": "/",
"color": "brown",
"name": { "str_sp": "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 being 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",
"material": [ "wood" ],
"flags": [ "SHEATH_SPEAR", "ALWAYS_TWOHAND" ],
"weapon_category": [ "QUARTERSTAVES" ],
"weight": "1000 g",
"volume": "1250 ml",
"longest_side": "180 cm",
"category": "weapons",
"to_hit": { "grip": "none", "length": "long", "surface": "any", "balance": "neutral" },
"use_action": {
"target": "spear_shaft",
"msg": "You wipe down the spear shaft.",
"moves": 1000,
"type": "delayed_transform",
"transform_age": 15000,
"not_ready_msg": "The spear shaft is still soaking.",
"//": "4 hours"
},
"price_postapoc": "5 USD",
"melee_damage": { "bash": 8 }
},
{
"type": "GENERIC",
"id": "spear_shaft",
Expand Down

0 comments on commit 257942b

Please sign in to comment.