summaryrefslogtreecommitdiff
path: root/json
diff options
context:
space:
mode:
Diffstat (limited to 'json')
-rw-r--r--json/recipes/basecamps/recipe_groups.json2
-rw-r--r--json/recipes/other/materials.json15
-rw-r--r--json/recipes/recipe_companion.json45
3 files changed, 62 insertions, 0 deletions
diff --git a/json/recipes/basecamps/recipe_groups.json b/json/recipes/basecamps/recipe_groups.json
index e4d2e02..3e9307c 100644
--- a/json/recipes/basecamps/recipe_groups.json
+++ b/json/recipes/basecamps/recipe_groups.json
@@ -246,6 +246,7 @@
{ "id": "zinc_metal", "description": " Zinc" },
{ "id": "zinc_metal_chem_zinc", "description": " Zinc (from Zinc Oxide)" },
{ "id": "denat_alocohol_sealed", "description": " Denatured Alcohol" },
+ { "id": "material_cement", "description": " Cement" },
{ "id": "anvil", "description": " Anvil" },
{ "id": "tongs", "description": " Metal Tongs" },
{ "id": "caltrops_glass", "description": " Glass Caltrops" }
@@ -402,6 +403,7 @@
{ "id": "chem_rdx", "description": " RDX" },
{ "id": "chem_hexamine", "description": " Hexamine" },
{ "id": "chem_hmtd", "description": " HMTD" },
+ { "id": "oxy_powder", "description": " Oxidizer Powder [using Electrolysis]" },
{ "id": "chem_compositionb", "description": " Composition B" },
{ "id": "biodiesel_sealed", "description": " Biodiesel" },
{ "id": "lye_sealed_from_electrolysis", "description": " Lye (from salt water)[using Electrolysis]" },
diff --git a/json/recipes/other/materials.json b/json/recipes/other/materials.json
new file mode 100644
index 0000000..d60f33f
--- /dev/null
+++ b/json/recipes/other/materials.json
@@ -0,0 +1,15 @@
+[
+ {
+ "type": "recipe",
+ "result": "material_limestone",
+ "category": "CC_OTHER",
+ "subcategory": "CSC_OTHER_MATERIALS",
+ "skill_used": "fabrication",
+ "time": "10 m",
+ "autolearn": false,
+ "never_learn": true,
+ "qualities": [ { "id": "HAMMER", "level": 1 } ],
+ "tools": [ [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ] ],
+ "components": [ [ [ "material_shrd_limestone", 1 ] ] ]
+ }
+]
diff --git a/json/recipes/recipe_companion.json b/json/recipes/recipe_companion.json
index 7ceea8a..007ff6f 100644
--- a/json/recipes/recipe_companion.json
+++ b/json/recipes/recipe_companion.json
@@ -100,5 +100,50 @@
[ [ "tongs", -1 ] ],
[ [ "crucible", -1 ], [ "crucible_clay", -1 ] ]
]
+ },
+ {
+ "type": "recipe",
+ "result": "nail",
+ "id_suffix": "npc_drop",
+ "category": "CC_OTHER",
+ "subcategory": "CSC_OTHER_MATERIALS",
+ "skill_used": "fabrication",
+ "difficulty": 1,
+ "time": "18 m",
+ "autolearn": false,
+ "never_learn": true,
+ "qualities": [ { "id": "ANVIL", "level": 3 }, { "id": "HAMMER", "level": 5 }, { "id": "CHISEL", "level": 3 } ],
+ "tools": [ [ [ "tongs", -1 ] ], [ [ "swage", -1 ] ], [ [ "forge", 5 ], [ "oxy_torch", 1 ] ] ],
+ "components": [ [ [ "steel_chunk", 1 ], [ "scrap", 3 ] ] ]
+ },
+ {
+ "type": "recipe",
+ "result": "wire",
+ "id_suffix": "npc_drop",
+ "category": "CC_OTHER",
+ "subcategory": "CSC_OTHER_MATERIALS",
+ "skill_used": "fabrication",
+ "difficulty": 3,
+ "time": "3 m",
+ "autolearn": false,
+ "never_learn": true,
+ "qualities": [ { "id": "ANVIL", "level": 3 }, { "id": "HAMMER", "level": 5 }, { "id": "CHISEL", "level": 3 } ],
+ "tools": [ [ [ "tongs", -1 ] ], [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ], [ [ "forge", 10 ], [ "oxy_torch", 2 ] ] ],
+ "components": [ [ [ "scrap", 1 ] ] ]
+ },
+ {
+ "type": "recipe",
+ "result": "rebar",
+ "id_suffix": "npc_drop",
+ "category": "CC_OTHER",
+ "subcategory": "CSC_OTHER_MATERIALS",
+ "skill_used": "fabrication",
+ "difficulty": 2,
+ "time": "9 m",
+ "autolearn": false,
+ "never_learn": true,
+ "qualities": [ { "id": "ANVIL", "level": 3 }, { "id": "HAMMER", "level": 5 }, { "id": "CHISEL", "level": 3 } ],
+ "tools": [ [ [ "tongs", -1 ] ], [ [ "swage", -1 ] ], [ [ "forge", 10 ], [ "oxy_torch", 2 ] ] ],
+ "components": [ [ [ "scrap", 3 ] ] ]
}
]