summaryrefslogtreecommitdiff
path: root/json/recipes/other/materials.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/recipes/other/materials.json')
-rw-r--r--json/recipes/other/materials.json82
1 files changed, 82 insertions, 0 deletions
diff --git a/json/recipes/other/materials.json b/json/recipes/other/materials.json
new file mode 100644
index 0000000..b4c0d2e
--- /dev/null
+++ b/json/recipes/other/materials.json
@@ -0,0 +1,82 @@
+[
+ {
+ "type": "recipe",
+ "note": "Loosely based on plastic chunk from plastic bag recipe",
+ "result": "rubber_slug",
+ "category": "CC_AMMO",
+ "subcategory": "CSC_AMMO_COMPONENTS",
+ "skill_used": "fabrication",
+ "difficulty": 2,
+ "time": "10 m",
+ "batch_time_factors": [ 10, 1 ],
+ "book_learn": [ [ "textbook_anarch", 6 ] ],
+ "reversible": false,
+ "qualities": [ { "id": "BOIL", "level": 2 }, { "id": "CHEM", "level": 3 } ],
+ "tools": [
+ [ [ "surface_heat", 15, "LIST" ] ],
+ [ [ "mold_plastic", -1 ] ]
+ ],
+ "components": [
+ [ [ "chunk_rubber", 1 ] ]
+ ]
+ },
+ {
+ "result": "delay_fuze",
+ "note": "Loosely based on fuse and wire recipes",
+ "type": "recipe",
+ "category": "CC_OTHER",
+ "subcategory": "CSC_OTHER_MATERIALS",
+ "skill_used": "fabrication",
+ "difficulty": 4,
+ "time": "40 m",
+ "book_learn": [ [ "textbook_anarch", 6 ] ],
+ "batch_time_factors": [ 50, 2 ],
+ "qualities": [
+ { "id": "CUT", "level": 1 }
+ ],
+ "tools": [
+ [ [ "soldering_standard", 5, "LIST" ] ],
+ [
+ [ "boltcutters", -1 ],
+ [ "pliers", -1 ],
+ [ "toolset", -1 ],
+ [ "multitool", -1 ]
+ ]
+ ],
+ "components": [
+ [ [ "fuse", 1 ] ],
+ [ [ "pilot_light", 1 ] ],
+ [ [ "scrap", 2 ] ],
+ [ [ "clockworks", 1 ] ]
+ ]
+ },
+ {
+ "result": "impact_fuze",
+ "note": "Loosely based on fuse and wire recipes",
+ "type": "recipe",
+ "category": "CC_OTHER",
+ "subcategory": "CSC_OTHER_MATERIALS",
+ "skill_used": "fabrication",
+ "difficulty": 4,
+ "time": "40 m",
+ "book_learn": [ [ "textbook_anarch", 6 ] ],
+ "batch_time_factors": [ 50, 2 ],
+ "qualities": [
+ { "id": "CUT", "level": 1 }
+ ],
+ "tools": [
+ [ [ "soldering_standard", 5, "LIST" ] ],
+ [
+ [ "boltcutters", -1 ],
+ [ "pliers", -1 ],
+ [ "toolset", -1 ],
+ [ "multitool", -1 ]
+ ]
+ ],
+ "components": [
+ [ [ "fuse", 1 ] ],
+ [ [ "pilot_light", 1 ] ],
+ [ [ "scrap", 2 ] ]
+ ]
+ }
+]