Organization Weapons Data

Organization Weapon data is in the organization folder. Unlike most of the other elements in Data Driven Customisation, these files are hand written directly rather than build-generated, and they attach extra data to an existing Organization weapon item rather than creating a new one. Here is the JSON file structure:

Example: abandoned_dogma.json

{
	"base_stats": {
		"str": 12,
		"mag": 17
	},
	"description": "Test description"
}