summaryrefslogtreecommitdiff
path: root/json/recipes/chem/fuel.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/recipes/chem/fuel.json')
-rw-r--r--json/recipes/chem/fuel.json26
1 files changed, 26 insertions, 0 deletions
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" ]
}
]