<?xml version='1.0' encoding='utf-8'?>
<e:Skin class="HeroTipSkin" width="480" xmlns:e="http://ns.egret.com/eui" xmlns:w="http://ns.egret.com/wing"
        xmlns:mx="mx.*" height="854">
	<e:Rect id="bg_rect" fillAlpha="0" left="0" right="0" top="0" bottom="0" />
	<e:Group id="tip_g" width="348">
		<e:Image source="tipbg_png" scale9Grid="16,16,48,48" top="0" bottom="0" width="348" x="0" />
		<mx:HeroBaseRender id="Hero" left="18" top="15" width="60" height="60" touchChildren="false" touchEnabled="false" />
		<e:Label id="name_t" left="85" top="23" size="16" bold="true" />
		<e:Label id="atr_t" text="10" top="47" left="85" size="16" bold="true" />
		<e:Label id="desc_t" left="18" top="85" right="16" bottom="16" size="16" textColor="0xffd907" lineSpacing="6"
		         bold="true" />
	</e:Group>
</e:Skin>