diff options
Diffstat (limited to 'json/uncraft/weapon')
| -rw-r--r-- | json/uncraft/weapon/explosive.json | 106 | 
1 files changed, 106 insertions, 0 deletions
diff --git a/json/uncraft/weapon/explosive.json b/json/uncraft/weapon/explosive.json index 9e8638c..6b3a307 100644 --- a/json/uncraft/weapon/explosive.json +++ b/json/uncraft/weapon/explosive.json @@ -15,6 +15,112 @@    },    {      "type": "uncraft", +    "result": "flashbang", +    "skill_used": "fabrication", +    "difficulty": 3, +    "time": "1 m 30 s", +    "qualities": [ { "id": "SCREW", "level": 1 } ], +    "components": [ +      [ [ "delay_fuze", 1 ] ], +      [ [ "oxy_powder", 75 ] ], +      [ [ "incendiary", 50 ] ], +      [ [ "canister_empty", 1 ] ] +    ] +  }, +  { +    "type": "uncraft", +    "result": "gasbomb", +    "skill_used": "fabrication", +    "difficulty": 3, +    "time": "1 m 30 s", +    "qualities": [ { "id": "SCREW", "level": 1 } ], +    "components": [ +      [ [ "delay_fuze", 1 ] ], +      [ [ "bleach", 2 ] ], +      [ [ "ammonia", 2 ] ], +      [ [ "canister_empty", 1 ] ] +    ] +  }, +  { +    "type": "uncraft", +    "result": "fungicidalbomb", +    "skill_used": "fabrication", +    "difficulty": 3, +    "time": "1 m 30 s", +    "qualities": [ { "id": "SCREW", "level": 1 } ], +    "components": [ +      [ [ "delay_fuze", 1 ] ], +      [ [ "bleach", 2 ] ], +      [ [ "fungicide", 50 ] ], +      [ [ "chem_sulphur", 150 ] ], +      [ [ "canister_empty", 1 ] ] +    ] +  }, +  { +    "type": "uncraft", +    "result": "insecticidalbomb", +    "skill_used": "fabrication", +    "difficulty": 3, +    "time": "1 m 30 s", +    "qualities": [ { "id": "SCREW", "level": 1 } ], +    "components": [ +      [ [ "delay_fuze", 1 ] ], +      [ [ "bleach", 2 ] ], +      [ [ "insecticide", 50 ] ], +      [ [ "water", 2 ] ], +      [ [ "canister_empty", 1 ] ] +    ] +  }, +  { +    "type": "uncraft", +    "result": "grenade_emp", +    "skill_used": "fabrication", +    "difficulty": 3, +    "time": "1 m 30 s", +    "qualities": [ { "id": "SCREW", "level": 1 } ], +    "components": [ +      [ [ "delay_fuze", 1 ] ], +      [ [ "power_supply", 1 ] ], +      [ [ "amplifier", 1 ] ], +      [ [ "cable", 5 ] ], +      [ [ "antenna", 1 ] ], +      [ [ "canister_empty", 1 ] ] +    ] +  }, +  { +    "type": "uncraft", +    "result": "scrambler", +    "skill_used": "fabrication", +    "difficulty": 3, +    "time": "1 m 30 s", +    "qualities": [ { "id": "SCREW", "level": 1 } ], +    "components": [ +      [ [ "delay_fuze", 1 ] ], +      [ [ "grenade_emp", 1 ] ], +      [ [ "antenna", 1 ] ], +      [ [ "transponder", 1 ] ], +      [ [ "e_scrap", 2 ] ] +    ] +  }, +  { +    "type": "uncraft", +    "result": "smokebomb", +    "skill_used": "fabrication", +    "difficulty": 3, +    "time": "1 m 30 s", +    "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 ] ] +    ] +  }, +  { +    "type": "uncraft",      "result": "grenade_inc",      "skill_used": "fabrication",      "difficulty": 3,  | 
