-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Split 40mm grenade types #35865
Split 40mm grenade types #35865
Conversation
According to this article, 40x46mm smoke and flare loads really exist (though there are multiple types); probably don't need to make them obsolete. |
Updated casings. For future reference the Americans pretty thoroughly documented their large caliber munitions in TM 43-0001-28. That document indicates that Federal #100 primers are used for several kinds of 40mm grenades so I'll look at bringing back some survivor crafted shotgun from hell type loads you could do with spent 40mm casings. @Rail-Runner The kinds of flare cartridges they use don't really resemble cata flares and none of the smoke loads are intended for obscuration. |
As promised here are the volumes I've gotten from images/drawings of each of the grenades.
I've also included the primer for each. It is my opinion that survivors will only be able to reload buckshot, sponge, or slugs (saboted, of course) using any m118 cases, buckshot, slugs, or sponge using m199 cases, and flares or sponge grenades using the m195 or m212 cases. For m169 casings, only flechette, buckshot or slugs should be allowed to be reloaded. These shouldn't resemble the military loadings, and two separate recipes should be used- one for the m195 and m118 cases, and another for the m199 casings. A swage and die set and thin sheet metal, like copper, brass or maybe aluminum, should be required to reload any of them (except the m212 cases), to get the hi-lo bursting disk part reloaded. Any of the buckshot slug or flechette loadings should use traditional shotgun materials for wads and overshot cards- paint, glue, wax, cardboard, paper, plastic, or similar. The powder needed should be shotgun powder. |
Weights and volumes fixed. Appropriate reloads added for new 40mm types. This should be ready now. |
@@ -0,0 +1,153 @@ | |||
[ | |||
{ | |||
"abstract": "40x46mm_grenade", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like the majority of the entries that inherit from this have "weight": "120 g"
. Why not add it here instead?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The factory loads all have different weights and the survivor loads should too. When we deal with projectile and propellant mass they'll get sorted out but for now I left them approximated at the same weight as M576.
@@ -0,0 +1,90 @@ | |||
[ | |||
{ | |||
"abstract": "40x53mm_grenade", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Again, looks like this could benefit from "weight": "340 g"
.
@@ -130,13 +130,61 @@ | |||
"volume": "5ml" | |||
}, | |||
{ | |||
"id": "40mm_casing", | |||
"id": "40x46mm_m212_casing", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I still think it's kinda weird to be adding this and the M195 casing seeing as they don't have any use. I don't know what the best solution is, though.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
They'd be usable for different loads that I haven't added here. In another PR I might look at survivor crafted non-lethal and utility loads.
[ [ "sheet_metal_small", 1 ] ], | ||
[ [ "paper", 1 ], [ "wax", 1 ] ], | ||
[ [ "combatnail", 70 ] ], | ||
[ [ "gunpowder_shotgun", 30 ] ], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like you use
[ [ "sheet_metal_small", 1 ] ],
[ [ "paper", 1 ], [ "wax", 1 ] ],
[ [ "gunpowder_shotgun", 30 ] ]
quite a few times. Why not make a requirement entry for it, to reduce duplication?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's not really a consistent requirement for 40x46mm reloads, the shotgun type ones just happen to share it.
This pull request has been mentioned on Cataclysm: Dark Days Ahead. There might be relevant details there: https://discourse.cataclysmdda.org/t/nechronica-redux/19857/24 |
This pull request has been mentioned on Cataclysm: Dark Days Ahead. There might be relevant details there: https://discourse.cataclysmdda.org/t/segmentation-fault-on-items/23401/2 |
Summary
SUMMARY: Content "Rework 40mm grenades to reflect the types used by American forces"
Purpose of change
The game was treating 40x46mm grenades and 40x53mm grenades as the same thing and ignoring what components are actually required to make them. Some of the 40mm loads the game had don't actually exist. These problems led to some types of grenades being unrealistically easy to get.
Describe the solution
Split high and low velocity 40mm types. Remove fictional 40x46mm loads. Remove crafting recipes for 40mm grenades until we have M42 primers and much more manufacturing infrastructure.
Testing
Game loads and plays without errors.