summaryrefslogtreecommitdiff
path: root/json/items/comestible/mushroom.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/items/comestible/mushroom.json')
-rw-r--r--json/items/comestible/mushroom.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/json/items/comestible/mushroom.json b/json/items/comestible/mushroom.json
new file mode 100644
index 0000000..0e81602
--- /dev/null
+++ b/json/items/comestible/mushroom.json
@@ -0,0 +1,9 @@
+[
+ {
+ "type": "COMESTIBLE",
+ "id": "dry_mushroom",
+ "copy-from": "dry_mushroom",
+ "name": { "str": "dried mushroom" },
+ "spoils_in": "364 days"
+ }
+]