summaryrefslogtreecommitdiff
path: root/json/uncraft
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-07-27 12:57:19 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-07-27 12:57:19 -0700
commit0e5374240f8de277896decb320ec4f5e77abb274 (patch)
treebff653fb2108a5aec5e372922e46e3483e90660e /json/uncraft
parentFix 40x53mm recipes being backwards (diff)
downloadcataclysm-dda-mod_grenade-crafting-0e5374240f8de277896decb320ec4f5e77abb274.tar.xz
Add the M1006 recipe.
Fix the backwards M433 and M576 uncrafts. Clean up the 40x46mm grenade uncrafts. Clean up the 40x46mm grenade recipes based on the uncrafts.
Diffstat (limited to 'json/uncraft')
-rw-r--r--json/uncraft/ammo/40x46mm.json66
1 files changed, 66 insertions, 0 deletions
diff --git a/json/uncraft/ammo/40x46mm.json b/json/uncraft/ammo/40x46mm.json
new file mode 100644
index 0000000..4502cbf
--- /dev/null
+++ b/json/uncraft/ammo/40x46mm.json
@@ -0,0 +1,66 @@
+[
+ {
+ "result": "40x46mm_m433",
+ "type": "uncraft",
+ "skill_used": "fabrication",
+ "difficulty": 4,
+ "time": "3 m",
+ "qualities": [ { "id": "SCREW", "level": 1 }, { "id": "SAW_M", "level": 1 }, { "id": "PULL", "level": 1 } ],
+ "components": [
+ [ [ "sheet_metal_small", 1 ] ],
+ [ [ "chem_compositionb", 32 ] ],
+ [ [ "impact_fuze", 1 ] ],
+ [ [ "gunpowder_shotgun", 35 ] ],
+ [ [ "smpistol_primer", 1 ] ],
+ [ [ "40x46mm_m118_casing", 1 ] ]
+ ],
+ "flags": [ "UNCRAFT_SINGLE_CHARGE" ]
+ },
+ {
+ "result": "40x46mm_m576",
+ "type": "uncraft",
+ "skill_used": "fabrication",
+ "difficulty": 4,
+ "time": "3 m",
+ "qualities": [ { "id": "SCREW", "level": 1 }, { "id": "SAW_M", "level": 1 }, { "id": "PULL", "level": 1 } ],
+ "components": [
+ [ [ "paper", 1 ] ],
+ [ [ "combatnail", 35 ] ],
+ [ [ "gunpowder_shotgun", 35 ] ],
+ [ [ "smpistol_primer", 1 ] ],
+ [ [ "40x46mm_m199_casing", 1 ] ]
+ ],
+ "flags": [ "UNCRAFT_SINGLE_CHARGE" ]
+ },
+ {
+ "result": "40x46mm_m651",
+ "type": "uncraft",
+ "skill_used": "fabrication",
+ "difficulty": 4,
+ "time": "3 m",
+ "qualities": [ { "id": "SCREW", "level": 1 }, { "id": "SAW_M", "level": 1 }, { "id": "PULL", "level": 1 } ],
+ "components": [
+ [ [ "bleach", 2 ] ],
+ [ [ "ammonia", 2 ] ],
+ [ [ "gunpowder_shotgun", 35 ] ],
+ [ [ "smpistol_primer", 1 ] ],
+ [ [ "40x46mm_m195_casing", 1 ] ]
+ ],
+ "flags": [ "UNCRAFT_SINGLE_CHARGE" ]
+ },
+ {
+ "result": "40x46mm_m1006",
+ "type": "uncraft",
+ "skill_used": "fabrication",
+ "difficulty": 4,
+ "time": "3 m",
+ "qualities": [ { "id": "SCREW", "level": 1 }, { "id": "SAW_M", "level": 1 }, { "id": "PULL", "level": 1 } ],
+ "components": [
+ [ [ "rubber_slug", 2 ] ],
+ [ [ "gunpowder_shotgun", 35 ] ],
+ [ [ "smpistol_primer", 1 ] ],
+ [ [ "40x46mm_m212_casing", 1 ] ]
+ ],
+ "flags": [ "UNCRAFT_SINGLE_CHARGE" ]
+ }
+]