From 6972a1beef334856433b18b6ef63768af9fc3b7b Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 23 Nov 2020 17:24:17 -0800 Subject: Add uncraft for 000shot --- json/uncraft/000shot.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 json/uncraft/000shot.json (limited to 'json/uncraft/000shot.json') diff --git a/json/uncraft/000shot.json b/json/uncraft/000shot.json new file mode 100644 index 0000000..a639af7 --- /dev/null +++ b/json/uncraft/000shot.json @@ -0,0 +1,32 @@ +[ + { + "result": "shot_000", + "type": "uncraft", + "skill_used": "gun", + "difficulty": 5, + "time": "1 s", + "qualities": [ { "id": "PULL", "level": 1 } ], + "components": [ [ [ "000shot_hull", 1 ] ], [ [ "shotgun_primer", 1 ] ], [ [ "gunpowder_shotgun", 6 ] ], [ [ "lead", 10 ] ] ], + "flags": [ "UNCRAFT_SINGLE_CHARGE" ] + }, + { + "result": "shot_000_flechette", + "type": "uncraft", + "skill_used": "gun", + "difficulty": 5, + "time": "1 s", + "qualities": [ { "id": "PULL", "level": 1 } ], + "components": [ [ [ "000shot_hull", 1 ] ], [ [ "shotgun_primer", 1 ] ], [ [ "gunpowder_shotgun", 6 ] ], [ [ "combatnail", 10 ] ] ], + "flags": [ "UNCRAFT_SINGLE_CHARGE" ] + }, + { + "result": "shot_000_slug", + "type": "uncraft", + "skill_used": "gun", + "difficulty": 5, + "time": "1 s", + "qualities": [ { "id": "PULL", "level": 1 } ], + "components": [ [ [ "000shot_hull", 1 ] ], [ [ "shotgun_primer", 1 ] ], [ [ "gunpowder_shotgun", 6 ] ], [ [ "lead", 20 ] ] ], + "flags": [ "UNCRAFT_SINGLE_CHARGE" ] + } +] -- cgit v1.2.1