Gives modders the ability to add an odd amount of bullets for magazines ( +1 for example). This should is primarily useful for custom attachments but It can also be used for vanilla attachments.
Using the new stat:
self.parts.PART_ID.stats = {extra_ammo_new = -1}
or for XML use:
<stats extra_ammo_new="-1"/>
How to install:
...! This mod requiresBeardLib! 2. Simply put the New magazine size for weapons folder in your mod_overrides folder
The original idea for this mod came during the development of the AK762 and was heavily inspired by this mod.