summaryrefslogtreecommitdiff
path: root/json/uncraft/shot.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/uncraft/shot.json')
-rw-r--r--json/uncraft/shot.json33
1 files changed, 33 insertions, 0 deletions
diff --git a/json/uncraft/shot.json b/json/uncraft/shot.json
new file mode 100644
index 0000000..48da59c
--- /dev/null
+++ b/json/uncraft/shot.json
@@ -0,0 +1,33 @@
+[
+ {
+ "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", 6 ] ],
+ [ [ "lead", 12 ] ]
+ ],
+ "charges": 1
+ },
+ {
+ "result": "shot_000_inc",
+ "type": "uncraft",
+ "skill_used": "gun",
+ "difficulty": 5,
+ "time": "1 s",
+ "qualities": [ { "id": "PULL", "level": 1 } ],
+ "components": [
+ [ [ "000shot_hull", 1 ] ],
+ [ [ "shotgun_primer", 1 ] ],
+ [ [ "gunpowder", 6 ] ],
+ [ [ "lead", 12 ] ],
+ [ [ "incendiary", 12 ] ]
+ ],
+ "charges": 1
+ }
+]