summaryrefslogtreecommitdiff
path: root/json/items/comestible/drink.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/items/comestible/drink.json')
-rw-r--r--json/items/comestible/drink.json34
1 files changed, 34 insertions, 0 deletions
diff --git a/json/items/comestible/drink.json b/json/items/comestible/drink.json
new file mode 100644
index 0000000..3c3dec5
--- /dev/null
+++ b/json/items/comestible/drink.json
@@ -0,0 +1,34 @@
+[
+ {
+ "type": "COMESTIBLE",
+ "id": "bee_balm_tea",
+ "copy-from": "bee_balm_tea",
+ "name": { "str_sp": "bee balm tea" },
+ "spoils_in": "10 days",
+ "//": "Restore original spoils_in."
+ },
+ {
+ "type": "COMESTIBLE",
+ "id": "chamomile_tea",
+ "copy-from": "chamomile_tea",
+ "name": { "str_sp": "chamomile tea" },
+ "spoils_in": "10 days",
+ "//": "Restore original spoils_in."
+ },
+ {
+ "type": "COMESTIBLE",
+ "id": "lotus_tea",
+ "copy-from": "lotus_tea",
+ "name": { "str_sp": "lotus tea" },
+ "spoils_in": "10 days",
+ "//": "Restore original spoils_in."
+ },
+ {
+ "type": "COMESTIBLE",
+ "id": "spurge_tea",
+ "copy-from": "spurge_tea",
+ "name": { "str_sp": "spurge tea" },
+ "spoils_in": "10 days",
+ "//": "Restore original spoils_in."
+ }
+]