summaryrefslogtreecommitdiff
path: root/json/items/comestible/stirfry.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/items/comestible/stirfry.json')
-rw-r--r--json/items/comestible/stirfry.json40
1 files changed, 40 insertions, 0 deletions
diff --git a/json/items/comestible/stirfry.json b/json/items/comestible/stirfry.json
new file mode 100644
index 0000000..9bda612
--- /dev/null
+++ b/json/items/comestible/stirfry.json
@@ -0,0 +1,40 @@
+[
+ {
+ "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": "12 USD",
+ "material": "veggy",
+ "volume": "1 L",
+ "flags": [ "EATEN_HOT" ],
+ "fun": 12,
+ "vitamins": [ [ "vitA", 2 ], [ "calcium", 7 ], [ "iron", 5 ], [ "vitC", 24 ] ]
+ },
+ {
+ "type": "COMESTIBLE",
+ "id": "veggy_stirfry",
+ "looks_like": "tofu_stirfry",
+ "copy-from": "tofu_stirfry",
+ "name": { "str": "veggy stirfry", "str_pl": "veggy stirfry" },
+ "description": "A vegetable stirfry with rice and a sweet bold flavor sure to be on your mind through these dark days."
+ },
+ {
+ "type": "COMESTIBLE",
+ "id": "meat_stirfry",
+ "looks_like": "tofu_stirfry",
+ "copy-from": "tofu_stirfry",
+ "name": { "str": "meat stirfry", "str_pl": "meat stirfry" },
+ "description": "A meat stirfry with rice and a sweet bold flavor sure to be on your mind through these dark days.",
+ "material": [ "flesh", "veggy" ],
+ "fun": 12
+ }
+]