{
	"label": "Fire",
	"author": "Jonas Foerster",
	"scale" : 195,
	"graphicElements": [
		{
			"id": "RotationElement",
			"rotationOffset": "mvmtDirAngl",
			"graphic": {
				"id": "DrawableContainer",
				"graphic":[{
					"id": "ParticleEmitter",
					"particleLifeTime": "f: min(100, 30 / (mvmtSqrSpd*2))",
					"emittingFrequency": "f: min(100, 30 / (mvmtSqrSpd*2))",
					"particle": {
						"id": "TextureElement",
						"x": -200,
						"y": -40,
						"path": "graphics/projectiles/fire/Feuerball_Particle01.png"
					}
				},{
					"id": "ParticleEmitter",
					"particleLifeTime": "f: min(60, 18 / (mvmtSqrSpd*2))",
					"emittingFrequency": "f: min(60, 18 / (mvmtSqrSpd*2))",
					"particle": {
						"id": "TextureElement",
						"x": -200,
						"y": 40,
						"path": "graphics/projectiles/fire/Feuerball_Particle02.png"
					}
				}]
			}
		},{
			"id": "RotationElement",
			"rotationOffset": "mvmtDirAngl | f:i",
			"graphic": {
				"id": "TextureElement",
				"path": "graphics/projectiles/fire/Feuerball_Core.png"
			}
		}
	]
}