summaryrefslogtreecommitdiff
path: root/json/items/comestible/med.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/items/comestible/med.json')
-rw-r--r--json/items/comestible/med.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/json/items/comestible/med.json b/json/items/comestible/med.json
new file mode 100644
index 0000000..2840c57
--- /dev/null
+++ b/json/items/comestible/med.json
@@ -0,0 +1,16 @@
+[
+ {
+ "type": "COMESTIBLE",
+ "id": "mugwort_oil",
+ "copy-from": "mugwort_oil",
+ "name": { "str_sp": "mugwort oil" },
+ "spoils_in": "28 days"
+ },
+ {
+ "type": "COMESTIBLE",
+ "id": "thyme_oil",
+ "copy-from": "thyme_oil",
+ "name": { "str_sp": "thyme oil" },
+ "spoils_in": "28 days"
+ }
+]