{
	"name": "Simple Sparkler",
	
	"emitters":
	[
	{
		"name": "Spark",
		
		"preloading": 5,
		
		"texturePath": "textures/spark-white.png",
		"textureSize": [ 10, 10 ],
		
		"hasInertion": "false",
		"gravity": [0, 0, 0],
		
		"spawnRange_system": "PARTICLE_EFFECT",
		
		"spawnTotal":
		{
			"interpolation": "LINEAR_SPLINE",
			"timelineType": "LIMITED",
			"timeline":
			[
			{
				"t": 0.000,
				"value": 0
			},
			{
				"t": 0.05,
				"value": 20
			}
			]
		},
		
		"spawnRange":
		{
			"value": [ 0, 0, 0, 175 ]
		},
		
		"lifeTime":
		{
			"min": 0.01,
			"max": 0.1
		},
		
		"coords_system": "PARTICLE_BIRTH",
		"coords_axis_system": "PARTICLE_BIRTH",
		"rotation_system": "PARTICLE_EFFECT",
		
		"coords":
		{
			"interpolation": "CUBIC_SPLINE",
			"timeline":
			[
			{
				"t": 0.000,
				"value": [ -3, 0, 0 ]
			},
			{
				"t": 0.1,
				"min": [ 10, 0, 0 ],
				"max": [ 70, 0, 0 ]
			}
			]
		},
		
		"rotation":
		{
			"value": [ 0, 0, 0 ]
		},
		
		"scale":
		{
			"value": 0.4
		},
		
		"color":
		{
			"value": [ 1, 1, 0, 1 ]
		},
		"emitters":
		[
		{
			"name": "Spark",
			
			"maxParticles": 6,
			"preloading": 6,
			
			"texturePath": "textures/spark-white.png",
			"textureSize": [ 10, 10 ],
			
			"gravity": [0, -100, 0],
			
			"spawnRange_system": "PARTICLE_BIRTH",
			
			"spawnTotal":
			{
				"interpolation": "LINEAR_SPLINE",
				"matchDeathTime": "true",
				"timeline":
				[
				{
					"t": 0.000,
					"value": 0
				},
				{
					"t": 0.08,
					"value": 6
				}
				]
			},
			"spawnRange":
			{
				"value": [ 0, 180, 0, 160 ]
			},
			
			"lifeTime":
			{
				"min": 0.01,
				"max": 0.1
			},
			
			"coords_system": "PARTICLE_BIRTH",
			"coords_axis_system": "PARTICLE_BIRTH",
			"rotation_system": "PARTICLE_BIRTH",
			
			"coords":
			{
				"interpolation": "LINEAR_SPLINE",
				"timeline":
				[
				{
					"t": 0.000,
					"value": [ 0, 0, 0 ]
				},
				{
					"t": 0.1,
					"min": [ 0, 0, 0 ],
					"max": [ 80, 0, 0 ]
				}
				]
			},
			
			"rotation":
			{
				"value": [ 0, 0, 0 ]
			},
			
			"scale":
			{
				"value": 0.2
			},
			
			"color":
			{
				"interpolation": "LINEAR_SPLINE",
				"timeline":
				[
				{
					"t": 0.000,
					"value": [ 1, 1, 0, 1 ]
				},
				{
					"t": 0.100,
					"value": [ 1, 0.5, 0, 1 ]
				}
				]
			}			
		}
		]
	}
	]
}