summaryrefslogtreecommitdiff
path: root/json/recipes/other/materials.json
blob: 1d2df2dcf615c52178dface99d9d847d553479e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
[
  {
    "type": "recipe",
    "//": "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",
    "//": "Loosely based on fuse and wire recipes",
    "type": "recipe",
    "category": "CC_OTHER",
    "subcategory": "CSC_OTHER_MATERIALS",
    "skill_used": "fabrication",
    "difficulty": 4,
    "time": "10 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",
    "//": "Loosely based on fuse and wire recipes",
    "type": "recipe",
    "category": "CC_OTHER",
    "subcategory": "CSC_OTHER_MATERIALS",
    "skill_used": "fabrication",
    "difficulty": 4,
    "time": "10 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 ] ]
    ]
  }
]