summaryrefslogtreecommitdiff
path: root/json/recipes/chem
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-12-11 17:09:10 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-12-11 17:09:10 -0800
commit7a71643129e7001521eadb5767b421268b062313 (patch)
treec922a7666a35b1b7f3026a9cbf12517752f362a2 /json/recipes/chem
parentAdd thread from cotton balls. (diff)
downloadcataclysm-bn-mod_faction-camp-recipe-expansion-7a71643129e7001521eadb5767b421268b062313.tar.xz
Added lye recipes.
Add preserved kompot recipes, remove fresh kompot recipe. Replaced obsolete zinc powder with zinc from zinc oxide recipe. Removed obsolete fast noodle recipe. Made material and tool variant suffixes more obvious. Removed the "Craft:" and "Cook:" prefixes from all recipe names. Made certain recipes more clear on the specialized tools required by adding suffixes.
Diffstat (limited to 'json/recipes/chem')
-rw-r--r--json/recipes/chem/chemicals.json22
-rw-r--r--json/recipes/chem/fuel.json3
-rw-r--r--json/recipes/chem/other.json22
3 files changed, 45 insertions, 2 deletions
diff --git a/json/recipes/chem/chemicals.json b/json/recipes/chem/chemicals.json
new file mode 100644
index 0000000..5f5e008
--- /dev/null
+++ b/json/recipes/chem/chemicals.json
@@ -0,0 +1,22 @@
+[
+ {
+ "result": "lye_sealed",
+ "type": "recipe",
+ "id_suffix": "from_electrolysis",
+ "category": "CC_CHEM",
+ "subcategory": "CSC_CHEM_CHEMICALS",
+ "skill_used": "cooking",
+ "skills_required": [ "electronics", 2 ],
+ "autolearn": false,
+ "never_learn": true,
+ "difficulty": 4,
+ "time": "40 m",
+ "batch_time_factors": [ 83, 1 ],
+ "qualities": [ { "id": "CHEM", "level": 2 } ],
+ "tools": [ [ [ "electrolysis_kit", 500 ] ] ],
+ "components": [
+ [ [ "salt_water", 4 ], [ "saline", 20 ] ],
+ [ [ "bottle_plastic", 1 ] ]
+ ]
+ }
+]
diff --git a/json/recipes/chem/fuel.json b/json/recipes/chem/fuel.json
index b99e148..82b6277 100644
--- a/json/recipes/chem/fuel.json
+++ b/json/recipes/chem/fuel.json
@@ -51,7 +51,6 @@
[ "worthy_wine", 80, "LIST" ]
],
[ [ "bottle_plastic", 1 ] ]
- ],
- "flags": [ "ALLOW_ROTTEN" ]
+ ]
}
]
diff --git a/json/recipes/chem/other.json b/json/recipes/chem/other.json
new file mode 100644
index 0000000..8bd8e77
--- /dev/null
+++ b/json/recipes/chem/other.json
@@ -0,0 +1,22 @@
+[
+ {
+ "result": "lye_sealed",
+ "type": "recipe",
+ "category": "CC_CHEM",
+ "subcategory": "CSC_CHEM_OTHER",
+ "skill_used": "survival",
+ "skills_required": [ "cooking", 1 ],
+ "autolearn": false,
+ "never_learn": true,
+ "difficulty": 2,
+ "time": "2 h",
+ "batch_time_factors": [ 83, 1 ],
+ "qualities": [ { "id": "CHEM", "level": 1 } ],
+ "tools": [ [ [ "surface_heat", 10, "LIST" ] ] ],
+ "components": [
+ [ [ "water_clean", 2 ], [ "water", 2 ] ],
+ [ [ "ash", 1000 ] ],
+ [ [ "bottle_plastic", 1 ] ]
+ ]
+ }
+]