summaryrefslogtreecommitdiff
path: root/json/recipes/weapons/explosive.json
blob: 28f5051d39b10c47439a3e8375c97a2a6375b018 (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
[
  {
    "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 ] ],
    "qualities" : [ { "id": "SCREW", "level": 1 } ],
    "components": [
      [ [ "bleach", 2 ] ],
      [ [ "ammonia", 2 ] ],
      [ [ "superglue", 1 ], [ "duct_tape", 75 ], [ "cordage", 1, "LIST" ] ],
      [ [ "canister_empty", 1 ], [ "can_drink_unsealed", 1 ], [ "clay_canister", 1 ], [ "can_food_unsealed", 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 ] ],
    "qualities" : [ { "id": "SCREW", "level": 1 } ],
    "components": [
      [ [ "pilot_light", 1 ] ],
      [ [ "incendiary", 150 ] ],
      [ [ "canister_empty", 1 ], [ "can_drink_unsealed", 1 ], [ "clay_canister", 1 ], [ "can_food_unsealed", 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 ] ],
      [ [ "superglue", 1 ], [ "duct_tape", 75 ], [ "cordage", 1, "LIST" ] ],
      [ [ "canister_empty", 1 ], [ "can_drink_unsealed", 1 ], [ "clay_canister", 1 ], [ "can_food_unsealed", 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 ] ],
    "qualities" : [ { "id": "SCREW", "level": 1 } ],
    "components": [
      [ [ "pilot_light", 1 ] ],
      [ [ "sheet_metal_small", 6 ] ],
      [ [ "chem_rdx", 200 ] ],
      [ [ "superglue", 1 ], [ "duct_tape", 75 ], [ "cordage", 1, "LIST" ] ],
      [ [ "canister_empty", 1 ], [ "can_drink_unsealed", 1 ], [ "clay_canister", 1 ], [ "can_food_unsealed", 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 ] ]
    ]
  }
]