A WIP firearm malfunction mod inspired by Meatyceiver 2. This mod builds onto Meatyceiver's core idea and adds modular firearm tags used to determine failure rates at a granular per firearm level.
- A supported firearm's malfunction rate is determined by the combination of the following firearm tags:
- Firearm ItemID
- Action
- Era
- Magazine ItemID
- Round Type
- Round Class
- Firearm tags are modular and easy to configure. Uses Deli to easily load corresponding JSON files. See the Configuration section below for more information.
- Default firearm tags are configured under the
failures
folder. - Each firearm tag currently supports five malfunction properties, each containing a float used as its weighted chance value.
- Malfunction properties:
- fire
- feed
- extract
- lockOpen
- discharge
Additional user configs can be found under mods\configs\pbnjamming.cfg
Adding and configuring custom content like guns or magazines is easy. Here is an example repo containing a mod to add two custom guns and one custom magazine.
No releases available yet. To install you must build the project yourself and place into mods
folder as this is a Deli mod.
To uninstall, you only need to delete the mods\PBnJamming.deli
file.