summaryrefslogtreecommitdiff
path: root/json/recipes/weapons/explosive.json
blob: 88b2617491e92c68c25e4461041b7a0e6fade988 (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
[
  {
    "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": "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 ] ]
    ]
  }
]