summaryrefslogtreecommitdiff
path: root/json/recipes
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-07-31 11:17:31 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-07-31 11:17:31 -0700
commit04b3b6fd2ab09c0e66c765545b6e845c02689d96 (patch)
treec9b151e06bc5edc28bafc3b6259be2ef54ff7e19 /json/recipes
parentAdd cabbage seeds recipe. (diff)
downloadcataclysm-bn-mod_faction-camp-recipe-expansion-04b3b6fd2ab09c0e66c765545b6e845c02689d96.tar.xz
Add denatured alcohol via shim container.
Diffstat (limited to 'json/recipes')
-rw-r--r--json/recipes/basecamps/recipe_groups.json1
-rw-r--r--json/recipes/chem/fuel.json26
2 files changed, 27 insertions, 0 deletions
diff --git a/json/recipes/basecamps/recipe_groups.json b/json/recipes/basecamps/recipe_groups.json
index f30e682..8b4661b 100644
--- a/json/recipes/basecamps/recipe_groups.json
+++ b/json/recipes/basecamps/recipe_groups.json
@@ -240,6 +240,7 @@
{ "id": "chem_sulphur", "description": " Craft: Sulfur" },
{ "id": "zinc_metal", "description": " Craft: Zinc" },
{ "id": "chem_zinc_powder", "description": " Craft: Zinc, Powder" },
+ { "id": "denat_alocohol_sealed", "description": " Craft: Denatuted Alcohol" },
{ "id": "anvil", "description": " Craft: Anvil" },
{ "id": "tongs", "description": " Craft: Metal Tongs" },
{ "id": "caltrops_glass", "description": " Craft: Glass Caltrops" }
diff --git a/json/recipes/chem/fuel.json b/json/recipes/chem/fuel.json
index e1a1717..b99e148 100644
--- a/json/recipes/chem/fuel.json
+++ b/json/recipes/chem/fuel.json
@@ -5,6 +5,8 @@
"category": "CC_CHEM",
"subcategory": "CSC_CHEM_FUEL",
"skill_used": "cooking",
+ "autolearn": false,
+ "never_learn": true,
"difficulty": 6,
"time": "420 m",
"batch_time_factors": [ 83, 1 ],
@@ -27,5 +29,29 @@
[ [ "jerrycan", 1 ] ]
],
"flags": [ "ALLOW_ROTTEN" ]
+ },
+ {
+ "result": "denat_alocohol_sealed",
+ "type": "recipe",
+ "category": "CSC_CHEM_FUEL",
+ "skill_used": "cooking",
+ "autolearn": false,
+ "never_learn": true,
+ "difficulty": 3,
+ "time": "30 m",
+ "batch_time_factors": [ 83, 3 ],
+ "qualities": [ { "id": "BOIL", "level": 2 }, { "id": "DISTILL", "level": 1 } ],
+ "tools": [ [ [ "surface_heat", 40, "LIST" ] ] ],
+ "components": [
+ [
+ [ "hard_liquor", 28, "LIST" ],
+ [ "weak_liquor", 20, "LIST" ],
+ [ "wash_liquor", 84, "LIST" ],
+ [ "cheap_wine", 112, "LIST" ],
+ [ "worthy_wine", 80, "LIST" ]
+ ],
+ [ [ "bottle_plastic", 1 ] ]
+ ],
+ "flags": [ "ALLOW_ROTTEN" ]
}
]