summaryrefslogtreecommitdiff
path: root/json/recipes/recipe_medsandchemicals.json
blob: ff7da19faa97e30f4aca3606627846aae1ef9109 (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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
[
  {
    "type": "recipe",
    "result": "chem_compositionb",
    "category": "CC_CHEM",
    "subcategory": "CSC_CHEM_CHEMICALS",
    "skill_used": "cooking",
    "difficulty": 8,
    "time": "45 m",
    "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",
    "note": "Loosely based on lye powder recipe",
    "result": "rubber_powder",
    "category": "CC_CHEM",
    "subcategory": "CSC_CHEM_CHEMICALS",
    "skill_used": "cooking",
    "difficulty": 3,
    "time": "1 h 30 m",
    "batch_time_factors": [ 80, 4 ],
    "book_learn": [ [ "recipe_labchem", 5 ] ],
    "reversible": false,
    "qualities": [ { "id": "BOIL", "level": 2 }, { "id": "CHEM", "level": 3 } ],
    "tools": [ [ [ "water_boiling_heat", 120, "LIST" ] ] ],
    "components": [
      [
        [ "boots_rubber", 1 ],
        [ "gloves_rubber", 1 ],
        [ "rubber_harness_dog", 1 ],
        [ "rubber_armor_horse", 1 ],
        [ "plunger_toilet", 1 ],
        [ "arrow_plastic", 4 ],
        [ "wheel_slick", 1 ],
        [ "wheel_barrow", 1 ],
        [ "wheel_bicycle", 1 ],
        [ "wheel_10", 1 ],
        [ "wheel_motorbike", 1 ],
        [ "wheel_wheelchair", 2 ],
        [ "wheel_side", 1 ],
        [ "wheel_wide_or", 1 ]
      ]
    ]
  },
  {
    "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": [ [ "recipe_labchem", 5 ] ],
    "reversible": false,
    "qualities": [ { "id": "BOIL", "level": 2 }, { "id": "CHEM", "level": 3 } ],
    "tools": [
      [ [ "surface_heat", 15, "LIST" ] ],
      [ [ "mold_plastic", -1 ] ]
    ],
    "components": [
      [ [ "rubber_powder", 300 ] ]
    ]
  },
  {
    "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 ] ]
    ]
  }
]