summaryrefslogtreecommitdiff
path: root/json/uncraft/46.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-04-26 12:33:06 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-04-26 12:33:06 -0700
commitc1af80a063685b32e59126452419afe3b49f6b63 (patch)
treef24b14d312b2faf9748866667ab12908c9c9ad0d /json/uncraft/46.json
parentTypo. (diff)
downloadcataclysm-bn-mod_hk-loadout-c1af80a063685b32e59126452419afe3b49f6b63.tar.xz
Add 4.6mm FMJ and SHP rounds, with itemgroups and uncraft.
-Also add reloaded and black powder variants with itemgroups and recipes.
Diffstat (limited to 'json/uncraft/46.json')
-rw-r--r--json/uncraft/46.json32
1 files changed, 32 insertions, 0 deletions
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" ]
+ }
+]