summaryrefslogtreecommitdiff
path: root/json/items/comestible/dairy.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/items/comestible/dairy.json')
-rw-r--r--json/items/comestible/dairy.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/json/items/comestible/dairy.json b/json/items/comestible/dairy.json
new file mode 100644
index 0000000..cb8477e
--- /dev/null
+++ b/json/items/comestible/dairy.json
@@ -0,0 +1,18 @@
+[
+ {
+ "type": "COMESTIBLE",
+ "id": "ghee",
+ "copy-from": "ghee",
+ "name": { "str_sp": "ghee" },
+ "spoils_in": "91 days",
+ "//": "Restore original spoils_in."
+ }.
+ {
+ "type": "COMESTIBLE",
+ "id": "ghee",
+ "copy-from": "ghee",
+ "name": { "str_sp": "hard cheese" },
+ "spoils_in": "182 days",
+ "//": "Restore original spoils_in."
+ }
+]