<?xml version='1.0' encoding='utf-8'?>
<e:Skin class="EnermyItemRenderSkin" xmlns:e="http://ns.egret.com/eui" xmlns:w="http://ns.egret.com/wing"
        xmlns:mx="mx.*" height="186" width="146">

	<e:Group id="man_g" height="0" width="0" x="0" y="0">
		<e:Image id="di_p" horizontalCenter="0" bottom="-30" source="yzi_png" />
		<e:Group id="tween_g" x="0" y="0">
			<e:Image id="man_p" horizontalCenter="0" bottom="0" />
		</e:Group>
	</e:Group>
	<e:Group id="display_g" top="0" left="0" right="0" height="25">
		<e:List id="buffList" anchorOffsetX="0" anchorOffsetY="0" bottom="45" right="13" scaleY="-1">
			<e:itemRendererSkinName>
				<e:Skin>
					<e:Group x="0" y="0" width="25" height="25">
						<e:Image width="25" height="25" horizontalCenter="0" verticalCenter="0" source="{data.icon}" scaleY="-1" />
					</e:Group>
				</e:Skin>
			</e:itemRendererSkinName>
			<e:layout>
				<e:TileLayout horizontalGap="8" verticalGap="4" requestedRowCount="3" requestedColumnCount="3" />
			</e:layout>
		</e:List>
		<mx:MXProbar id="hp_bar" top="-10" left="32" width="104" />
		<mx:MXProbar id="energy_bar" top="10" left="32" width="104" />


	</e:Group>
	<e:Group left="0" right="0" top="0" bottom="0" id="ef_g" />
</e:Skin>