{
	"label": "StoneWallSegment",
	"author": "Jonas Forster",
	"scale" : 167,
	"size" : 100,
	"PhysicElements": [
		{	"id": "FullCircle",
			"offset": [0.0, 0.0],
			"radius": 30	
		}
	],
	"graphicElements": [
		{
			"id": "ConditionalDrawable",
			"condition": "energy > 0",
			"graphic": {
				"id": "ConditionalDrawable",
				"condition": "energy < 30",
				"graphic": {
					"id": "TextureElement",
					"path": "graphics/wall/stonewall_segmented/Wall_Segment_01_Small.png"
				},
				"altGraphic": {
						"id": "ColorFilterElement",
						"color" : ["f: 0.4+0.6/(0.4+energy*0.02)",1.0,1.0,1.0],
						"graphic":{
						"id": "RandomTextureElement",
						"textures": [
							"graphics/wall/stonewall_segmented/Wall_Segment_01.png"
					
						]
					}
				}
			},
			"altGraphic": {
				"id": "TextureElement",
				"path": "graphics/wall/stonewall_segmented/Wall_Segment_Destroyed_01.png"
			}
		}
	]
}