diff options
Diffstat (limited to 'json/uncraft/weapon')
-rw-r--r-- | json/uncraft/weapon/explosive.json | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/json/uncraft/weapon/explosive.json b/json/uncraft/weapon/explosive.json new file mode 100644 index 0000000..b9f719b --- /dev/null +++ b/json/uncraft/weapon/explosive.json @@ -0,0 +1,43 @@ +[ + { + "type": "uncraft", + "result": "grenade", + "skill_used": "fabrication", + "difficulty": 3, + "time": "1 m 30 s", + "qualities": [ { "id": "SCREW", "level": 1 } ], + "components": [ + [ [ "delay_fuze", 1 ] ], + [ [ "sheet_metal_small", 1 ] ], + [ [ "chem_compositionb", 32 ] ], + [ [ "canister_empty", 1 ] ] + ] + }, + { + "type": "uncraft", + "result": "grenade_inc", + "skill_used": "fabrication", + "difficulty": 3, + "time": "1 m 30 s", + "qualities": [ { "id": "SCREW", "level": 1 } ], + "components": [ + [ [ "delay_fuze", 1 ] ], + [ [ "incendiary", 150 ] ], + [ [ "canister_empty", 1 ] ] + ] + }, + { + "type": "uncraft", + "result": "landmine", + "skill_used": "fabrication", + "difficulty": 4, + "time": "3 m", + "qualities": [ { "id": "SCREW", "level": 1 } ], + "components": [ + [ [ "impact_fuze", 1 ] ], + [ [ "sheet_metal_small", 2 ] ], + [ [ "chem_compositionb", 75 ] ], + [ [ "canister_empty", 1 ] ] + ] + } +] |