summaryrefslogtreecommitdiff
path: root/json/items/comestible/stirfry.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2024-02-04 00:24:11 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2024-02-04 00:24:11 -0800
commit1ef3f55a5eff056c005937439413b18b23ecd85e (patch)
tree3f29ca9769d4f1c79c59c0e63fbf844c329703ae /json/items/comestible/stirfry.json
parentReduce time to craft thread from a rag to match the 5m dismantle time. (diff)
downloadcataclysm-bn-mod_recipe-fixes-1ef3f55a5eff056c005937439413b18b23ecd85e.tar.xz
Move the stirfry dishes to a single json to prevent superloading issues.
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
+ }
+]