summaryrefslogtreecommitdiff
path: root/json/recipes/food/other.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/recipes/food/other.json')
-rw-r--r--json/recipes/food/other.json64
1 files changed, 64 insertions, 0 deletions
diff --git a/json/recipes/food/other.json b/json/recipes/food/other.json
index 08d09db..4592990 100644
--- a/json/recipes/food/other.json
+++ b/json/recipes/food/other.json
@@ -60,5 +60,69 @@
],
[ [ "water", 1 ], [ "water_clean", 1 ] ]
]
+ },
+ {
+ "type": "recipe",
+ "result": "deluxe_beansnrice",
+ "category": "CC_FOOD",
+ "subcategory": "CSC_FOOD_OTHER",
+ "skill_used": "cooking",
+ "difficulty": 2,
+ "time": "9 m",
+ "autolearn": true,
+ "batch_time_factors": [ 80, 1 ],
+ "qualities": [
+ { "id": "COOK", "level": 2 },
+ { "id": "CUT", "level": 1 }
+ ],
+ "tools": [ [ [ "surface_heat", 2, "LIST" ] ] ],
+ "components": [
+ [ [ "can_beans", 1 ], [ "beans_cooked", 1 ] ],
+ [ [ "rice_cooked", 1 ] ],
+ [
+ [ "meat_red", 1, "LIST" ],
+ [ "meat_smoked", 1 ],
+ [ "dry_meat", 1 ],
+ [ "can_chicken", 1 ],
+ [ "can_spam", 2 ],
+ [ "fish", 1 ],
+ [ "fish_smoked", 1 ],
+ [ "dry_fish", 1 ],
+ [ "rehydrated_fish", 1 ],
+ [ "fish_canned", 1 ],
+ [ "can_salmon", 1 ],
+ [ "can_tuna", 1 ],
+ [ "sausage", 2 ],
+ [ "sausage_cooked", 2 ],
+ [ "bratwurst_sausage", 2 ],
+ [ "bacon", 2 ],
+ [ "powder_eggs", 2 ],
+ [ "eggs_bird", 2, "LIST" ],
+ [ "egg_reptile", 2 ]
+ ],
+ [ [ "seasoning_mild", 1, "LIST" ] ],
+ [ [ "water", 1 ], [ "water_clean", 1 ] ]
+ ]
+ },
+ {
+ "type": "recipe",
+ "result": "tofu_rice",
+ "category": "CC_FOOD",
+ "subcategory": "CSC_FOOD_OTHER",
+ "skill_used": "cooking",
+ "difficulty": 1,
+ "time": "3 m",
+ "autolearn": true,
+ "qualities": [
+ { "id": "COOK", "level": 2 },
+ { "id": "CUT", "level": 1 }
+ ],
+ "tools": [ [ [ "surface_heat", 2, "LIST" ] ] ],
+ "batch_time_factors": [ 80, 1 ],
+ "components": [
+ [ [ "rice_cooked", 1 ] ],
+ [ [ "tofu", 1 ], [ "dry_tofu", 1 ] ],
+ [ [ "any_butter_or_oil", 1, "LIST" ] ]
+ ]
}
]