{
	"Name": "LavaLump Style Meter",
	"Description": "Adds an Ultrakill-like style meter to the Hud",
	"LoadPriority": 2,
	"RequiredOnClient": false,
	"Version": "1.2.9",

	"Scripts": [
		{
			"Path": "StyleMeterMain.nut",
			"RunOn": "CLIENT && MP",
			"ClientCallback": {
				"After": "StyleMeterInit"
			}
		},
		{
			"Path": "StyleModSettings.nut",
			"RunOn": "UI",
			"UICallback": {
				"Before": "StyleModSettingsInit"
			}
		}
	],
	"ConVars": [
		{
			"Name": "DecayRate",
			"DefaultValue": "1.0",
			"Flags": 16777216
		},
		{
			"Name": "EventExpiration",
			"DefaultValue": "5.0",
			"Flags": 16777216
		},
		{
			"Name": "StyleMultiplyer",
			"DefaultValue": "1.0",
			"Flags": 16777216
		}
	]
}