summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-10-13 11:47:39 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-10-13 11:47:39 -0700
commit0f78580cbcdd0d69488e2a9d886c7da954c6a8a2 (patch)
tree40bf3eb37c328bac418eab929ba79dbe1dbdb34d
parentAllow batch crafting comp_b and hmtd. (diff)
downloadcataclysm-dda-mod_grenade-crafting-0f78580cbcdd0d69488e2a9d886c7da954c6a8a2.tar.xz
Clean up folder structure.
-rw-r--r--json/recipes/chem/chemicals.json32
-rw-r--r--json/recipes/other/materials.json (renamed from json/recipes/recipe_medsandchemicals.json)30
-rw-r--r--json/unobsoletion/recipes.json (renamed from json/recipes/recipe_obsolete.json)0
3 files changed, 32 insertions, 30 deletions
diff --git a/json/recipes/chem/chemicals.json b/json/recipes/chem/chemicals.json
new file mode 100644
index 0000000..ce6fe3e
--- /dev/null
+++ b/json/recipes/chem/chemicals.json
@@ -0,0 +1,32 @@
+[
+ {
+ "type": "recipe",
+ "result": "chem_compositionb",
+ "category": "CC_CHEM",
+ "subcategory": "CSC_CHEM_CHEMICALS",
+ "skill_used": "cooking",
+ "difficulty": 8,
+ "time": "45 m",
+ "batch_time_factors": [ 80, 5 ],
+ "book_learn": [ [ "recipe_labchem", 8 ], [ "textbook_anarch", 10 ] ],
+ "qualities": [ { "id": "BOIL", "level": 2 }, { "id": "CHEM", "level": 3 } ],
+ "tools": [ [ [ "surface_heat", 20, "LIST" ] ] ],
+ "components": [
+ [ [ "chem_rdx", 300 ] ],
+ [ [ "chem_hmtd", 200 ] ]
+ ]
+ },
+ {
+ "type": "recipe",
+ "result": "chem_hmtd",
+ "category": "CC_CHEM",
+ "subcategory": "CSC_CHEM_CHEMICALS",
+ "skill_used": "cooking",
+ "difficulty": 7,
+ "time": "55 m",
+ "batch_time_factors": [ 80, 5 ],
+ "book_learn": [ [ "recipe_labchem", 8 ] ],
+ "qualities": [ { "id": "BOIL", "level": 2 } ],
+ "components": [ [ [ "chem_hexamine", 25 ] ], [ [ "chem_hydrogen_peroxide_conc", 5 ] ], [ [ "chem_acetic_acid", 2] ] ]
+ }
+]
diff --git a/json/recipes/recipe_medsandchemicals.json b/json/recipes/other/materials.json
index f9cc2b6..b4c0d2e 100644
--- a/json/recipes/recipe_medsandchemicals.json
+++ b/json/recipes/other/materials.json
@@ -1,36 +1,6 @@
[
{
"type": "recipe",
- "result": "chem_compositionb",
- "category": "CC_CHEM",
- "subcategory": "CSC_CHEM_CHEMICALS",
- "skill_used": "cooking",
- "difficulty": 8,
- "time": "45 m",
- "batch_time_factors": [ 80, 5 ],
- "book_learn": [ [ "recipe_labchem", 8 ], [ "textbook_anarch", 10 ] ],
- "qualities": [ { "id": "BOIL", "level": 2 }, { "id": "CHEM", "level": 3 } ],
- "tools": [ [ [ "surface_heat", 20, "LIST" ] ] ],
- "components": [
- [ [ "chem_rdx", 300 ] ],
- [ [ "chem_hmtd", 200 ] ]
- ]
- },
- {
- "type": "recipe",
- "result": "chem_hmtd",
- "category": "CC_CHEM",
- "subcategory": "CSC_CHEM_CHEMICALS",
- "skill_used": "cooking",
- "difficulty": 7,
- "time": "55 m",
- "batch_time_factors": [ 80, 5 ],
- "book_learn": [ [ "recipe_labchem", 8 ] ],
- "qualities": [ { "id": "BOIL", "level": 2 } ],
- "components": [ [ [ "chem_hexamine", 25 ] ], [ [ "chem_hydrogen_peroxide_conc", 5 ] ], [ [ "chem_chem_acetic_acid" 2] ] ]
- },
- {
- "type": "recipe",
"note": "Loosely based on plastic chunk from plastic bag recipe",
"result": "rubber_slug",
"category": "CC_AMMO",
diff --git a/json/recipes/recipe_obsolete.json b/json/unobsoletion/recipes.json
index b8a7bf1..b8a7bf1 100644
--- a/json/recipes/recipe_obsolete.json
+++ b/json/unobsoletion/recipes.json