Skip to content
This repository was archived by the owner on Sep 12, 2024. It is now read-only.

add nut shell #2

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions items.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
[
{
"id": "nut_shell",
"type": "AMMO",
"ammo_type" : "nut",
"category": "ammo",
"name": { "str": "nut shell" },
"description": "Byproduct of cracking nut.Can be used as fuel,or as ammo",
"weight": "0.1 g",
"volume": "5 ml",
"price": 0,
"price_postapoc": 0,
"material": [ "wood" ],
"symbol": ".",
"flags":["FIREWOOD","TINDER"]
"color": "brown",
"stack_size": 200,
"looks_like": "tinder"
},
{
"type": "GENERIC",
"id": "pinecone",
"copy-from": "pinecone",
"symbol": ",",
"color": "brown",
"name": { "str": "pinecone" },
"description": "A spiny pod from a pine tree. Dry seeds rattle around inside when you shake it.",
"material": [ "wood" ],
"weight": "90 g",
"volume": "250 ml",
"to_hit": -2,
"flags": [ "FIREWOOD","TINDER" ]
}
]