summaryrefslogtreecommitdiff
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
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.
-rw-r--r--json/items/comestible/stirfry.json (renamed from json/items/comestible/veggy_dishes.json)10
1 files changed, 10 insertions, 0 deletions
diff --git a/json/items/comestible/veggy_dishes.json b/json/items/comestible/stirfry.json
index 89c6830..9bda612 100644
--- a/json/items/comestible/veggy_dishes.json
+++ b/json/items/comestible/stirfry.json
@@ -26,5 +26,15 @@
"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
}
]