From c1af80a063685b32e59126452419afe3b49f6b63 Mon Sep 17 00:00:00 2001
From: jc_gargma <jc_gargma@iserlohn-fortress.net>
Date: Tue, 26 Apr 2022 12:33:06 -0700
Subject: Add 4.6mm FMJ and SHP rounds, with itemgroups and uncraft. -Also add
 reloaded and black powder variants with itemgroups and recipes.

---
 json/uncraft/46.json | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)
 create mode 100644 json/uncraft/46.json

(limited to 'json/uncraft')

diff --git a/json/uncraft/46.json b/json/uncraft/46.json
new file mode 100644
index 0000000..790c191
--- /dev/null
+++ b/json/uncraft/46.json
@@ -0,0 +1,32 @@
+[
+  {
+    "result": "46mm_fmj",
+    "type": "uncraft",
+    "skill_used": "gun",
+    "difficulty": 5,
+    "time": "1 s",
+    "qualities": [ { "id": "PULL", "level": 1 } ],
+    "components": [
+      [ [ "lead", 2 ] ],
+      [ [ "46mm_casing", 1 ] ],
+      [ [ "smpistol_primer", 1 ] ],
+      [ [ "gunpowder", 4 ] ]
+    ],
+    "flags": [ "UNCRAFT_SINGLE_CHARGE" ]
+  },
+  {
+    "result": "46mm_shp",
+    "type": "uncraft",
+    "skill_used": "gun",
+    "difficulty": 5,
+    "time": "1 s",
+    "qualities": [ { "id": "PULL", "level": 1 } ],
+    "components": [
+      [ [ "lead", 2 ] ],
+      [ [ "46mm_casing", 1 ] ],
+      [ [ "smpistol_primer", 1 ] ],
+      [ [ "gunpowder", 4 ] ]
+    ],
+    "flags": [ "UNCRAFT_SINGLE_CHARGE" ]
+  }
+]
-- 
cgit v1.2.1