{
	"label": "ArcaneWallSegment",
	"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": "DrawableContainer",
				"graphic": [ 
					{
						"id": "PosRotScale",
						"rotationOffset": "f:i/2",
						"graphic": {
							"id": "TextureElement",
							"path": "graphics/wall/arcane_segmented/Arcane_Outer.png"
						}
					},{
						"id": "PosRotScale",
						"rotationOffset": "f:i/3*4",
						"graphic": {
							"id": "TextureElement",
							"path": "graphics/wall/arcane_segmented/Arcane_Inner.png"
						}
					},{
						"id": "PosRotScale",
						"rotationOffset": "f: -i*2/5",
						"graphic": {
							"id": "ConditionalDrawable",
							"condition": "energy > 40",
							"graphic": {
								"id": "ConditionalDrawable",
								"condition": "energy > 100",
								"graphic": {
									"id": "DrawableContainer",
									"graphic": [ 
										{
											"id": "PosRotScale",
											"rotationOffset": "0",
											"graphic": {
												"id": "TextureElement",
												"path": "graphics/wall/arcane_segmented/Arcane_Floating_Big.png"
											}
										},{
											"id": "PosRotScale",
											"rotationOffset": "120",
											"graphic": {
												"id": "TextureElement",
												"path": "graphics/wall/arcane_segmented/Arcane_Floating_Big.png"
											}
										},{
											"id": "PosRotScale",
											"rotationOffset": "240",
											"graphic": {
												"id": "TextureElement",
												"path": "graphics/wall/arcane_segmented/Arcane_Floating_Big.png"
											}
										}
									]
								},
								"altGraphic": {
									"id": "ConditionalDrawable",
									"condition": "energy > 70",
									"graphic": {
										"id": "DrawableContainer",
										"graphic": [ 
											{
												"id": "PosRotScale",
												"rotationOffset": "0",
												"graphic": {
													"id": "TextureElement",
													"path": "graphics/wall/arcane_segmented/Arcane_Floating_Big.png"
												}
											},{
												"id": "PosRotScale",
												"rotationOffset": "180",
												"graphic": {
													"id": "TextureElement",
													"path": "graphics/wall/arcane_segmented/Arcane_Floating_Big.png"
												}
											}
										]
									},
									"altGraphic": {
										"id": "TextureElement",
										"path": "graphics/wall/arcane_segmented/Arcane_Floating_Big.png"
									}
								}
							}
						}
					}
				]
			},
			"altGraphic": {
				"id": "TextureElement",
				"path": "graphics/wall/arcane_segmented/Arcane_Inner.png"
			}
		}
	]
}