Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
SUMMARY: Content "Add a percussion cap shotgun to represent blackpowder hunting spawns and add more use of the underutilized 20 ga percussion ammo"
Purpose of change
This adds a cap and ball firearm that should reasonably fit into a viable spawn niche a bit more easily than other blackpowder guns, on the basis that percussion cap rifles/shotguns are the norm for modern blackpowder hunting rather than flintlocks. Cap and ball ammo also is interesting since it fits in between flintlock and regular ammo in terms of how easy it is to , and this adds some use for percussion cap shotshells since it's otherwise only use by the Lemat's secondary, which is anan extremely obscure use.
An idea @hirohito1 (EDIT: hecc, wrong username at first) and I messed around with, they've got an idea for a more survivor-esque firearm in this vein while I ended up working on the more vanilla-flavored take on this, they're busy with IRL stuff so I wound up tackling the idea for the basic percussion shotgun. Also pairs well with #3195
Describe the solution
nested_shotgun_paper
,everyday_shotgun_paper
, andon_hand_shotpaper
itemgroups for nested gun spawns.nested_shotgun_paper
toguns_shotgun_common
at same weight as single and double shotgun. Idea being it'd be the most likely blackpowder gun to show up in the "common" itemgroup for storage and display.everyday_shotgun_paper
tocarried_guns_shotgun_common
andguns_survival
at same rates as single and double shotgun. It might make more sense for it to be common in storage and display but count as obscure for regular Zero Day survivors to reach for, but right guns tend to only stay in one category at a time. Its use for survivalists at least seems more reasonable and fits with how one of these days I want to add itemgroups for rural gun spawns.guns_shotgun_common_display
, same weight as single and double shotgun.ammo_shotgun_common
at a combined weight matching that of birdshot or slugs, and pyrotechnic variant toammo_shotgun_rare
at half the weight of dragon's breath shells.ammo_shotgun_blackpowder_handloads
at a combined weight matching blackpowder birdshot.antique
,antique_rare
,antique_bank_vault
home_display_case
,museum_guns
(also some ammo),pawn
,antique_guns
,antique_guns_with_ammo
. Basically groups where blackpowder guns normally spawn on their own.museum_guns
, andantique_ammo
.Describe alternatives you've considered
guns_survival
, again probably something that'll just end up bein covered should I ever do the rural gun spawn idea.Testing
Additional context