{
	"alpha": {
		"start": 1,
		"end": 0.03
	},
	"scale": {
		"start": 0.3,
		"end": 0.1,
		"minimumScaleMultiplier": 1
	},
	"color": {
		"start": "#67db88",
		"end": "#92de96"
	},
	"speed": {
		"start": 30,
		"end": 60,
		"minimumSpeedMultiplier": 0.05
	},
	"acceleration": {
		"x": 0,
		"y": -20
	},
	"maxSpeed": 30,
	"startRotation": {
		"min": 0,
		"max": 360
	},
	"noRotation": false,
	"rotationSpeed": {
		"min": 0,
		"max": 0
	},
	"lifetime": {
		"min": 3,
		"max": 5
	},
	"blendMode": "add",
	"frequency": 0.5,
	"emitterLifetime": -1,
	"maxParticles": 6,
	"pos": {
		"x": -20,
		"y": -80
	},
	"addAtBack": false,
	"spawnType": "rect",
	"spawnRect": {
		"x": 0,
		"y": 0,
		"w": 40,
		"h": 80
	}
}