Chivalry 2 weapons data
npm install chivalry2-weaponsReview the classes in src. Not much is documented, but it should be fairly straight forward.
The weapon class maps 1:1 with the json files.
1. Obtain AbilitiesOverride.json from the game files somehow. I've used FModel with great success.
2. Place it in the raw_data directory
3. Run ingest-new-data.bat from the project root directory
4. Submit a pull request
Changelog.txt will contain a readable set of stat changes.
Range values are not managed by the script and must be determined manually, currently.