summaryrefslogtreecommitdiff
path: root/json/items/comestible/veggy_dishes.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/items/comestible/veggy_dishes.json')
-rw-r--r--json/items/comestible/veggy_dishes.json62
1 files changed, 62 insertions, 0 deletions
diff --git a/json/items/comestible/veggy_dishes.json b/json/items/comestible/veggy_dishes.json
new file mode 100644
index 0000000..be4f9da
--- /dev/null
+++ b/json/items/comestible/veggy_dishes.json
@@ -0,0 +1,62 @@
+[
+ {
+ "type": "COMESTIBLE",
+ "id": "tofu_stirfry",
+ "name": { "str": "tofu stirfry", "str_pl": "tofu stirfry" },
+ "weight": "135 g",
+ "color": "yellow",
+ "spoils_in": "4 days",
+ "comestible_type": "FOOD",
+ "symbol": "%",
+ "healthy": 1,
+ "calories": 525,
+ "charges": 4,
+ "description": "A tofu stirfry with rice and a sweet bold flavor sure to be on your mind through these dark days.",
+ "price": 1200,
+ "material": "veggy",
+ "volume": "1 L",
+ "flags": [ "EATEN_HOT" ],
+ "fun": 12,
+ "vitamins": [ [ "vitA", 2 ], [ "calcium", 7 ], [ "iron", 5 ], [ "vitC", 24 ] ]
+ },
+ {
+ "type": "COMESTIBLE",
+ "id": "meat_stirfry",
+ "name": { "str": "meat stirfry", "str_pl": "meat stirfry" },
+ "weight": "135 g",
+ "color": "yellow",
+ "spoils_in": "4 days",
+ "comestible_type": "FOOD",
+ "symbol": "%",
+ "healthy": 1,
+ "calories": 525,
+ "charges": 4,
+ "description": "A meat stirfry with rice and a sweet bold flavor sure to be on your mind through these dark days.",
+ "price": 1200,
+ "material": [ "meat", "veggy" ],
+ "volume": "1 L",
+ "flags": [ "EATEN_HOT" ],
+ "fun": 12,
+ "vitamins": [ [ "vitA", 2 ], [ "calcium", 7 ], [ "iron", 5 ], [ "vitC", 24 ] ]
+ },
+ {
+ "type": "COMESTIBLE",
+ "id": "veggy_stirfry",
+ "name": { "str": "veggy stirfry", "str_pl": "veggy stirfry" },
+ "weight": "135 g",
+ "color": "yellow",
+ "spoils_in": "4 days",
+ "comestible_type": "FOOD",
+ "symbol": "%",
+ "healthy": 1,
+ "calories": 525,
+ "charges": 4,
+ "description": "A vegetable stirfry with rice and a sweet bold flavor sure to be on your mind through these dark days.",
+ "price": 1200,
+ "material": "veggy",
+ "volume": "1 L",
+ "flags": [ "EATEN_HOT" ],
+ "fun": 12,
+ "vitamins": [ [ "vitA", 2 ], [ "calcium", 7 ], [ "iron", 5 ], [ "vitC", 24 ] ]
+ }
+]