summaryrefslogtreecommitdiff
path: root/json/recipes/weapons/explosive.json
blob: 6f50e1be2bd6f30af4b745c6a1829d17a6e6660f (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
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
[
  {
    "result": "c4",
    "type": "recipe",
    "activity_level": "LIGHT_EXERCISE",
    "category": "CC_WEAPON",
    "subcategory": "CSC_WEAPON_EXPLOSIVE",
    "skill_used": "cooking",
    "skills_required": [ "mechanics", 6 ],
    "difficulty": 8,
    "time": "30 m",
    "book_learn": [ [ "manual_traps_mil", 8 ] ],
    "using": [ [ "explosives_casting_standard", 1 ] ],
    "qualities" : [ { "id": "BOIL", "level": 2 }, { "id": "CHEM", "level": 3 } ],
    "tools": [ [ [ "mold_plastic", -1 ] ], [ [ "hotplate", 50 ], [ "toolset", 50 ] ] ],
    "components": [
      [ [ "delay_fuze", 1 ] ],
      [ [ "military_explosive", 63, "LIST" ] ],
      [ [ "plastic_chunk", 1 ] ],
      [ [ "lamp_oil", 100 ], [ "motor_oil", 100 ] ]
    ]
  },
  {
    "result": "flashbang",
    "type": "recipe",
    "activity_level": "LIGHT_EXERCISE",
    "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": [
      [ [ "delay_fuze", 1 ] ],
      [ [ "chem_ammonium_nitrate", 5 ] ],
      [ [ "incendiary", 5 ] ],
      [ [ "canister_empty", 1 ] ]
    ]
  },
  {
    "result": "fungicidalbomb",
    "type": "recipe",
    "activity_level": "LIGHT_EXERCISE",
    "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": [
      [ [ "delay_fuze", 1 ] ],
      [ [ "bleach", 2 ] ],
      [ [ "fungicide", 50 ] ],
      [ [ "chem_sulphur", 150 ] ],
      [ [ "canister_empty", 1 ] ]
    ]
  },
  {
    "result": "gasbomb",
    "type": "recipe",
    "activity_level": "LIGHT_EXERCISE",
    "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": [
      [ [ "delay_fuze", 1 ] ],
      [ [ "bleach", 2 ] ],
      [ [ "ammonia", 2 ] ],
      [ [ "canister_empty", 1 ] ]
    ]
  },
  {
    "result": "grenade",
    "//": "Assumed to be the M67 with 180g of comp b.",
    "type": "recipe",
    "activity_level": "LIGHT_EXERCISE",
    "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 ],
      [ "explosives_casting_standard", 1 ]
    ],
    "qualities" : [ { "id": "SCREW", "level": 1 } ],
    "components": [
      [ [ "delay_fuze", 1 ] ],
      [ [ "sheet_metal_small", 3 ] ],
      [ [ "military_explosive", 23, "LIST" ] ],
      [ [ "canister_empty", 1 ] ]
    ]
  },
  {
    "result": "grenade_emp",
    "type": "recipe",
    "activity_level": "LIGHT_EXERCISE",
    "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": [
      [ [ "delay_fuze", 1 ] ],
      [ [ "power_supply", 1 ] ],
      [ [ "amplifier", 1 ] ],
      [ [ "cable", 5 ] ],
      [ [ "antenna", 1 ] ],
      [ [ "canister_empty", 1 ] ]
    ]
  },
  {
    "result": "grenade_inc",
    "type": "recipe",
    "activity_level": "LIGHT_EXERCISE",
    "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": [
      [ [ "delay_fuze", 1 ] ],
      [ [ "incendiary", 150 ] ],
      [ [ "canister_empty", 1 ] ]
    ]
  },
  {
    "result": "insecticidalbomb",
    "type": "recipe",
    "activity_level": "LIGHT_EXERCISE",
    "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": [
      [ [ "delay_fuze", 1 ] ],
      [ [ "bleach", 2 ] ],
      [ [ "insecticide", 50 ] ],
      [ [ "water", 2 ], [ "water_clean", 2 ] ],
      [ [ "canister_empty", 1 ] ]
    ]
  },
  {
    "result": "landmine",
    "//": "Since there is no blast redius and low damage, assumed to be the US M14 mine.",
    "activity_level": "LIGHT_EXERCISE",
    "type": "recipe",
    "category": "CC_OTHER",
    "subcategory": "CSC_OTHER_TRAPS",
    "skill_used": "traps",
    "skills_required": [ "mechanics", 6 ],
    "difficulty": 5,
    "time": "30 m",
    "reversible": false,
    "book_learn": [ [ "manual_traps_mil", 6 ] ],
    "using": [
      [ "soldering_standard", 6 ],
      [ "explosives_casting_standard", 1 ]
    ],
    "qualities": [ { "id": "SCREW", "level": 1 } ],
    "components": [
      [ [ "impact_fuze", 1 ] ],
      [ [ "plastic_chunk", 2 ] ],
      [ [ "military_explosive", 3, "LIST" ] ]
    ]
  },
  {
    "result": "scrambler",
    "activity_level": "LIGHT_EXERCISE",
    "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": [
      [ [ "delay_fuze", 1 ] ],
      [ [ "grenade_emp", 1 ] ],
      [ [ "antenna", 1 ] ],
      [ [ "transponder", 1 ] ],
      [ [ "e_scrap", 2 ] ]
    ]
  },
  {
    "result": "smokebomb",
    "activity_level": "LIGHT_EXERCISE",
    "type": "recipe",
    "category": "CC_WEAPON",
    "subcategory": "CSC_WEAPON_EXPLOSIVE",
    "skill_used": "cooking",
    "skills_required": [ "mechanics", 1 ],
    "difficulty": 3,
    "time": "30 m",
    "book_learn": [ [ "textbook_anarch", 3 ] ],
    "using": [ [ "soldering_standard", 6 ] ],
    "qualities": [ { "id": "SCREW", "level": 1 } ],
    "components": [
      [ [ "delay_fuze", 1 ] ],
      [ [ "chem_muriatic_acid", 1 ] ],
      [ [ "scrap", 1 ] ],
      [ [ "chem_aluminium_powder", 25 ] ],
      [ [ "chem_zinc_powder", 25 ] ],
      [ [ "canister_empty", 1 ] ],
      [ [ "superglue", 1 ] ]
    ]
  }
]