summaryrefslogtreecommitdiff
path: root/json/recipes/weapons/explosive.json
blob: 8fa27b9d927f6c9320e674fa39814a701e31cedc (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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
[
  {
    "result": "flashbang",
    "type": "recipe",
    "category": "CC_WEAPON",
    "subcategory": "CSC_WEAPON_EXPLOSIVE",
    "skill_used": "fabrication",
    "skills_required": [ "cooking", 6 ],
    "difficulty": 6,
    "time": "40 m",
    "book_learn": [ [ "recipe_labchem", 7 ], [ "textbook_anarch", 7 ] ],
    "using": [ [ "soldering_standard", 6 ] ],
    "qualities": [ { "id": "SCREW", "level": 1 } ],
    "components": [
      [ [ "pilot_light", 1 ] ],
      [ [ "oxy_powder", 75 ] ],
      [ [ "incendiary", 50 ] ],
      [ [ "canister_empty", 1 ] ]
    ]
  },
  {
    "result": "gasbomb",
    "type": "recipe",
    "category": "CC_WEAPON",
    "subcategory": "CSC_WEAPON_EXPLOSIVE",
    "skill_used": "cooking",
    "skills_required": [ "mechanics", 6 ],
    "difficulty": 6,
    "time": "30 m",
    "book_learn": [ [ "textbook_anarch", 7 ] ],
    "using": [ [ "soldering_standard", 6 ] ],
    "qualities" : [ { "id": "CHEM", "level": 2 }, { "id": "SCREW", "level": 1 } ],
    "components": [
      [ [ "bleach", 2 ] ],
      [ [ "ammonia", 2 ] ],
      [ [ "canister_empty", 1 ] ]
    ]
  },
  {
    "result": "fungicidalbomb",
    "type": "recipe",
    "category": "CC_WEAPON",
    "subcategory": "CSC_WEAPON_EXPLOSIVE",
    "skill_used": "cooking",
    "skills_required": [ "mechanics", 6 ],
    "difficulty": 6,
    "time": "30 m",
    "book_learn": [ [ "textbook_anarch", 3 ] ],
    "using": [ [ "soldering_standard", 6 ] ],
    "qualities": [ { "id": "CHEM", "level": 2 }, { "id": "SCREW", "level": 1 } ],
    "components": [
      [ [ "bleach", 2 ] ],
      [ [ "fungicide", 50 ] ],
      [ [ "chem_sulphur", 150 ] ],
      [ [ "canister_empty", 1 ] ]
    ]
  },
  {
    "result": "insecticidalbomb",
    "type": "recipe",
    "category": "CC_WEAPON",
    "subcategory": "CSC_WEAPON_EXPLOSIVE",
    "skill_used": "cooking",
    "skills_required": [ "mechanics", 6 ],
    "difficulty": 6,
    "time": "30 m",
    "book_learn": [ [ "textbook_anarch", 3 ] ],
    "using": [ [ "soldering_standard", 6 ] ],
    "qualities": [ { "id": "CHEM", "level": 2 } , { "id": "SCREW", "level": 1 }],
    "components": [
      [ [ "bleach", 2 ] ],
      [ [ "insecticide", 50 ] ],
      [ [ "water", 2 ], [ "water_clean", 2 ] ],
      [ [ "canister_empty", 1 ] ]
    ]
  },
  {
    "result": "grenade_inc",
    "type": "recipe",
    "category": "CC_WEAPON",
    "subcategory": "CSC_WEAPON_EXPLOSIVE",
    "skill_used": "cooking",
    "skills_required": [ "mechanics", 6 ],
    "difficulty": 6,
    "time": "30 m",
    "book_learn": [ [ "textbook_anarch", 7 ] ],
    "using": [ [ "soldering_standard", 6 ] ],
    "qualities" : [ { "id": "SCREW", "level": 1 } ],
    "components": [
      [ [ "pilot_light", 1 ] ],
      [ [ "incendiary", 150 ] ],
      [ [ "canister_empty", 1 ] ]
    ]
  },
  {
    "result": "grenade_emp",
    "type": "recipe",
    "category": "CC_WEAPON",
    "subcategory": "CSC_WEAPON_EXPLOSIVE",
    "skill_used": "electronics",
    "difficulty": 6,
    "time": "30 m",
    "book_learn": [ [ "textbook_anarch", 7 ] ],
    "using": [ [ "soldering_standard", 6 ] ],
    "qualities" : [ { "id": "SCREW", "level": 1 } ],
    "components": [
      [ [ "power_supply", 1 ] ],
      [ [ "amplifier", 1 ] ],
      [ [ "cable", 5 ] ],
      [ [ "antenna", 1 ] ],
      [ [ "canister_empty", 1 ] ]
    ]
  },
  {
    "result": "grenade",
    "type": "recipe",
    "category": "CC_WEAPON",
    "subcategory": "CSC_WEAPON_EXPLOSIVE",
    "skill_used": "fabrication",
    "skills_required": [ "mechanics", 6 ],
    "difficulty": 6,
    "time": "30 m",
    "book_learn": [ [ "textbook_anarch", 7 ] ],
    "using": [ [ "soldering_standard", 6 ] ],
    "qualities" : [ { "id": "SCREW", "level": 1 } ],
    "components": [
      [ [ "pilot_light", 1 ] ],
      [ [ "sheet_metal_small", 6 ] ],
      [ [ "chem_rdx", 200 ] ],
      [ [ "canister_empty", 1 ] ]
    ]
  },
  {
    "result": "scrambler",
    "type": "recipe",
    "category": "CC_WEAPON",
    "subcategory": "CSC_WEAPON_EXPLOSIVE",
    "skill_used": "electronics",
    "skills_required": [ "computer", 4 ],
    "difficulty": 8,
    "time": "30 m",
    "book_learn": [ [ "textbook_anarch", 8 ] ],
    "using": [ [ "soldering_standard", 6 ] ],
    "qualities" : [ { "id": "SCREW", "level": 1 } ],
    "components": [
      [ [ "grenade_emp", 1 ] ],
      [ [ "antenna", 1 ] ],
      [ [ "transponder", 1 ] ],
      [ [ "e_scrap", 2 ] ]
    ]
  },
  {
    "result": "smokebomb",
    "type": "recipe",
    "category": "CC_WEAPON",
    "subcategory": "CSC_WEAPON_EXPLOSIVE",
    "skill_used": "cooking",
    "skills_required": [ "mechanics", 1 ],
    "difficulty": 3,
    "time": "7 m 30 s",
    "autolearn": true,
    "qualities": [ { "id": "SCREW", "level": 1 } ],
    "components": [
      [ [ "water", 1 ], [ "water_clean", 1 ], [ "salt_water", 1 ], [ "saline", 5 ] ],
      [ [ "candy", 1 ], [ "cola", 1 ] ],
      [ [ "vitamins", 10 ], [ "aspirin", 8 ] ],
      [ [ "canister_empty", 1 ], [ "can_food_unsealed", 1 ], [ "clay_canister", 1 ], [ "can_drink_unsealed", 1 ] ],
      [ [ "superglue", 1 ] ]
    ]
  },
  {
    "result": "c4",
    "type": "recipe",
    "category": "CC_WEAPON",
    "subcategory": "CSC_WEAPON_EXPLOSIVE",
    "skill_used": "cooking",
    "skills_required": [ "mechanics", 6 ],
    "difficulty": 8,
    "time": "30 m",
    "book_learn": [ [ "textbook_anarch", 8 ] ],
    "qualities" : [ { "id": "BOIL", "level": 2 }, { "id": "CHEM", "level": 3 } ],
    "tools": [ [ [ "mold_plastic", -1 ] ], [ [ "hotplate", 50 ], [ "toolset", 50 ] ] ],
    "components": [
      [ [ "pilot_light", 1 ] ],
      [ [ "chem_rdx", 1500 ] ],
      [ [ "plastic_chunk", 1 ] ],
      [ [ "lamp_oil", 100 ], [ "motor_oil", 100 ] ]
    ]
  }
]