<?xml version='1.0' encoding='utf-8'?>
<e:Skin class="SkillTipSkin" xmlns:e="http://ns.egret.com/eui" xmlns:w="http://ns.egret.com/wing" xmlns:mx="mx.*" width="720">
	<mx:ImageUI id="bg_rect" alpha="0"/>
	<e:Group id="tip_g" width="275" height="169" y="0" horizontalCenter="0" scaleX="1.5" scaleY="1.5">
		<e:Image id="tipBg" left="0" right="0" source="skillTipbg_png" height="169" width="301" y="0" scale9Grid="11,11,16,11" />
		<e:Group height="109" width="246" horizontalCenter="0" y="30">
			<e:Label id="desc_t" size="16" textAlign="left" textColor="0xFFFFFF" lineSpacing="8" width="100%" />
			<e:Label id="damage_t" textAlign="left" textColor="0xFFD907" size="16" lineSpacing="8" width="100%" />
			<e:Group id="tab_g">
				<e:Label id="tab_t" size="16" textAlign="left" textColor="0xFFD907" bold="true" />
				<e:layout>
					<e:HorizontalLayout gap="10" />
				</e:layout>
			</e:Group>
			<e:Label id="next_t" textColor="0xffd907" size="16" textAlign="left" width="100%" lineSpacing="8" />
			<e:layout>
				<e:VerticalLayout gap="10" />
			</e:layout>
		</e:Group>
	</e:Group>
</e:Skin>