{
	"alpha": {
		"start": 1,
		"end": 0
	},
	"scale": {
		"start": 0.5,
		"end": 0.1,
		"minimumScaleMultiplier": 1
	},
	"color": {
		"start": "#ffffff",
		"end": "#ffffff"
	},
	"speed": {
		"start": 300,
		"end": 50,
		"minimumSpeedMultiplier": 0.5
	},
	"acceleration": {
		"x": 10,
		"y": 10
	},
	"maxSpeed": 500,
	"startRotation": {
		"min": 0,
		"max": 360
	},
	"noRotation": false,
	"rotationSpeed": {
		"min": 50,
		"max": 360
	},
	"lifetime": {
		"min": 0.25,
		"max": 1
	},
	"blendMode": "normal",
	"frequency": 0.005,
	"emitterLifetime": 0.35,
	"maxParticles": 1000,
	"pos": {
		"x": 0,
		"y": 0
	},
	"addAtBack": false,
	"spawnType": "burst",
	"particlesPerWave": 5,
	"particleSpacing": 0,
	"angleStart": 360
}