summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Readme.txt5
-rw-r--r--json/recipes/ammo/40x46mm.json6
-rw-r--r--json/recipes/ammo/40x53mm.json74
3 files changed, 82 insertions, 3 deletions
diff --git a/Readme.txt b/Readme.txt
index 9e7ac6c..0407245 100644
--- a/Readme.txt
+++ b/Readme.txt
@@ -114,3 +114,8 @@ The base one could.
---
40x46mm reloaded:
Can now use mixed gunpowder in addition to shotgun powder.
+Use small pistol primer instead of large pistol primer.
+
+---
+40x53mm reloaded:
+Can now use mixed gunpowder in addition to shotgun powder.
diff --git a/json/recipes/ammo/40x46mm.json b/json/recipes/ammo/40x46mm.json
index a5dd17f..d689934 100644
--- a/json/recipes/ammo/40x46mm.json
+++ b/json/recipes/ammo/40x46mm.json
@@ -44,7 +44,7 @@
[ [ "paper", 1 ], [ "wax", 1 ] ],
[ [ "gunpowder_shotgun", 30 ], [ "gunpowder", 30 ] ],
[ [ "40x46mm_m199_casing", 1 ] ],
- [ [ "lgpistol_primer", 1 ] ]
+ [ [ "smpistol_primer", 1 ] ]
]
},
{
@@ -92,7 +92,7 @@
[ [ "paper", 1 ], [ "wax", 1 ] ],
[ [ "gunpowder_shotgun", 30 ], [ "gunpowder", 30 ] ],
[ [ "40x46mm_m199_casing", 1 ] ],
- [ [ "lgpistol_primer", 1 ] ]
+ [ [ "smpistol_primer", 1 ] ]
]
},
{
@@ -140,7 +140,7 @@
[ [ "combatnail", 70 ] ],
[ [ "gunpowder_shotgun", 30 ], [ "gunpowder", 30 ] ],
[ [ "40x46mm_m199_casing", 1 ] ],
- [ [ "lgpistol_primer", 1 ] ]
+ [ [ "smpistol_primer", 1 ] ]
]
}
]
diff --git a/json/recipes/ammo/40x53mm.json b/json/recipes/ammo/40x53mm.json
new file mode 100644
index 0000000..f1f54f8
--- /dev/null
+++ b/json/recipes/ammo/40x53mm.json
@@ -0,0 +1,74 @@
+[
+ {
+ "result": "40x53mm_buckshot_m169",
+ "type": "recipe",
+ "category": "CC_AMMO",
+ "subcategory": "CSC_AMMO_SHOT",
+ "skill_used": "fabrication",
+ "difficulty": 4,
+ "skills_required": [ "launcher", 2 ],
+ "time": "10 m",
+ "batch_time_factors": [ 60, 5 ],
+ "book_learn": [ [ "recipe_bullets", 3 ], [ "manual_shotgun", 3 ] ],
+ "charges": 1,
+ "reversible": true,
+ "using": [ [ "shot_forming", 2 ], [ "ammo_bullet", 16 ] ],
+ "tools": [ [ [ "press", -1 ] ], [ [ "swage", -1 ] ] ],
+ "qualities": [ { "id": "CUT", "level": 1 } ],
+ "components": [
+ [ [ "sheet_metal_small", 1 ] ],
+ [ [ "paper", 1 ], [ "wax", 1 ] ],
+ [ [ "gunpowder_shotgun", 35 ], [ "gunpowder", 35 ] ],
+ [ [ "40x53mm_m169_casing", 1 ] ],
+ [ [ "lgrifle_primer", 1 ] ]
+ ]
+ },
+ {
+ "result": "40x53mm_slug_m169",
+ "type": "recipe",
+ "category": "CC_AMMO",
+ "subcategory": "CSC_AMMO_SHOT",
+ "skill_used": "fabrication",
+ "difficulty": 4,
+ "skills_required": [ "launcher", 2 ],
+ "time": "10 m",
+ "batch_time_factors": [ 60, 5 ],
+ "book_learn": [ [ "recipe_bullets", 3 ], [ "manual_shotgun", 3 ] ],
+ "charges": 1,
+ "reversible": true,
+ "using": [ [ "bullet_forming", 2 ], [ "ammo_bullet", 16 ] ],
+ "tools": [ [ [ "press", -1 ] ], [ [ "swage", -1 ] ] ],
+ "qualities": [ { "id": "CUT", "level": 1 } ],
+ "components": [
+ [ [ "sheet_metal_small", 1 ] ],
+ [ [ "paper", 1 ], [ "wax", 1 ] ],
+ [ [ "gunpowder_shotgun", 35 ], [ "gunpowder", 35 ] ],
+ [ [ "40x53mm_m169_casing", 1 ] ],
+ [ [ "lgrifle_primer", 1 ] ]
+ ]
+ },
+ {
+ "result": "40x53mm_flechette_m169",
+ "type": "recipe",
+ "category": "CC_AMMO",
+ "subcategory": "CSC_AMMO_SHOT",
+ "skill_used": "fabrication",
+ "difficulty": 4,
+ "skills_required": [ "launcher", 2 ],
+ "time": "10 m",
+ "batch_time_factors": [ 60, 5 ],
+ "book_learn": [ [ "recipe_bullets", 3 ], [ "manual_shotgun", 3 ] ],
+ "charges": 1,
+ "reversible": true,
+ "tools": [ [ [ "press", -1 ] ], [ [ "swage", -1 ] ] ],
+ "qualities": [ { "id": "CUT", "level": 1 } ],
+ "components": [
+ [ [ "sheet_metal_small", 1 ] ],
+ [ [ "paper", 1 ], [ "wax", 1 ] ],
+ [ [ "combatnail", 100 ] ],
+ [ [ "gunpowder_shotgun", 35 ], [ "gunpowder", 35 ] ],
+ [ [ "40x53mm_m169_casing", 1 ] ],
+ [ [ "lgrifle_primer", 1 ] ]
+ ]
+ }
+]