Could anyone find a problem in this?

Results 1 to 6 of 6
  1. #1
    Valued Member Alpha tricia is offline
    MemberRank
    Jan 2010 Join Date
    141Posts

    Could anyone find a problem in this?

    Hi,

    my Matchserver.exe gives an error and it says its in my zitem
    I searched for the problem but coulndt find it.

    Anyone here can?

    Zitem:

    Code:
    <?xml version="1.0" encoding="UTF-8" ?>
    <XML xmlns="http://tempuri.org/zitem.xsd" id="zitem">
    	<!--
    		[ 추가사항 ]
    
    		우선은 선택한 무기에만 적용됨...( 스피드 반지등은 만들수없음..필요하면 추가 )
    
    			무기에 따른 속도 제어	: limitspeed="70"	수치는 비율.. 기본은 100%
    			무기에 따른 점프 제한	: limitjump = "1"	수치는 0 , 1 (기본은 0 점프가능)
    			무기에 따른 가속 제한	: limittumble = "1" 수치는 0 , 1 (기본은 0 점프가능)
    			무기에 따른 벽타기 제한 : limitwall = "1"	수치는 0 , 1 (기본은 0 점프가능)
    
    		근접 공격용 무기들은 기본이 되는 공격의 에니메이션길이를 포함하는 delay 를 갖는것으로 한다..
    		
    			단검류		: 266 ms 를 더해준다..   attackS ( 상체모션이 기본 ) man_dagger_standshot.elu.ani
    			양손단검류	: 299 ms 를 더해준다..   attack1 ( 하체모션이 기본 ) man_2hdagger_standshot_1.elu.ani
    			카타나류	: 299 ms 를 더해준다..   attack1 ( 하체모션이 기본 ) man_knife_standshot_1.elu.ani
    			이도류		: 299 ms 를 더해준다..   attack1 ( 하체모션이 기본 ) man_blade_standshot_1.elu.ani
    			대검류		: 399 ms 를 더해준다..   attack1 ( 하체모션이 기본 ) man_sword_standshot_1.elu.ani
    		
    		아이템 Type 종류 : melee, range, equip, custom, ticket
    		아이템 Slot 종류 : none, melee, range, custom, head, chest, hands, legs, feet, finger, extra
    		무기 Type 종류
    			Melee : dagger, dualdagger, katana, greatsword, doublekatana
    			Range : pistol, pistolx2, revolver, revolverx2, smg, smgx2, shotgun, sawedshotgun, rifle, machinegun, rocket, snifer
    			Custom : medkit, repairkit, bulletkit, flashbang, frag, smoke, skill, food
    			Enchant : enchant_fire, enchant_cold, enchant_lightning, enchant_poison
    			
    	-->
    	<!-- 일반아이템 ////////////////////////////////////////////////////////////////////////////////////////////////////// -->
    	<!-- 무기 /////////////////////////////////////////////////////////////////////////////////////// -->
    	<!-- 단검 /////////////////////////////////////////////////////////////////////////////////////// -->
    	<ITEM id="1" name="STR:ZITEM_NAME_1" mesh_name="dagger01" totalpoint="0" type="melee"
    		res_sex="a" res_level="0" slot="melee" weapon="dagger" weight="5" bt_price="0" delay="366"
    		damage="8" range="160" ctrl_ability="0" magazine="0" reloadtime="0" slug_output="false"
    		gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		image_id="0" bullet_image_id="0" magazine_image_id="0" desc="STR:ZITEM_DESC_1" />
    	<ITEM id="2" name="STR:ZITEM_NAME_11" mesh_name="dagger01" totalpoint="0" type="melee"
    		res_sex="a" res_level="5" slot="melee" weapon="dagger" weight="5" bt_price="0" delay="356"
    		damage="9" range="160" ctrl_ability="0" magazine="0" reloadtime="0" slug_output="false"
    		gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		image_id="0" bullet_image_id="0" magazine_image_id="0" desc="STR:ZITEM_DESC_11" />
    	<ITEM id="3" name="STR:ZITEM_NAME_3" mesh_name="dagger01" totalpoint="0" type="melee"
    		res_sex="a" res_level="9" slot="melee" weapon="dagger" weight="6" bt_price="0" delay="356"
    		damage="11" range="160" ctrl_ability="0" magazine="0" reloadtime="0" slug_output="false"
    		gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		image_id="0" bullet_image_id="0" magazine_image_id="0" desc="STR:ZITEM_DESC_3" />
    	<ITEM id="4" name="STR:ZITEM_NAME_4" mesh_name="dagger01" totalpoint="0" type="melee"
    		res_sex="a" res_level="18" slot="melee" weapon="dagger" weight="5" bt_price="0"
    		delay="346" damage="10" range="160" ctrl_ability="0" magazine="0" reloadtime="0" slug_output="false"
    		gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		image_id="0" bullet_image_id="0" magazine_image_id="0" desc="STR:ZITEM_DESC_4" />
    	<ITEM id="5" name="STR:ZITEM_NAME_5" mesh_name="dagger01" totalpoint="0" type="melee"
    		res_sex="a" res_level="27" slot="melee" weapon="dagger" weight="6" bt_price="0"
    		delay="351" damage="12" ctrl_ability="0" magazine="0" reloadtime="0" slug_output="false"
    		gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		image_id="0" bullet_image_id="0" magazine_image_id="0" snd_reload="we_revolver_reload"
    		snd_fire="357magrevolver_dryfire" snd_dryfire="357magrevolver_dryfire" desc="STR:ZITEM_DESC_5"
    		range="160" />
    	<ITEM id="6" name="STR:ZITEM_NAME_6" mesh_name="dagger02" totalpoint="0" type="melee"
    		res_sex="a" res_level="36" slot="melee" weapon="dagger" weight="4" bt_price="0"
    		delay="356" damage="13" range="160" ctrl_ability="0" magazine="0" reloadtime="0" slug_output="false"
    		gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFF80"
    		image_id="0" bullet_image_id="0" magazine_image_id="0" desc="STR:ZITEM_DESC_6" />
    	<ITEM id="7" name="STR:ZITEM_NAME_7" mesh_name="dagger03" totalpoint="0" type="melee"
    		res_sex="a" res_level="45" slot="melee" weapon="dagger" weight="6" bt_price="0"
    		delay="346" damage="14" range="160" ctrl_ability="0" magazine="0" reloadtime="0" slug_output="false"
    		gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		image_id="0" bullet_image_id="0" magazine_image_id="0" desc="STR:ZITEM_DESC_7" />
    	<ITEM id="8" name="STR:ZITEM_NAME_8" mesh_name="dagger12" totalpoint="0" type="melee"
    		res_sex="a" res_level="54" slot="melee" weapon="dagger" weight="4" bt_price="0"
    		delay="346" damage="15" range="160" ctrl_ability="0" magazine="0" reloadtime="0" slug_output="false"
    		gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		image_id="0" bullet_image_id="0" magazine_image_id="0" desc="STR:ZITEM_DESC_8" rent_period="7"/>
    	<!-- 장검 //////////////////////////////////////////////////////////////////////////////////////////////////////////// -->
    	<ITEM id="9" name="STR:ZITEM_NAME_2" mesh_name="katana01" totalpoint="0" type="melee"
    		res_sex="a" res_level="0" slot="melee" weapon="katana" weight="10" bt_price="0" delay="359"
    		damage="15" range="220" ctrl_ability="0" magazine="0" reloadtime="0" slug_output="false"
    		gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		image_id="0" bullet_image_id="0" magazine_image_id="0" desc="STR:ZITEM_DESC_2" />
    	<ITEM id="10" name="STR:ZITEM_NAME_12" mesh_name="katana02" totalpoint="0" type="melee"
    		res_sex="a" res_level="5" slot="melee" weapon="katana" weight="10" bt_price="0"
    		delay="359" damage="16" range="220" ctrl_ability="0" magazine="0" reloadtime="0" slug_output="false"
    		gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		image_id="0" bullet_image_id="0" magazine_image_id="0" desc="STR:ZITEM_DESC_12" />
    	<ITEM id="11" name="STR:ZITEM_NAME_13" mesh_name="katana02" totalpoint="0" type="melee"
    		res_sex="a" res_level="10" slot="melee" weapon="katana" weight="12" bt_price="0"
    		delay="349" damage="18" range="220" ctrl_ability="0" magazine="0" reloadtime="0" slug_output="false"
    		gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		image_id="0" bullet_image_id="0" magazine_image_id="0" desc="STR:ZITEM_DESC_13" />
    	<ITEM id="12" name="STR:ZITEM_NAME_14" mesh_name="katana01" totalpoint="0" type="melee"
    		res_sex="a" res_level="20" slot="melee" weapon="katana" weight="9" bt_price="0"
    		delay="339" damage="15" range="220" ctrl_ability="0" magazine="0" reloadtime="0" slug_output="false"
    		gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		image_id="0" bullet_image_id="0" magazine_image_id="0" desc="STR:ZITEM_DESC_14" />
    	<ITEM id="13" name="STR:ZITEM_NAME_15" mesh_name="katana04" totalpoint="0" type="melee"
    		res_sex="a" res_level="30" slot="melee" weapon="katana" weight="13" bt_price="0"
    		delay="339" damage="20" range="220" ctrl_ability="0" magazine="0" reloadtime="0" slug_output="false"
    		gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		image_id="0" bullet_image_id="0" magazine_image_id="0" desc="STR:ZITEM_DESC_15" />
    	<ITEM id="14" name="STR:ZITEM_NAME_16" mesh_name="katana06" totalpoint="0" type="melee"
    		res_sex="a" res_level="40" slot="melee" weapon="katana" weight="11" bt_price="0"
    		delay="339" damage="22" range="220" ctrl_ability="0" magazine="0" reloadtime="0" slug_output="false"
    		gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		image_id="0" bullet_image_id="0" magazine_image_id="0" desc="STR:ZITEM_DESC_16" />
    	<ITEM id="15" name="STR:ZITEM_NAME_17" mesh_name="katana03" totalpoint="0" type="melee"
    		res_sex="a" res_level="50" slot="melee" weapon="katana" weight="12" bt_price="0"
    		delay="329" damage="24" range="220" ctrl_ability="0" magazine="0" reloadtime="0" slug_output="false"
    		gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		image_id="0" bullet_image_id="0" magazine_image_id="0" desc="STR:ZITEM_DESC_17" />
    	<ITEM id="16" name="STR:ZITEM_NAME_18" mesh_name="katana17" totalpoint="0" type="melee"
    		res_sex="a" res_level="60" slot="melee" weapon="katana" weight="10" bt_price="0"
    		delay="329" damage="25" range="220" ctrl_ability="0" magazine="0" reloadtime="0" slug_output="false"
    		gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		image_id="0" bullet_image_id="0" magazine_image_id="0" desc="STR:ZITEM_DESC_18" rent_period="7"/>
    	<!-- 이도류 //////////////////////////////////////////////////////////////////////////////////////////////////////////// -->
    	<!-- Dual Wield : Katana - Weapon Type is 'dualkatana -->
    	<!-- 무게는 통상 1.5배, 데미지는 통상 0.8배, 딜레이는 통상 0.7배 * 0.9배, 가격은 1.4배 -->
    	<!-- 철제 소태도의 실제적 비교모델은 군용 장검 -->
    	<ITEM id="17" name="STR:ZITEM_NAME_31" mesh_name="blade02" totalpoint="0" type="melee"
    		res_sex="a" res_level="10" slot="melee" weapon="doublekatana" weight="18" bt_price="0"
    		delay="290" damage="14" range="220" ctrl_ability="0" magazine="0" reloadtime="0" slug_output="false"
    		gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		image_id="0" bullet_image_id="0" magazine_image_id="0" desc="STR:ZITEM_DESC_31" />
    	<ITEM id="18" name="STR:ZITEM_NAME_32" mesh_name="blade01" totalpoint="0" type="melee"
    		res_sex="a" res_level="21" slot="melee" weapon="doublekatana" weight="14" bt_price="0"
    		delay="280" damage="15" range="220" ctrl_ability="0" magazine="0" reloadtime="0" slug_output="false"
    		gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		image_id="0" bullet_image_id="0" magazine_image_id="0" desc="STR:ZITEM_DESC_32" />
    	<ITEM id="19" name="STR:ZITEM_NAME_33" mesh_name="blade06" totalpoint="0" type="melee"
    		res_sex="a" res_level="32" slot="melee" weapon="doublekatana" weight="20" bt_price="0"
    		delay="280" damage="16" range="220" ctrl_ability="0" magazine="0" reloadtime="0" slug_output="false"
    		gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		image_id="0" bullet_image_id="0" magazine_image_id="0" desc="STR:ZITEM_DESC_33" />
    	<ITEM id="20" name="STR:ZITEM_NAME_34" mesh_name="blade05" totalpoint="0" type="melee"
    		res_sex="a" res_level="43" slot="melee" weapon="doublekatana" weight="18" bt_price="0"
    		delay="260" damage="18" range="220" ctrl_ability="0" magazine="0" reloadtime="0" slug_output="false"
    		gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		image_id="0" bullet_image_id="0" magazine_image_id="0" desc="STR:ZITEM_DESC_34" />
    	<ITEM id="21" name="STR:ZITEM_NAME_35" mesh_name="blade09" totalpoint="0" type="melee"
    		res_sex="a" res_level="54" slot="melee" weapon="doublekatana" weight="19" bt_price="0"
    		delay="290" damage="23" range="220" ctrl_ability="0" magazine="0" reloadtime="0" slug_output="false"
    		gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		image_id="0" bullet_image_id="0" magazine_image_id="0" desc="STR:ZITEM_DESC_35" rent_period="7" />
    	<!-- 테스트용 대검입니다. 나중에 삭제요망 -->
    	<ITEM id="22" name="STR:ZITEM_NAME_51" mesh_name="sword01" totalpoint="0" type="melee"
    		res_sex="a" res_level="43" slot="melee" weapon="greatsword" weight="18" bt_price="0"
    		delay="260" damage="18" ctrl_ability="0" magazine="0" reloadtime="0" slug_output="false"
    		gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		image_id="0" bullet_image_id="0" magazine_image_id="0" desc="STR:ZITEM_DESC_51" />
    	<!-- Pistol : Magazine = 6 ea ///////////////////////////////////////////////////////////////////////// -->
    	<ITEM id="23" name="STR:ZITEM_NAME_4001" mesh_name="pistol01" totalpoint="0" type="range"
    		res_sex="a" res_level="0" slot="range" weapon="pistol" weight="7" bt_price="0" delay="250"
    		damage="8" ctrl_ability="30" magazine="10" maxbullet="60" reloadtime="4" slug_output="false"
    		gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		image_id="1" bullet_image_id="0" magazine_image_id="0" snd_reload="we_pistol_reload"
    		snd_fire="we_pistol_fire" snd_dryfire="357magrevolver_dryfire" desc="STR:ZITEM_DESC_4001"
    		effect_id="3" />
    	<ITEM id="24" name="STR:ZITEM_NAME_4002" mesh_name="pistol01x2" totalpoint="0" type="range"
    		res_sex="a" res_level="0" slot="range" weapon="pistolx2" weight="14" bt_price="0"
    		delay="250" damage="16" ctrl_ability="36" magazine="10" maxbullet="60" reloadtime="4"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="1" bullet_image_id="0" magazine_image_id="0" snd_reload="we_pistol_reload"
    		snd_fire="we_pistol_fire" snd_dryfire="357magrevolver_dryfire" desc="STR:ZITEM_DESC_4002"
    		effect_id="4" />
    	<ITEM id="25" name="STR:ZITEM_NAME_4009" mesh_name="pistol01" totalpoint="0" type="range"
    		res_sex="a" res_level="5" slot="range" weapon="pistol" weight="7" bt_price="0" delay="200"
    		damage="8" ctrl_ability="30" magazine="12" maxbullet="72" reloadtime="4" slug_output="false"
    		gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		image_id="1" bullet_image_id="0" magazine_image_id="0" snd_reload="we_pistol_reload"
    		snd_fire="we_pistol_fire" snd_dryfire="357magrevolver_dryfire" desc="STR:ZITEM_DESC_4009"
    		effect_id="3" />
    	<ITEM id="26" name="STR:ZITEM_NAME_4010" mesh_name="pistol01x2" totalpoint="0" type="range"
    		res_sex="a" res_level="7" slot="range" weapon="pistolx2" weight="14" bt_price="0"
    		delay="200" damage="16" ctrl_ability="36" magazine="12" maxbullet="72" reloadtime="4"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="1" bullet_image_id="0" magazine_image_id="0" snd_reload="we_pistol_reload"
    		snd_fire="we_pistol_fire" snd_dryfire="357magrevolver_dryfire" desc="STR:ZITEM_DESC_4010"
    		effect_id="4" />
    	<ITEM id="27" name="STR:ZITEM_NAME_4011" mesh_name="pistol05" totalpoint="0" type="range"
    		res_sex="a" res_level="6" slot="range" weapon="pistol" weight="8" bt_price="0" delay="250"
    		damage="10" ctrl_ability="40" magazine="10" maxbullet="60" reloadtime="4" slug_output="false"
    		gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		image_id="1" bullet_image_id="0" magazine_image_id="0" snd_reload="we_pistol_reload"
    		snd_fire="we_pistol_fire" snd_dryfire="357magrevolver_dryfire" desc="STR:ZITEM_DESC_4011"
    		effect_id="3" />
    	<ITEM id="28" name="STR:ZITEM_NAME_4012" mesh_name="pistol05x2" totalpoint="0" type="range"
    		res_sex="a" res_level="8" slot="range" weapon="pistolx2" weight="16" bt_price="0"
    		delay="250" damage="20" ctrl_ability="48" magazine="10" maxbullet="60" reloadtime="4"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="1" bullet_image_id="0" magazine_image_id="0" snd_reload="we_pistol_reload"
    		snd_fire="we_pistol_fire" snd_dryfire="357magrevolver_dryfire" desc="STR:ZITEM_DESC_4012"
    		effect_id="4" />
    	<ITEM id="29" name="STR:ZITEM_NAME_4003" mesh_name="pistol02" totalpoint="0" type="range"
    		res_sex="a" res_level="10" slot="range" weapon="pistol" weight="7" bt_price="0"
    		delay="200" damage="9" ctrl_ability="25" magazine="12" maxbullet="72" reloadtime="4"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="1" bullet_image_id="0" magazine_image_id="0" snd_reload="we_pistol_reload"
    		snd_fire="we_pistol_fire" snd_dryfire="357magrevolver_dryfire" desc="STR:ZITEM_DESC_4003"
    		effect_id="3" />
    	<ITEM id="30" name="STR:ZITEM_NAME_4004" mesh_name="pistol02x2" totalpoint="0" type="range"
    		res_sex="a" res_level="12" slot="range" weapon="pistolx2" weight="14" bt_price="0"
    		delay="200" damage="18" ctrl_ability="30" magazine="12" maxbullet="72" reloadtime="4"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="1" bullet_image_id="0" magazine_image_id="0" snd_reload="we_pistol_reload"
    		snd_fire="we_pistol_fire" snd_dryfire="357magrevolver_dryfire" desc="STR:ZITEM_DESC_4004"
    		effect_id="4" />
    	<ITEM id="31" name="STR:ZITEM_NAME_4013" mesh_name="pistol05" totalpoint="0" type="range"
    		res_sex="a" res_level="14" slot="range" weapon="pistol" weight="8" bt_price="0"
    		delay="220" damage="12" ctrl_ability="40" magazine="14" maxbullet="84" reloadtime="4"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="1" bullet_image_id="0" magazine_image_id="0" snd_reload="we_pistol_reload"
    		snd_fire="we_pistol_fire" snd_dryfire="357magrevolver_dryfire" desc="STR:ZITEM_DESC_4013"
    		effect_id="3" />
    	<ITEM id="32" name="STR:ZITEM_NAME_4014" mesh_name="pistol05x2" totalpoint="0" type="range"
    		res_sex="a" res_level="16" slot="range" weapon="pistolx2" weight="16" bt_price="0"
    		delay="220" damage="24" ctrl_ability="48" magazine="14" maxbullet="84" reloadtime="4"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="1" bullet_image_id="0" magazine_image_id="0" snd_reload="we_pistol_reload"
    		snd_fire="we_pistol_fire" snd_dryfire="357magrevolver_dryfire" desc="STR:ZITEM_DESC_4014"
    		effect_id="4" />
    	<ITEM id="33" name="STR:ZITEM_NAME_4015" mesh_name="pistol02" totalpoint="0" type="range"
    		res_sex="a" res_level="24" slot="range" weapon="pistol" weight="8" bt_price="0"
    		delay="180" damage="11" ctrl_ability="25" magazine="13" maxbullet="78" reloadtime="4"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="1" bullet_image_id="0" magazine_image_id="0" snd_reload="we_pistol_reload"
    		snd_fire="we_pistol_fire" snd_dryfire="357magrevolver_dryfire" desc="STR:ZITEM_DESC_4015"
    		effect_id="3" />
    	<ITEM id="34" name="STR:ZITEM_NAME_4016" mesh_name="pistol02x2" totalpoint="0" type="range"
    		res_sex="a" res_level="26" slot="range" weapon="pistolx2" weight="16" bt_price="0"
    		delay="180" damage="22" ctrl_ability="30" magazine="13" maxbullet="78" reloadtime="4"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="1" bullet_image_id="0" magazine_image_id="0" snd_reload="we_pistol_reload"
    		snd_fire="we_pistol_fire" snd_dryfire="357magrevolver_dryfire" desc="STR:ZITEM_DESC_4016"
    		effect_id="4" />
    	<ITEM id="35" name="STR:ZITEM_NAME_4017" mesh_name="pistol05" totalpoint="0" type="range"
    		res_sex="a" res_level="32" slot="range" weapon="pistol" weight="9" bt_price="0"
    		delay="210" damage="13" ctrl_ability="40" magazine="15" maxbullet="90" reloadtime="4"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="1" bullet_image_id="0" magazine_image_id="0" snd_reload="we_pistol_reload"
    		snd_fire="we_pistol_fire" snd_dryfire="357magrevolver_dryfire" desc="STR:ZITEM_DESC_4017"
    		effect_id="3" />
    	<ITEM id="36" name="STR:ZITEM_NAME_4018" mesh_name="pistol05x2" totalpoint="0" type="range"
    		res_sex="a" res_level="34" slot="range" weapon="pistolx2" weight="18" bt_price="0"
    		delay="210" damage="26" ctrl_ability="48" magazine="15" maxbullet="90" reloadtime="4"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="1" bullet_image_id="0" magazine_image_id="0" snd_reload="we_pistol_reload"
    		snd_fire="we_pistol_fire" snd_dryfire="357magrevolver_dryfire" desc="STR:ZITEM_DESC_4018"
    		effect_id="4" />
    	<ITEM id="37" name="STR:ZITEM_NAME_4019" mesh_name="pistol02" totalpoint="0" type="range"
    		res_sex="a" res_level="40" slot="range" weapon="pistol" weight="8" bt_price="0"
    		delay="160" damage="11" ctrl_ability="25" magazine="14" maxbullet="84" reloadtime="4"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="1" bullet_image_id="0" magazine_image_id="0" snd_reload="we_pistol_reload"
    		snd_fire="we_pistol_fire" snd_dryfire="357magrevolver_dryfire" desc="STR:ZITEM_DESC_4019"
    		effect_id="3" />
    	<ITEM id="38" name="STR:ZITEM_NAME_4020" mesh_name="pistol02x2" totalpoint="0" type="range"
    		res_sex="a" res_level="42" slot="range" weapon="pistolx2" weight="16" bt_price="0"
    		delay="160" damage="22" ctrl_ability="30" magazine="14" maxbullet="84" reloadtime="4"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="1" bullet_image_id="0" magazine_image_id="0" snd_reload="we_pistol_reload"
    		snd_fire="we_pistol_fire" snd_dryfire="357magrevolver_dryfire" desc="STR:ZITEM_DESC_4020"
    		effect_id="4" />
    	<ITEM id="39" name="STR:ZITEM_NAME_4021" mesh_name="pistol06" totalpoint="0" type="range"
    		res_sex="a" res_level="48" slot="range" weapon="pistol" weight="10" bt_price="0"
    		delay="200" damage="15" ctrl_ability="40" magazine="14" maxbullet="84" reloadtime="4"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="1" bullet_image_id="0" magazine_image_id="0" snd_reload="we_pistol_reload"
    		snd_fire="we_pistol_fire" snd_dryfire="357magrevolver_dryfire" desc="STR:ZITEM_DESC_4021"
    		effect_id="3" rent_period="7" />
    	<ITEM id="40" name="STR:ZITEM_NAME_4022" mesh_name="pistol06x2" totalpoint="0" type="range"
    		res_sex="a" res_level="50" slot="range" weapon="pistolx2" weight="20" bt_price="0"
    		delay="200" damage="30" ctrl_ability="48" magazine="14" maxbullet="84" reloadtime="4"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="1" bullet_image_id="0" magazine_image_id="0" snd_reload="we_pistol_reload"
    		snd_fire="we_pistol_fire" snd_dryfire="357magrevolver_dryfire" desc="STR:ZITEM_DESC_4022"
    		effect_id="4" rent_period="7" />
    	<ITEM id="41" name="STR:ZITEM_NAME_4023" mesh_name="pistol04_gold" totalpoint="0" type="range"
    		res_sex="a" res_level="7" slot="range" weapon="pistolx2" weight="12" bt_price="0"
    		delay="220" damage="20" ctrl_ability="36" magazine="12" maxbullet="72" reloadtime="4"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="1" bullet_image_id="0" magazine_image_id="0" snd_reload="we_pistol_reload"
    		snd_fire="we_pistol_fire" snd_dryfire="357magrevolver_dryfire" desc="STR:ZITEM_DESC_4023"
    		effect_id="4" rent_period="7" />
    	<!-- Revolver : Magazine = 8 ea ///////////////////////////////////////////////////////////////////////// -->
    	<ITEM id="42" name="STR:ZITEM_NAME_4005" mesh_name="pistol07" totalpoint="0" type="range"
    		res_sex="a" res_level="0" slot="range" weapon="revolver" weight="8" bt_price="0"
    		delay="400" damage="16" ctrl_ability="60" magazine="6" maxbullet="48" reloadtime="8"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="1" bullet_image_id="0" magazine_image_id="0" snd_reload="we_revolver_reload"
    		snd_fire="we_revolver_fire" snd_dryfire="357magrevolver_dryfire" desc="STR:ZITEM_DESC_4005"
    		effect_id="3" />
    	<ITEM id="43" name="STR:ZITEM_NAME_4006" mesh_name="pistol07x2" totalpoint="0" type="range"
    		res_sex="a" res_level="0" slot="range" weapon="revolverx2" weight="16" bt_price="0"
    		delay="400" damage="32" ctrl_ability="72" magazine="6" maxbullet="48" reloadtime="8"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="1" bullet_image_id="0" magazine_image_id="0" snd_reload="we_revolver_reload"
    		snd_fire="we_revolver_fire" snd_dryfire="357magrevolver_dryfire" desc="STR:ZITEM_DESC_4006"
    		effect_id="4" />
    	<ITEM id="44" name="STR:ZITEM_NAME_4501" mesh_name="pistol12" totalpoint="0" type="range"
    		res_sex="a" res_level="5" slot="range" weapon="revolver" weight="7" bt_price="0"
    		delay="300" damage="14" ctrl_ability="60" magazine="8" maxbullet="64" reloadtime="8"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="1" bullet_image_id="0" magazine_image_id="0" snd_reload="we_revolver_reload"
    		snd_fire="we_revolver_fire" snd_dryfire="357magrevolver_dryfire" desc="STR:ZITEM_DESC_4501"
    		effect_id="3" />
    	<ITEM id="45" name="STR:ZITEM_NAME_4502" mesh_name="pistol12x2" totalpoint="0" type="range"
    		res_sex="a" res_level="7" slot="range" weapon="revolverx2" weight="14" bt_price="0"
    		delay="300" damage="28" ctrl_ability="72" magazine="8" maxbullet="64" reloadtime="8"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="1" bullet_image_id="0" magazine_image_id="0" snd_reload="we_revolver_reload"
    		snd_fire="we_revolver_fire" snd_dryfire="357magrevolver_dryfire" desc="STR:ZITEM_DESC_4502"
    		effect_id="4" />
    	<ITEM id="46" name="STR:ZITEM_NAME_4503" mesh_name="pistol07" totalpoint="0" type="range"
    		res_sex="a" res_level="7" slot="range" weapon="revolver" weight="8" bt_price="0"
    		delay="400" damage="18" ctrl_ability="50" magazine="6" maxbullet="48" reloadtime="8"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="1" bullet_image_id="0" magazine_image_id="0" snd_reload="we_revolver_reload"
    		snd_fire="we_revolver_fire" snd_dryfire="357magrevolver_dryfire" desc="STR:ZITEM_DESC_4503"
    		effect_id="3" />
    	<ITEM id="47" name="STR:ZITEM_NAME_4504" mesh_name="pistol07x2" totalpoint="0" type="range"
    		res_sex="a" res_level="9" slot="range" weapon="revolverx2" weight="16" bt_price="0"
    		delay="400" damage="36" ctrl_ability="60" magazine="6" maxbullet="48" reloadtime="8"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="1" bullet_image_id="0" magazine_image_id="0" snd_reload="we_revolver_reload"
    		snd_fire="we_revolver_fire" snd_dryfire="357magrevolver_dryfire" desc="STR:ZITEM_DESC_4504"
    		effect_id="4" />
    	<ITEM id="48" name="STR:ZITEM_NAME_4007" mesh_name="pistol08" totalpoint="0" type="range"
    		res_sex="a" res_level="10" slot="range" weapon="revolver" weight="7" bt_price="0"
    		delay="400" damage="20" ctrl_ability="60" magazine="6" maxbullet="48" reloadtime="8"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="1" bullet_image_id="0" magazine_image_id="0" snd_reload="we_revolver_reload"
    		snd_fire="we_revolver_fire" snd_dryfire="357magrevolver_dryfire" desc="STR:ZITEM_DESC_4007"
    		effect_id="3" />
    	<ITEM id="49" name="STR:ZITEM_NAME_4008" mesh_name="pistol08x2" totalpoint="0" type="range"
    		res_sex="a" res_level="12" slot="range" weapon="revolverx2" weight="14" bt_price="0"
    		delay="400" damage="40" ctrl_ability="72" magazine="6" maxbullet="48" reloadtime="8"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="1" bullet_image_id="0" magazine_image_id="0" snd_reload="we_revolver_reload"
    		snd_fire="we_revolver_fire" snd_dryfire="357magrevolver_dryfire" desc="STR:ZITEM_DESC_4008"
    		effect_id="4" />
    	<ITEM id="50" name="STR:ZITEM_NAME_4505" mesh_name="pistol10" totalpoint="0" type="range"
    		res_sex="a" res_level="16" slot="range" weapon="revolver" weight="9" bt_price="0"
    		delay="400" damage="22" ctrl_ability="70" magazine="6" maxbullet="48" reloadtime="8"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="1" bullet_image_id="0" magazine_image_id="0" snd_reload="we_revolver_reload"
    		snd_fire="we_revolver_fire" snd_dryfire="357magrevolver_dryfire" desc="STR:ZITEM_DESC_4505"
    		effect_id="3" />
    	<ITEM id="51" name="STR:ZITEM_NAME_4506" mesh_name="pistol10x2" totalpoint="0" type="range"
    		res_sex="a" res_level="18" slot="range" weapon="revolverx2" weight="18" bt_price="0"
    		delay="400" damage="44" ctrl_ability="84" magazine="6" maxbullet="48" reloadtime="8"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="1" bullet_image_id="0" magazine_image_id="0" snd_reload="we_revolver_reload"
    		snd_fire="we_revolver_fire" snd_dryfire="357magrevolver_dryfire" desc="STR:ZITEM_DESC_4506"
    		effect_id="4" />
    	<ITEM id="52" name="STR:ZITEM_NAME_4507" mesh_name="pistol10" totalpoint="0" type="range"
    		res_sex="a" res_level="21" slot="range" weapon="revolver" weight="8" bt_price="0"
    		delay="400" damage="23" ctrl_ability="65" magazine="6" maxbullet="48" reloadtime="8"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="1" bullet_image_id="0" magazine_image_id="0" snd_reload="we_revolver_reload"
    		snd_fire="we_revolver_fire" snd_dryfire="357magrevolver_dryfire" desc="STR:ZITEM_DESC_4507"
    		effect_id="3" />
    	<ITEM id="53" name="STR:ZITEM_NAME_4508" mesh_name="pistol10x2" totalpoint="0" type="range"
    		res_sex="a" res_level="23" slot="range" weapon="revolverx2" weight="16" bt_price="0"
    		delay="400" damage="46" ctrl_ability="78" magazine="6" maxbullet="48" reloadtime="8"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="1" bullet_image_id="0" magazine_image_id="0" snd_reload="we_revolver_reload"
    		snd_fire="we_revolver_fire" snd_dryfire="357magrevolver_dryfire" desc="STR:ZITEM_DESC_4508"
    		effect_id="4" />
    	<ITEM id="54" name="STR:ZITEM_NAME_4509" mesh_name="pistol12" totalpoint="0" type="range"
    		res_sex="a" res_level="26" slot="range" weapon="revolver" weight="7" bt_price="0"
    		delay="300" damage="18" ctrl_ability="60" magazine="8" maxbullet="64" reloadtime="8"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="1" bullet_image_id="0" magazine_image_id="0" snd_reload="we_revolver_reload"
    		snd_fire="we_revolver_fire" snd_dryfire="357magrevolver_dryfire" desc="STR:ZITEM_DESC_4509"
    		effect_id="3" />
    	<ITEM id="55" name="STR:ZITEM_NAME_4510" mesh_name="pistol12x2" totalpoint="0" type="range"
    		res_sex="a" res_level="28" slot="range" weapon="revolverx2" weight="14" bt_price="0"
    		delay="300" damage="36" ctrl_ability="72" magazine="8" maxbullet="64" reloadtime="8"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="1" bullet_image_id="0" magazine_image_id="0" snd_reload="we_revolver_reload"
    		snd_fire="we_revolver_fire" snd_dryfire="357magrevolver_dryfire" desc="STR:ZITEM_DESC_4510"
    		effect_id="4" />
    	<ITEM id="56" name="STR:ZITEM_NAME_4511" mesh_name="pistol07" totalpoint="0" type="range"
    		res_sex="a" res_level="34" slot="range" weapon="revolver" weight="8" bt_price="0"
    		delay="400" damage="25" ctrl_ability="50" magazine="6" maxbullet="48" reloadtime="8"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="1" bullet_image_id="0" magazine_image_id="0" snd_reload="we_revolver_reload"
    		snd_fire="we_revolver_fire" snd_dryfire="357magrevolver_dryfire" desc="STR:ZITEM_DESC_4511"
    		effect_id="3" />
    	<ITEM id="57" name="STR:ZITEM_NAME_4512" mesh_name="pistol07x2" totalpoint="0" type="range"
    		res_sex="a" res_level="36" slot="range" weapon="revolverx2" weight="16" bt_price="0"
    		delay="400" damage="50" ctrl_ability="60" magazine="6" maxbullet="48" reloadtime="8"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="1" bullet_image_id="0" magazine_image_id="0" snd_reload="we_revolver_reload"
    		snd_fire="we_revolver_fire" snd_dryfire="357magrevolver_dryfire" desc="STR:ZITEM_DESC_4512"
    		effect_id="4" />
    	<ITEM id="58" name="STR:ZITEM_NAME_4513" mesh_name="pistol08" totalpoint="0" type="range"
    		res_sex="a" res_level="42" slot="range" weapon="revolver" weight="8" bt_price="0"
    		delay="360" damage="25" ctrl_ability="50" magazine="6" maxbullet="48" reloadtime="8"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="1" bullet_image_id="0" magazine_image_id="0" snd_reload="we_revolver_reload"
    		snd_fire="we_revolver_fire" snd_dryfire="357magrevolver_dryfire" desc="STR:ZITEM_DESC_4513"
    		effect_id="3" />
    	<ITEM id="59" name="STR:ZITEM_NAME_4514" mesh_name="pistol08x2" totalpoint="0" type="range"
    		res_sex="a" res_level="46" slot="range" weapon="revolverx2" weight="16" bt_price="0"
    		delay="360" damage="50" ctrl_ability="60" magazine="6" maxbullet="48" reloadtime="8"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="1" bullet_image_id="0" magazine_image_id="0" snd_reload="we_revolver_reload"
    		snd_fire="we_revolver_fire" snd_dryfire="357magrevolver_dryfire" desc="STR:ZITEM_DESC_4514"
    		effect_id="4" />
    	<ITEM id="60" name="STR:ZITEM_NAME_4515" mesh_name="pistol19" totalpoint="0" type="range"
    		res_sex="a" res_level="52" slot="range" weapon="revolver" weight="7" bt_price="0"
    		delay="300" damage="23" ctrl_ability="60" magazine="8" maxbullet="64" reloadtime="8"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="1" bullet_image_id="0" magazine_image_id="0" snd_reload="we_revolver_reload"
    		snd_fire="we_revolver_fire" snd_dryfire="357magrevolver_dryfire" desc="STR:ZITEM_DESC_4515"
    		effect_id="3" rent_period="7" />
    	<ITEM id="61" name="STR:ZITEM_NAME_4516" mesh_name="pistol19x2" totalpoint="0" type="range"
    		res_sex="a" res_level="54" slot="range" weapon="revolverx2" weight="14" bt_price="0"
    		delay="300" damage="45" ctrl_ability="72" magazine="8" maxbullet="64" reloadtime="8"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="1" bullet_image_id="0" magazine_image_id="0" snd_reload="we_revolver_reload"
    		snd_fire="we_revolver_fire" snd_dryfire="357magrevolver_dryfire" desc="STR:ZITEM_DESC_4516"
    		effect_id="4" rent_period="7" />
    	<!-- SMG : Magazine = 5 ea//Controllability Point = 1.8 //////////////////////////////////////////////////////// -->
    	<ITEM id="62" name="STR:ZITEM_NAME_5001" mesh_name="smg01" totalpoint="0" type="range"
    		res_sex="a" res_level="0" slot="range" weapon="smg" weight="15" bt_price="0" delay="90"
    		damage="7" ctrl_ability="50" magazine="32" maxbullet="160" reloadtime="5" slug_output="false"
    		gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		image_id="2" bullet_image_id="0" magazine_image_id="0" snd_reload="we_smg_reload"
    		snd_fire="we_smg_fire" snd_dryfire="762arifle_dryfire" desc="STR:ZITEM_DESC_5001"
    		effect_id="5" />
    	<ITEM id="63" name="STR:ZITEM_NAME_5002" mesh_name="smg01x2" totalpoint="0" type="range"
    		res_sex="a" res_level="0" slot="range" weapon="smgx2" weight="30" bt_price="0" delay="90"
    		damage="14" ctrl_ability="90" magazine="32" maxbullet="160" reloadtime="5" slug_output="false"
    		gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		image_id="2" bullet_image_id="0" magazine_image_id="0" snd_reload="we_smg_reload"
    		snd_fire="we_smg_fire" snd_dryfire="762arifle_dryfire" desc="STR:ZITEM_DESC_5002"
    		effect_id="6" />
    	<ITEM id="64" name="STR:ZITEM_NAME_5003" mesh_name="smg02" totalpoint="0" type="range"
    		res_sex="a" res_level="10" slot="range" weapon="smg" weight="15" bt_price="0" delay="90"
    		damage="8" ctrl_ability="50" magazine="36" maxbullet="180" reloadtime="5" slug_output="false"
    		gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		image_id="2" bullet_image_id="0" magazine_image_id="0" snd_reload="we_smg_reload"
    		snd_fire="we_smg_fire" snd_dryfire="762arifle_dryfire" desc="STR:ZITEM_DESC_5003"
    		effect_id="5" />
    	<ITEM id="65" name="STR:ZITEM_NAME_5004" mesh_name="smg02x2" totalpoint="0" type="range"
    		res_sex="a" res_level="13" slot="range" weapon="smgx2" weight="30" bt_price="0"
    		delay="90" damage="16" ctrl_ability="90" magazine="36" maxbullet="180" reloadtime="5"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="2" bullet_image_id="0" magazine_image_id="0" snd_reload="we_smg_reload"
    		snd_fire="we_smg_fire" snd_dryfire="762arifle_dryfire" desc="STR:ZITEM_DESC_5004"
    		effect_id="6" />
    	<ITEM id="66" name="STR:ZITEM_NAME_5005" mesh_name="smg05" totalpoint="0" type="range"
    		res_sex="a" res_level="10" slot="range" weapon="smg" weight="12" bt_price="0" delay="90"
    		damage="5" ctrl_ability="70" magazine="60" maxbullet="300" reloadtime="2" slug_output="false"
    		gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		image_id="2" bullet_image_id="0" magazine_image_id="0" snd_reload="we_smg_reload"
    		snd_fire="we_smg_fire" snd_dryfire="762arifle_dryfire" desc="STR:ZITEM_DESC_5005"
    		effect_id="5" />
    	<ITEM id="67" name="STR:ZITEM_NAME_5006" mesh_name="smg05x2" totalpoint="0" type="range"
    		res_sex="a" res_level="12" slot="range" weapon="smgx2" weight="24" bt_price="0"
    		delay="90" damage="10" ctrl_ability="126" magazine="60" maxbullet="300" reloadtime="2"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="2" bullet_image_id="0" magazine_image_id="0" snd_reload="we_smg_reload"
    		snd_fire="we_smg_fire" snd_dryfire="762arifle_dryfire" desc="STR:ZITEM_DESC_5006"
    		effect_id="6" />
    	<ITEM id="68" name="STR:ZITEM_NAME_5007" mesh_name="smg01" totalpoint="0" type="range"
    		res_sex="a" res_level="24" slot="range" weapon="smg" weight="15" bt_price="0" delay="85"
    		damage="7" ctrl_ability="35" magazine="32" maxbullet="160" reloadtime="3" slug_output="false"
    		gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		image_id="2" bullet_image_id="0" magazine_image_id="0" snd_reload="we_smg_reload"
    		snd_fire="we_smg_fire" snd_dryfire="762arifle_dryfire" desc="STR:ZITEM_DESC_5007"
    		effect_id="5" />
    	<ITEM id="69" name="STR:ZITEM_NAME_5008" mesh_name="smg01x2" totalpoint="0" type="range"
    		res_sex="a" res_level="27" slot="range" weapon="smgx2" weight="30" bt_price="0"
    		delay="85" damage="14" ctrl_ability="63" magazine="32" maxbullet="160" reloadtime="3"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="2" bullet_image_id="0" magazine_image_id="0" snd_reload="we_smg_reload"
    		snd_fire="we_smg_fire" snd_dryfire="762arifle_dryfire" desc="STR:ZITEM_DESC_5008"
    		effect_id="6" />
    	<ITEM id="70" name="STR:ZITEM_NAME_5009" mesh_name="smg02" totalpoint="0" type="range"
    		res_sex="a" res_level="24" slot="range" weapon="smg" weight="16" bt_price="0" delay="95"
    		damage="9" ctrl_ability="55" magazine="36" maxbullet="180" reloadtime="5" slug_output="false"
    		gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		image_id="2" bullet_image_id="0" magazine_image_id="0" snd_reload="we_smg_reload"
    		snd_fire="we_smg_fire" snd_dryfire="762arifle_dryfire" desc="STR:ZITEM_DESC_5009"
    		effect_id="5" />
    	<ITEM id="71" name="STR:ZITEM_NAME_5010" mesh_name="smg02x2" totalpoint="0" type="range"
    		res_sex="a" res_level="27" slot="range" weapon="smgx2" weight="32" bt_price="0"
    		delay="95" damage="18" ctrl_ability="99" magazine="36" maxbullet="180" reloadtime="5"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="2" bullet_image_id="0" magazine_image_id="0" snd_reload="we_smg_reload"
    		snd_fire="we_smg_fire" snd_dryfire="762arifle_dryfire" desc="STR:ZITEM_DESC_5010"
    		effect_id="6" />
    	<ITEM id="72" name="STR:ZITEM_NAME_5011" mesh_name="smg01" totalpoint="0" type="range"
    		res_sex="a" res_level="36" slot="range" weapon="smg" weight="15" bt_price="0" delay="80"
    		damage="8" ctrl_ability="35" magazine="40" maxbullet="200" reloadtime="3" slug_output="false"
    		gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		image_id="2" bullet_image_id="0" magazine_image_id="0" snd_reload="we_smg_reload"
    		snd_fire="we_smg_fire" snd_dryfire="762arifle_dryfire" desc="STR:ZITEM_DESC_5011"
    		effect_id="5" />
    	<ITEM id="73" name="STR:ZITEM_NAME_5012" mesh_name="smg01x2" totalpoint="0" type="range"
    		res_sex="a" res_level="39" slot="range" weapon="smgx2" weight="30" bt_price="0"
    		delay="80" damage="16" ctrl_ability="63" magazine="40" maxbullet="200" reloadtime="3"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="2" bullet_image_id="0" magazine_image_id="0" snd_reload="we_smg_reload"
    		snd_fire="we_smg_fire" snd_dryfire="762arifle_dryfire" desc="STR:ZITEM_DESC_5012"
    		effect_id="6" />
    	<ITEM id="74" name="STR:ZITEM_NAME_5013" mesh_name="smg03" totalpoint="0" type="range"
    		res_sex="a" res_level="36" slot="range" weapon="smg" weight="14" bt_price="0" delay="95"
    		damage="9" ctrl_ability="50" magazine="32" maxbullet="160" reloadtime="5" slug_output="false"
    		gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		image_id="2" bullet_image_id="0" magazine_image_id="0" snd_reload="we_smg_reload"
    		snd_fire="we_smg_fire" snd_dryfire="762arifle_dryfire" desc="STR:ZITEM_DESC_5013"
    		effect_id="5" />
    	<ITEM id="75" name="STR:ZITEM_NAME_5014" mesh_name="smg03x2" totalpoint="0" type="range"
    		res_sex="a" res_level="39" slot="range" weapon="smgx2" weight="28" bt_price="0"
    		delay="95" damage="18" ctrl_ability="90" magazine="32" maxbullet="160" reloadtime="5"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="2" bullet_image_id="0" magazine_image_id="0" snd_reload="we_smg_reload"
    		snd_fire="we_smg_fire" snd_dryfire="762arifle_dryfire" desc="STR:ZITEM_DESC_5014"
    		effect_id="6" />
    	<ITEM id="76" name="STR:ZITEM_NAME_5015" mesh_name="smg01" totalpoint="0" type="range"
    		res_sex="a" res_level="45" slot="range" weapon="smg" weight="14" bt_price="0"
    		delay="80" damage="8" ctrl_ability="35" magazine="40" maxbullet="200" reloadtime="3"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="2" bullet_image_id="0" magazine_image_id="0" snd_reload="we_smg_reload"
    		snd_fire="we_smg_fire" snd_dryfire="762arifle_dryfire" desc="STR:ZITEM_DESC_5015"
    		effect_id="5" />
    	<ITEM id="77" name="STR:ZITEM_NAME_5016" mesh_name="smg01x2" totalpoint="0" type="range"
    		res_sex="a" res_level="48" slot="range" weapon="smgx2" weight="28" bt_price="0"
    		delay="80" damage="16" ctrl_ability="63" magazine="40" maxbullet="200" reloadtime="3"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="2" bullet_image_id="0" magazine_image_id="0" snd_reload="we_smg_reload"
    		snd_fire="we_smg_fire" snd_dryfire="762arifle_dryfire" desc="STR:ZITEM_DESC_5016"
    		effect_id="6" />
    	<ITEM id="78" name="STR:ZITEM_NAME_5017" mesh_name="smg03" totalpoint="0" type="range"
    		res_sex="a" res_level="45" slot="range" weapon="smg" weight="14" bt_price="0"
    		delay="95" damage="11" ctrl_ability="50" magazine="32" maxbullet="160" reloadtime="5"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="2" bullet_image_id="0" magazine_image_id="0" snd_reload="we_smg_reload"
    		snd_fire="we_smg_fire" snd_dryfire="762arifle_dryfire" desc="STR:ZITEM_DESC_5017"
    		effect_id="5" />
    	<ITEM id="79" name="STR:ZITEM_NAME_5018" mesh_name="smg03x2" totalpoint="0" type="range"
    		res_sex="a" res_level="48" slot="range" weapon="smgx2" weight="28" bt_price="0"
    		delay="95" damage="22" ctrl_ability="90" magazine="32" maxbullet="160" reloadtime="5"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="2" bullet_image_id="0" magazine_image_id="0" snd_reload="we_smg_reload"
    		snd_fire="we_smg_fire" snd_dryfire="762arifle_dryfire" desc="STR:ZITEM_DESC_5018"
    		effect_id="6" />
    	<ITEM id="80" name="STR:ZITEM_NAME_5019" mesh_name="smg04" totalpoint="0" type="range"
    		res_sex="a" res_level="54" slot="range" weapon="smg" weight="14" bt_price="0"
    		delay="95" damage="13" ctrl_ability="50" magazine="32" maxbullet="160" reloadtime="5"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="2" bullet_image_id="0" magazine_image_id="0" snd_reload="we_smg_reload"
    		snd_fire="we_smg_fire" snd_dryfire="762arifle_dryfire" desc="STR:ZITEM_DESC_5019"
    		effect_id="5" rent_period="7" />
    	<ITEM id="81" name="STR:ZITEM_NAME_5020" mesh_name="smg04x2" totalpoint="0" type="range"
    		res_sex="a" res_level="57" slot="range" weapon="smgx2" weight="28" bt_price="0"
    		delay="95" damage="26" ctrl_ability="90" magazine="32" maxbullet="160" reloadtime="5"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="2" bullet_image_id="0" magazine_image_id="0" snd_reload="we_smg_reload"
    		snd_fire="we_smg_fire" snd_dryfire="762arifle_dryfire" desc="STR:ZITEM_DESC_5020"
    		effect_id="6" rent_period="7" />
    	<!-- SHOTGUN : Magazine = 5 ea ////////////////////////////////////////////////////////////////// -->
    	<ITEM id="82" name="STR:ZITEM_NAME_6001" mesh_name="shotgun01" totalpoint="0" type="range"
    		res_sex="a" res_level="5" slot="range" weapon="shotgun" weight="15" bt_price="0"
    		delay="1100" damage="6" ctrl_ability="60" magazine="3" maxbullet="15" reloadtime="5"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="2" bullet_image_id="0" magazine_image_id="0" snd_reload="we_shotgunpa_reload"
    		snd_fire="we_shotgunpa_fire" snd_dryfire="762arifle_dryfire" desc="STR:ZITEM_DESC_6001"
    		effect_id="7" />
    	<ITEM id="83" name="STR:ZITEM_NAME_6002" mesh_name="shotgun01" totalpoint="0" type="range"
    		res_sex="a" res_level="10" slot="range" weapon="shotgun" weight="18" bt_price="0"
    		delay="1000" damage="6" ctrl_ability="60" magazine="5" maxbullet="25" reloadtime="5"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="2" bullet_image_id="0" magazine_image_id="0" snd_reload="we_shotgunpa_reload"
    		snd_fire="we_shotgunpa_fire" snd_dryfire="762arifle_dryfire" desc="STR:ZITEM_DESC_6002"
    		effect_id="7" />
    	<ITEM id="84" name="STR:ZITEM_NAME_6003" mesh_name="shotgun01" totalpoint="0" type="range"
    		res_sex="a" res_level="15" slot="range" weapon="shotgun" weight="20" bt_price="0"
    		delay="1000" damage="7" ctrl_ability="60" magazine="5" maxbullet="25" reloadtime="5"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="2" bullet_image_id="0" magazine_image_id="0" snd_reload="we_shotgunpa_reload"
    		snd_fire="we_shotgunpa_fire" snd_dryfire="762arifle_dryfire" desc="STR:ZITEM_DESC_6003"
    		effect_id="7" />
    	<ITEM id="85" name="STR:ZITEM_NAME_6004" mesh_name="shotgun03" totalpoint="0" type="range"
    		res_sex="a" res_level="30" slot="range" weapon="shotgun" weight="20" bt_price="0"
    		delay="1000" damage="8" ctrl_ability="60" magazine="5" maxbullet="25" reloadtime="5"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="2" bullet_image_id="0" magazine_image_id="0" snd_reload="we_shotgunpa_reload"
    		snd_fire="we_shotgunpa_fire" snd_dryfire="762arifle_dryfire" desc="STR:ZITEM_DESC_6004"
    		effect_id="7" />
    	<ITEM id="86" name="STR:ZITEM_NAME_6005" mesh_name="shotgun07" totalpoint="0" type="range"
    		res_sex="a" res_level="30" slot="range" weapon="shotgun" weight="15" bt_price="0"
    		delay="1200" damage="10" ctrl_ability="100" magazine="2" maxbullet="10" reloadtime="5"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="2" bullet_image_id="0" magazine_image_id="0" snd_reload="we_shotgunpa_reload"
    		snd_fire="we_shotgunpa_fire" snd_dryfire="762arifle_dryfire" desc="STR:ZITEM_DESC_6005"
    		effect_id="7" />
    	<ITEM id="87" name="STR:ZITEM_NAME_6006" mesh_name="shotgun03" totalpoint="0" type="range"
    		res_sex="a" res_level="45" slot="range" weapon="shotgun" weight="20" bt_price="0"
    		delay="1000" damage="9" ctrl_ability="60" magazine="5" maxbullet="25" reloadtime="5"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="2" bullet_image_id="0" magazine_image_id="0" snd_reload="we_shotgunpa_reload"
    		snd_fire="we_shotgunpa_fire" snd_dryfire="762arifle_dryfire" desc="STR:ZITEM_DESC_6006"
    		effect_id="7" />
    	<ITEM id="88" name="STR:ZITEM_NAME_6007" mesh_name="shotgun07" totalpoint="0" type="range"
    		res_sex="a" res_level="45" slot="range" weapon="shotgun" weight="16" bt_price="0"
    		delay="1200" damage="11" ctrl_ability="100" magazine="2" maxbullet="10" reloadtime="5"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="2" bullet_image_id="0" magazine_image_id="0" snd_reload="we_shotgunpa_reload"
    		snd_fire="we_shotgunpa_fire" snd_dryfire="762arifle_dryfire" desc="STR:ZITEM_DESC_6007"
    		effect_id="7" />
    	<ITEM id="89" name="STR:ZITEM_NAME_6008" mesh_name="shotgun02" totalpoint="0" type="range"
    		res_sex="a" res_level="60" slot="range" weapon="shotgun" weight="18" bt_price="0"
    		delay="1000" damage="9" ctrl_ability="60" magazine="5" maxbullet="25" reloadtime="5"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="2" bullet_image_id="0" magazine_image_id="0" snd_reload="we_shotgunpa_reload"
    		snd_fire="we_shotgunpa_fire" snd_dryfire="762arifle_dryfire" desc="STR:ZITEM_DESC_6008"
    		effect_id="7" rent_period="7" />
    	<ITEM id="90" name="STR:ZITEM_NAME_6009" mesh_name="shotgun09_gold" totalpoint="0" type="range"
    		res_sex="a" res_level="15" slot="range" weapon="shotgun" weight="18" bt_price="0"
    		delay="900" damage="7" ctrl_ability="60" magazine="5" maxbullet="25" reloadtime="5"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="2" bullet_image_id="0" magazine_image_id="0" snd_reload="we_shotgunpa_reload"
    		snd_fire="we_shotgunpa_fire" snd_dryfire="762arifle_dryfire" desc="STR:ZITEM_DESC_6009"
    		effect_id="7" rent_period="7" />
    	<ITEM id="91" name="STR:ZITEM_NAME_6010" mesh_name="shotgun06_silver" totalpoint="0" type="range"
    		res_sex="a" res_level="24" slot="range" weapon="shotgun" weight="18" bt_price="0"
    		delay="1100" damage="9" ctrl_ability="90" magazine="5" maxbullet="25" reloadtime="5"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="2" bullet_image_id="0" magazine_image_id="0" snd_reload="we_shotgunpa_reload"
    		snd_fire="we_shotgunpa_fire" snd_dryfire="762arifle_dryfire" desc="STR:ZITEM_DESC_6010"
    		effect_id="7" rent_period="7" />
    	<!-- RIFLE : Magazine = 5 ea //////////////////////////////////////////////////////////////////////////-->
    	<ITEM id="92" name="STR:ZITEM_NAME_7001" mesh_name="rifle03" totalpoint="0" type="range"
    		res_sex="a" res_level="5" slot="range" weapon="rifle" weight="15" bt_price="0" delay="120"
    		damage="11" ctrl_ability="30" magazine="32" maxbullet="160" reloadtime="6" slug_output="false"
    		gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		image_id="2" bullet_image_id="0" magazine_image_id="0" snd_reload="we_rifle_reload"
    		snd_fire="we_rifle_fire" snd_dryfire="762arifle_dryfire" desc="STR:ZITEM_DESC_7001"
    		effect_id="8" />
    	<ITEM id="93" name="STR:ZITEM_NAME_7002" mesh_name="rifle01" totalpoint="0" type="range"
    		res_sex="a" res_level="10" slot="range" weapon="rifle" weight="18" bt_price="0"
    		delay="110" damage="12" ctrl_ability="30" magazine="32" maxbullet="160" reloadtime="6"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="2" bullet_image_id="0" magazine_image_id="0" snd_reload="we_rifle_reload"
    		snd_fire="we_rifle_fire" snd_dryfire="762arifle_dryfire" desc="STR:ZITEM_DESC_7002"
    		effect_id="8" />
    	<ITEM id="94" name="STR:ZITEM_NAME_7003" mesh_name="rifle02" totalpoint="0" type="range"
    		res_sex="a" res_level="15" slot="range" weapon="rifle" weight="20" bt_price="0"
    		delay="100" damage="15" ctrl_ability="50" magazine="24" maxbullet="120" reloadtime="6"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="2" bullet_image_id="0" magazine_image_id="0" snd_reload="we_rifle_reload"
    		snd_fire="we_rifle_fire" snd_dryfire="762arifle_dryfire" desc="STR:ZITEM_DESC_7003"
    		effect_id="8" />
    	<ITEM id="95" name="STR:ZITEM_NAME_7004" mesh_name="rifle04" totalpoint="0" type="range"
    		res_sex="a" res_level="18" slot="range" weapon="rifle" weight="20" bt_price="0"
    		delay="80" damage="13" ctrl_ability="20" magazine="40" maxbullet="200" reloadtime="6"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="2" bullet_image_id="0" magazine_image_id="0" snd_reload="we_rifle_reload"
    		snd_fire="we_rifle_fire" snd_dryfire="762arifle_dryfire" desc="STR:ZITEM_DESC_7004"
    		effect_id="8" />
    	<ITEM id="96" name="STR:ZITEM_NAME_7005" mesh_name="rifle03" totalpoint="0" type="range"
    		res_sex="a" res_level="26" slot="range" weapon="rifle" weight="18" bt_price="0"
    		delay="90" damage="15" ctrl_ability="30" magazine="36" maxbullet="144" reloadtime="6"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="2" bullet_image_id="0" magazine_image_id="0" snd_reload="we_rifle_reload"
    		snd_fire="we_rifle_fire" snd_dryfire="762arifle_dryfire" desc="STR:ZITEM_DESC_7005"
    		effect_id="8" />
    	<ITEM id="97" name="STR:ZITEM_NAME_7006" mesh_name="rifle04" totalpoint="0" type="range"
    		res_sex="a" res_level="34" slot="range" weapon="rifle" weight="20" bt_price="0"
    		delay="80" damage="14" ctrl_ability="20" magazine="40" maxbullet="200" reloadtime="6"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="2" bullet_image_id="0" magazine_image_id="0" snd_reload="we_rifle_reload"
    		snd_fire="we_rifle_fire" snd_dryfire="762arifle_dryfire" desc="STR:ZITEM_DESC_7006"
    		effect_id="8" />
    	<ITEM id="98" name="STR:ZITEM_NAME_7007" mesh_name="rifle01" totalpoint="0" type="range"
    		res_sex="a" res_level="42" slot="range" weapon="rifle" weight="18" bt_price="0"
    		delay="90" damage="16" ctrl_ability="30" magazine="40" maxbullet="200" reloadtime="6"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="2" bullet_image_id="0" magazine_image_id="0" snd_reload="we_rifle_reload"
    		snd_fire="we_rifle_fire" snd_dryfire="762arifle_dryfire" desc="STR:ZITEM_DESC_7007"
    		effect_id="8" />
    	<ITEM id="99" name="STR:ZITEM_NAME_7008" mesh_name="rifle02" totalpoint="0" type="range"
    		res_sex="a" res_level="50" slot="range" weapon="rifle" weight="20" bt_price="0"
    		delay="100" damage="19" ctrl_ability="50" magazine="32" maxbullet="160" reloadtime="6"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="2" bullet_image_id="0" magazine_image_id="0" snd_reload="we_rifle_reload"
    		snd_fire="we_rifle_fire" snd_dryfire="762arifle_dryfire" desc="STR:ZITEM_DESC_7008"
    		effect_id="8" />
    	<ITEM id="100" name="STR:ZITEM_NAME_7009" mesh_name="rifle06" totalpoint="0" type="range"
    		res_sex="a" res_level="58" slot="range" weapon="rifle" weight="18" bt_price="0"
    		delay="80" damage="16" ctrl_ability="20" magazine="50" maxbullet="250" reloadtime="6"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="2" bullet_image_id="0" magazine_image_id="0" snd_reload="we_rifle_reload"
    		snd_fire="we_rifle_fire" snd_dryfire="762arifle_dryfire" desc="STR:ZITEM_DESC_7009"
    		effect_id="8" rent_period="7" />
    	<!-- MACHINEGUN /////////////////////////////////////////////////////////////////////////////////////////// -->
    	<ITEM id="101" name="STR:ZITEM_NAME_8001" mesh_name="machinegun01" totalpoint="0" type="range"
    		res_sex="a" res_level="25" slot="range" weapon="machinegun" weight="28" bt_price="0"
    		delay="100" damage="16" ctrl_ability="70" magazine="120" maxbullet="240" reloadtime="10"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" limitspeed="90" limitwall="1" color="#FFFFFFFF" image_id="2" bullet_image_id="0"
    		magazine_image_id="0" snd_reload="we_machinegun_reload" snd_fire="we_machinegun_fire"
    		snd_dryfire="762arifle_dryfire" desc="STR:ZITEM_DESC_8001" effect_id="9" />
    	<ITEM id="102" name="STR:ZITEM_NAME_8002" mesh_name="machinegun01" totalpoint="0" type="range"
    		res_sex="a" res_level="35" slot="range" weapon="machinegun" weight="28" bt_price="0"
    		delay="100" damage="17" ctrl_ability="70" magazine="120" maxbullet="240" reloadtime="10"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" limitspeed="90" limitwall="1" color="#FFFFFFFF" image_id="2" bullet_image_id="0"
    		magazine_image_id="0" snd_reload="we_machinegun_reload" snd_fire="we_machinegun_fire"
    		snd_dryfire="762arifle_dryfire" desc="STR:ZITEM_DESC_8002" effect_id="9" />
    	<ITEM id="103" name="STR:ZITEM_NAME_8003" mesh_name="machinegun02" totalpoint="0" type="range"
    		res_sex="a" res_level="45" slot="range" weapon="machinegun" weight="28" bt_price="0"
    		delay="100" damage="18" ctrl_ability="70" magazine="120" maxbullet="240" reloadtime="10"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" limitspeed="90" limitwall="1" color="#FFFFFFFF" image_id="2" bullet_image_id="0"
    		magazine_image_id="0" snd_reload="we_machinegun_reload" snd_fire="we_machinegun_fire"
    		snd_dryfire="762arifle_dryfire" desc="STR:ZITEM_DESC_8003" effect_id="9" />
    	<ITEM id="104" name="STR:ZITEM_NAME_8004" mesh_name="machinegun06" totalpoint="0" type="range"
    		res_sex="a" res_level="55" slot="range" weapon="machinegun" weight="28" bt_price="0"
    		delay="100" damage="19" ctrl_ability="70" magazine="120" maxbullet="240" reloadtime="10"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" limitspeed="90" limitwall="1" color="#FFFFFFFF" image_id="2" bullet_image_id="0"
    		magazine_image_id="0" snd_reload="we_machinegun_reload" snd_fire="we_machinegun_fire"
    		snd_dryfire="762arifle_dryfire" desc="STR:ZITEM_DESC_8004" effect_id="9" rent_period="7" />
    	<!-- ROCKET LAUNCHER : Magazine = 4 ea ///////////////////////////////////////////////////////////////////// -->
    	<ITEM id="105" name="STR:ZITEM_NAME_9002" mesh_name="rocketlauncher02" totalpoint="0"
    		type="range" res_sex="a" res_level="20" slot="range" weapon="rocket" weight="28" bt_price="0"
    		delay="900" damage="35" ctrl_ability="50" magazine="5" maxbullet="20" reloadtime="3"
    		slug_output="flase" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" limitwall="1" limitspeed="90" color="#FFFFFFFF" image_id="2" bullet_image_id="0"
    		magazine_image_id="0" snd_reload="we_rocket_reload" snd_fire="we_rocket_fire" snd_dryfire="762arifle_dryfire"
    		desc="STR:ZITEM_DESC_9002" />
    	<ITEM id="106" name="STR:ZITEM_NAME_9003" mesh_name="rocketlauncher" totalpoint="0" type="range"
    		res_sex="a" res_level="30" slot="range" weapon="rocket" weight="30" bt_price="0"
    		delay="1200" damage="55" ctrl_ability="50" magazine="3" maxbullet="12" reloadtime="3"
    		slug_output="flase" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" limitspeed="90" limitwall="1" color="#FFFFFFFF" image_id="2" bullet_image_id="0"
    		magazine_image_id="0" snd_reload="we_rocket_reload" snd_fire="we_rocket_fire" snd_dryfire="762arifle_dryfire"
    		desc="STR:ZITEM_DESC_9003" />
    	<ITEM id="107" name="STR:ZITEM_NAME_9004" mesh_name="rocketlauncher02" totalpoint="0"
    		type="range" res_sex="a" res_level="40" slot="range" weapon="rocket" weight="28" bt_price="0"
    		delay="800" damage="36" ctrl_ability="50" magazine="5" maxbullet="20" reloadtime="3"
    		slug_output="flase" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" limitspeed="90" limitwall="1" color="#FFFFFFFF" image_id="2" bullet_image_id="0"
    		magazine_image_id="0" snd_reload="we_rocket_reload" snd_fire="we_rocket_fire" snd_dryfire="762arifle_dryfire"
    		desc="STR:ZITEM_DESC_9004" />
    	<ITEM id="108" name="STR:ZITEM_NAME_9005" mesh_name="rocketlauncher03" totalpoint="0"
    		type="range" res_sex="a" res_level="50" slot="range" weapon="rocket" weight="25" bt_price="0"
    		delay="1200" damage="55" ctrl_ability="50" magazine="4" maxbullet="16" reloadtime="3"
    		slug_output="flase" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" limitspeed="90" limitwall="1" color="#FFFFFFFF" image_id="2" bullet_image_id="0"
    		magazine_image_id="0" snd_reload="we_rocket_reload" snd_fire="we_rocket_fire" snd_dryfire="762arifle_dryfire"
    		desc="STR:ZITEM_DESC_9005" />
    	<ITEM id="109" name="STR:ZITEM_NAME_9006" mesh_name="rocketlauncher02" totalpoint="0"
    		type="range" res_sex="a" res_level="10" slot="range" weapon="rocket" weight="30" bt_price="0"
    		delay="1000" damage="30" ctrl_ability="50" magazine="4" maxbullet="16" reloadtime="3"
    		slug_output="flase" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" limitspeed="90" limitwall="1" color="#FFFFFFFF" image_id="2" bullet_image_id="0"
    		magazine_image_id="0" snd_reload="we_rocket_reload" snd_fire="we_rocket_fire" snd_dryfire="762arifle_dryfire"
    		desc="STR:ZITEM_DESC_9006" />
    	<ITEM id="110" name="STR:ZITEM_NAME_9007" mesh_name="rocketlauncher08" totalpoint="0"
    		type="range" res_sex="a" res_level="60" slot="range" weapon="rocket" weight="27" bt_price="0"
    		delay="700" damage="45" ctrl_ability="50" magazine="6" maxbullet="24" reloadtime="3"
    		slug_output="flase" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" limitspeed="90" limitwall="1" color="#FFFFFFFF" image_id="2" bullet_image_id="0"
    		magazine_image_id="0" snd_reload="we_rocket_reload" snd_fire="we_rocket_fire" snd_dryfire="762arifle_dryfire"
    		desc="STR:ZITEM_DESC_9007" rent_period="7" />
    	<!-- Snifer Rifle /////////////////////////////////////////////////////////////////////////////////////////// -->
    	<ITEM id="111" name="STR:ZITEM_NAME_10001" mesh_name="rifle03" totalpoint="0" type="range"
    		res_sex="a" res_level="0" slot="range" weapon="snifer" weight="25" bt_price="0"
    		delay="1200" damage="80" ctrl_ability="0" magazine="2" maxbullet="16" reloadtime="7"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" limitwall="1" color="#FFFFFFFF" image_id="2" bullet_image_id="0" magazine_image_id="0"
    		snd_reload="we_rifle_reload" snd_fire="we_rifle_fire" snd_dryfire="762arifle_dryfire"
    		desc="STR:ZITEM_DESC_10001" />
    	<!-- 임시 테스트용 아이템 /////////////////////////////////////////////////////////////////////////////////////////// -->
    	<!--
    	<ITEM id="112" name="test sword" mesh_name="sword01" totalpoint="0" type="melee" res_sex="a"
    		res_level="0" slot="melee" weapon="dagger" weight="5" bt_price="0" delay="100" damage="8" ctrl_ability="0"
    		magazine="0" reloadtime="0" slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0"
    		sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" image_id="0" bullet_image_id="0"
    		magazine_image_id="0" desc=" Liphunter의 sword." />
    
    	<ITEM id="113" name="test daggerx2" mesh_name="dagger01" totalpoint="0" type="melee" res_sex="a"
    		res_level="0" slot="melee" weapon="dagger" weight="5" bt_price="0" delay="100" damage="8" ctrl_ability="0"
    		magazine="0" reloadtime="0" slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0"
    		sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" image_id="0" bullet_image_id="0"
    		magazine_image_id="0" desc=" Liphunter의 daggerx2." />
    
    -->
    	<!-- HANDHELD ITEMS ///////////////////////////////////////////////////////////////////////////////////////////// -->
    	<ITEM id="114" name="STR:ZITEM_NAME_30301" mesh_name="grenade01" totalpoint="0" type="custom"
    		res_sex="a" res_level="0" slot="custom" weapon="frag" weight="2" bt_price="0" delay="1500"
    		damage="100" ctrl_ability="20" magazine="2" maxbullet="2" reloadtime="10" slug_output="false"
    		gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		image_id="3" bullet_image_id="0" magazine_image_id="0" snd_fire="we_grenade_fire"
    		desc="STR:ZITEM_DESC_30301" />
    	<ITEM id="115" name="STR:ZITEM_NAME_30302" mesh_name="grenade01" totalpoint="0" type="custom"
    		res_sex="a" res_level="11" slot="custom" weapon="frag" weight="3" bt_price="0" delay="1500"
    		damage="100" ctrl_ability="20" magazine="3" maxbullet="3" reloadtime="10" slug_output="false"
    		gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		image_id="3" bullet_image_id="0" magazine_image_id="0" snd_fire="we_grenade_fire"
    		desc="STR:ZITEM_DESC_30302" />
    	<ITEM id="116" name="STR:ZITEM_NAME_30303" mesh_name="grenade01" totalpoint="0" type="custom"
    		res_sex="a" res_level="22" slot="custom" weapon="frag" weight="4" bt_price="0"
    		delay="1500" damage="100" ctrl_ability="20" magazine="4" maxbullet="4" reloadtime="10"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="3" bullet_image_id="0" magazine_image_id="0" snd_fire="we_grenade_fire"
    		desc="STR:ZITEM_DESC_30303" />
    	<ITEM id="117" name="STR:ZITEM_NAME_30304" mesh_name="grenade01" totalpoint="0" type="custom"
    		res_sex="a" res_level="33" slot="custom" weapon="frag" weight="5" bt_price="0"
    		delay="1500" damage="100" ctrl_ability="20" magazine="5" maxbullet="5" reloadtime="10"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="3" bullet_image_id="0" magazine_image_id="0" snd_fire="we_grenade_fire"
    		desc="STR:ZITEM_DESC_30304" />
    	<ITEM id="118" name="STR:ZITEM_NAME_30305" mesh_name="grenade01" totalpoint="0" type="custom"
    		res_sex="a" res_level="44" slot="custom" weapon="frag" weight="6" bt_price="0"
    		delay="1500" damage="100" ctrl_ability="20" magazine="6" maxbullet="6" reloadtime="10"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="3" bullet_image_id="0" magazine_image_id="0" snd_fire="we_grenade_fire"
    		desc="STR:ZITEM_DESC_30305" />
    	<ITEM id="119" name="STR:ZITEM_NAME_30201" mesh_name="flashbang01" totalpoint="0" type="custom"
    		res_sex="a" res_level="0" slot="custom" weapon="flashbang" weight="2" bt_price="0"
    		delay="1500" damage="0" ctrl_ability="20" magazine="2" maxbullet="2" reloadtime="10"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="3" bullet_image_id="0" magazine_image_id="0" snd_fire="we_grenade_fire"
    		desc="STR:ZITEM_DESC_30201" />
    	<ITEM id="120" name="STR:ZITEM_NAME_30202" mesh_name="flashbang01" totalpoint="0" type="custom"
    		res_sex="a" res_level="10" slot="custom" weapon="flashbang" weight="3" bt_price="0"
    		delay="1500" damage="0" ctrl_ability="20" magazine="3" maxbullet="3" reloadtime="10"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="3" bullet_image_id="0" magazine_image_id="0" snd_fire="we_grenade_fire"
    		desc="STR:ZITEM_DESC_30202" />
    	<ITEM id="121" name="STR:ZITEM_NAME_30203" mesh_name="flashbang01" totalpoint="0" type="custom"
    		res_sex="a" res_level="20" slot="custom" weapon="flashbang" weight="4" bt_price="0"
    		delay="1500" damage="0" ctrl_ability="20" magazine="4" maxbullet="4" reloadtime="10"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="3" bullet_image_id="0" magazine_image_id="0" snd_fire="we_grenade_fire"
    		desc="STR:ZITEM_DESC_30203" />
    	<ITEM id="122" name="STR:ZITEM_NAME_30204" mesh_name="flashbang01" totalpoint="0" type="custom"
    		res_sex="a" res_level="30" slot="custom" weapon="flashbang" weight="5" bt_price="0"
    		delay="1500" damage="0" ctrl_ability="20" magazine="5" maxbullet="5" reloadtime="10"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="3" bullet_image_id="0" magazine_image_id="0" snd_fire="we_grenade_fire"
    		desc="STR:ZITEM_DESC_30204" />
    	<ITEM id="123" name="STR:ZITEM_NAME_30205" mesh_name="flashbang01" totalpoint="0" type="custom"
    		res_sex="a" res_level="40" slot="custom" weapon="flashbang" weight="6" bt_price="0"
    		delay="1500" damage="0" ctrl_ability="20" magazine="6" maxbullet="6" reloadtime="10"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="3" bullet_image_id="0" magazine_image_id="0" snd_fire="we_grenade_fire"
    		desc="STR:ZITEM_DESC_30205" />
    	<ITEM id="124" name="STR:ZITEM_NAME_30401" mesh_name="smoke01" totalpoint="0" type="custom"
    		res_sex="a" res_level="0" slot="custom" weapon="smoke" weight="2" bt_price="0" delay="1500"
    		damage="0" ctrl_ability="20" magazine="3" maxbullet="3" reloadtime="10" slug_output="false"
    		gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		image_id="3" bullet_image_id="0" magazine_image_id="0" snd_fire="we_grenade_fire"
    		desc="STR:ZITEM_DESC_30401" />
    	<ITEM id="125" name="STR:ZITEM_NAME_30402" mesh_name="smoke01" totalpoint="0" type="custom"
    		res_sex="a" res_level="12" slot="custom" weapon="smoke" weight="3" bt_price="0"
    		delay="1500" damage="0" ctrl_ability="20" magazine="4" maxbullet="4" reloadtime="10"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="3" bullet_image_id="0" magazine_image_id="0" snd_fire="we_grenade_fire"
    		desc="STR:ZITEM_DESC_30402" />
    	<ITEM id="126" name="STR:ZITEM_NAME_30403" mesh_name="smoke01" totalpoint="0" type="custom"
    		res_sex="a" res_level="24" slot="custom" weapon="smoke" weight="4" bt_price="0"
    		delay="1500" damage="0" ctrl_ability="20" magazine="5" maxbullet="5" reloadtime="10"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="3" bullet_image_id="0" magazine_image_id="0" snd_fire="we_grenade_fire"
    		desc="STR:ZITEM_DESC_30403" />
    	<ITEM id="127" name="STR:ZITEM_NAME_30404" mesh_name="smoke01" totalpoint="0" type="custom"
    		res_sex="a" res_level="36" slot="custom" weapon="smoke" weight="5" bt_price="0"
    		delay="1500" damage="0" ctrl_ability="20" magazine="6" maxbullet="6" reloadtime="10"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="3" bullet_image_id="0" magazine_image_id="0" snd_fire="we_grenade_fire"
    		desc="STR:ZITEM_DESC_30404" />
    	<ITEM id="128" name="STR:ZITEM_NAME_30405" mesh_name="smoke01" totalpoint="0" type="custom"
    		res_sex="a" res_level="48" slot="custom" weapon="smoke" weight="6" bt_price="0"
    		delay="1500" damage="0" ctrl_ability="20" magazine="7" maxbullet="7" reloadtime="10"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="3" bullet_image_id="0" magazine_image_id="0" snd_fire="we_grenade_fire"
    		desc="STR:ZITEM_DESC_30405" />
    	<ITEM id="129" name="STR:ZITEM_NAME_30001" mesh_name="medikit" totalpoint="0" type="custom"
    		res_sex="a" res_level="0" slot="custom" weapon="medkit" weight="5" bt_price="0"
    		delay="1000" damage="0" ctrl_ability="0" magazine="2" maxbullet="2" reloadtime="10"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="3" bullet_image_id="0" magazine_image_id="0" snd_fire="we_grenade_fire"
    		desc="STR:ZITEM_DESC_30001" />
    	<ITEM id="130" name="STR:ZITEM_NAME_30002" mesh_name="medikit" totalpoint="0" type="custom"
    		res_sex="a" res_level="20" slot="custom" weapon="medkit" weight="6" bt_price="0"
    		delay="1000" damage="0" ctrl_ability="0" magazine="3" maxbullet="3" reloadtime="10"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="3" bullet_image_id="0" magazine_image_id="0" snd_fire="we_grenade_fire"
    		desc="STR:ZITEM_DESC_30002" />
    	<ITEM id="131" name="STR:ZITEM_NAME_30003" mesh_name="medikit" totalpoint="0" type="custom"
    		res_sex="a" res_level="40" slot="custom" weapon="medkit" weight="7" bt_price="0"
    		delay="1000" damage="0" ctrl_ability="0" magazine="4" maxbullet="4" reloadtime="10"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="3" bullet_image_id="0" magazine_image_id="0" snd_fire="we_grenade_fire"
    		desc="STR:ZITEM_DESC_30003" />
    	<ITEM id="132" name="STR:ZITEM_NAME_30101" mesh_name="repairkit" totalpoint="0" type="custom"
    		res_sex="a" res_level="0" slot="custom" weapon="repairkit" weight="5" bt_price="0"
    		delay="1000" damage="0" ctrl_ability="0" magazine="2" maxbullet="2" reloadtime="10"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="3" bullet_image_id="0" magazine_image_id="0" snd_fire="we_grenade_fire"
    		desc="STR:ZITEM_DESC_30101" />
    	<ITEM id="133" name="STR:ZITEM_NAME_30102" mesh_name="repairkit" totalpoint="0" type="custom"
    		res_sex="a" res_level="20" slot="custom" weapon="repairkit" weight="6" bt_price="0"
    		delay="1000" damage="0" ctrl_ability="0" magazine="3" maxbullet="3" reloadtime="10"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="3" bullet_image_id="0" magazine_image_id="0" snd_fire="we_grenade_fire"
    		desc="STR:ZITEM_DESC_30102" />
    	<ITEM id="134" name="STR:ZITEM_NAME_30103" mesh_name="repairkit" totalpoint="0" type="custom"
    		res_sex="a" res_level="40" slot="custom" weapon="repairkit" weight="7" bt_price="0"
    		delay="1000" damage="0" ctrl_ability="0" magazine="4" maxbullet="4" reloadtime="10"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="3" bullet_image_id="0" magazine_image_id="0" snd_fire="we_grenade_fire"
    		desc="STR:ZITEM_DESC_30103" />
    	<!-- 반지 /////////////////////////////////////////////////////////////////////////////////////////////-->
    	<ITEM id="135" name="STR:ZITEM_NAME_25001" totalpoint="0" type="equip" res_sex="a" res_level="0"
    		slot="finger" weight="2" bt_price="0" hp="5" ap="0" maxwt="0" sf="0" fr="0" cr="0"
    		pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_25001" />
    	<ITEM id="136" name="STR:ZITEM_NAME_25002" totalpoint="0" type="equip" res_sex="a" res_level="0"
    		slot="finger" weight="2" bt_price="0" hp="0" ap="5" maxwt="0" sf="0" fr="0" cr="0"
    		pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_25002" />
    	<ITEM id="137" name="STR:ZITEM_NAME_25003" totalpoint="0" type="equip" res_sex="a" res_level="10"
    		slot="finger" weight="2" bt_price="0" hp="8" ap="0" maxwt="0" sf="0" fr="0" cr="0"
    		pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_25003" />
    	<ITEM id="138" name="STR:ZITEM_NAME_25004" totalpoint="0" type="equip" res_sex="a" res_level="10"
    		slot="finger" weight="2" bt_price="0" hp="0" ap="8" maxwt="0" sf="0" fr="0" cr="0"
    		pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_25004" />
    	<ITEM id="139" name="STR:ZITEM_NAME_25005" totalpoint="0" type="equip" res_sex="a" res_level="20"
    		slot="finger" weight="2" bt_price="0" hp="5" ap="5" maxwt="0" sf="0" fr="0" cr="0"
    		pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_25005" />
    	<ITEM id="140" name="STR:ZITEM_NAME_25006" totalpoint="0" type="equip" res_sex="a" res_level="20"
    		slot="finger" weight="0" bt_price="0" hp="0" ap="0" maxwt="2" sf="0" fr="0" cr="0"
    		pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_25006" />
    	<ITEM id="141" name="STR:ZITEM_NAME_25007" totalpoint="0" type="equip" res_sex="a" res_level="30"
    		slot="finger" weight="2" bt_price="0" hp="0" ap="10" maxwt="0" sf="0" fr="0" cr="0"
    		pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_25007" />
    	<ITEM id="142" name="STR:ZITEM_NAME_25008" totalpoint="0" type="equip" res_sex="a" res_level="30"
    		slot="finger" weight="4" bt_price="0" hp="10" ap="0" maxwt="0" sf="0" fr="0" cr="0"
    		pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_25008" />
    	<ITEM id="143" name="STR:ZITEM_NAME_25009" totalpoint="0" type="equip" res_sex="a" res_level="40"
    		slot="finger" weight="2" bt_price="0" hp="0" ap="15" maxwt="0" sf="0" fr="0" cr="0"
    		pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_25009" />
    	<ITEM id="144" name="STR:ZITEM_NAME_25010" totalpoint="0" type="equip" res_sex="a" res_level="40"
    		slot="finger" weight="0" bt_price="0" hp="0" ap="0" maxwt="3" sf="0" fr="0" cr="0"
    		pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_25010" />
    	<!-- 장비 ///////////////////////////////////////////////////////////////////////////////////////////// -->
    	<!-- head /////////////////////////////////////////////////////////////////////////////////////////// -->
    	<!-- 남자 //////////////////////////////////////////////// -->
    	<!-- 남성 챔피언 크라운 -->	
    	<ITEM id="145" name="STR:ZITEM_NAME_20001" mesh_name="eq_head_crown" totalpoint="0" 
    		type="equip" res_sex="m" res_level="25" slot="head" weight="4" bt_price="0" 
    		hp="3" ap="12" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_20001" />
    	<!-- 여자 //////////////////////////////////////////////////-->
    	<!-- 여성 챔피언 크라운 -->
    	<ITEM id="146" name="STR:ZITEM_NAME_20501" mesh_name="eq_head_crown" totalpoint="0" 
    		type="equip" res_sex="f" res_level="25" slot="head" weight="4" bt_price="0" 
    		hp="3" ap="12" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_20501" />	
    
    	<!-- chest /////////////////////////////////////////////////////////////////////////////////////////// -->
    	<!-- 남자 //////////////////////////////////////////////// -->
    	<ITEM id="147" name="STR:ZITEM_NAME_21001" mesh_name="eq_chest_12" totalpoint="0" type="equip"
    		res_sex="m" res_level="0" slot="chest" weight="5" bt_price="0" hp="0" ap="5" maxwt="0"
    		sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_21001" />
    	<ITEM id="148" name="STR:ZITEM_NAME_21002" mesh_name="eq_chest_06" totalpoint="0" type="equip"
    		res_sex="m" res_level="0" slot="chest" weight="10" bt_price="0" hp="0" ap="10" maxwt="0"
    		sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_21002" />
    	<ITEM id="149" name="STR:ZITEM_NAME_21003" mesh_name="eq_chest_13" totalpoint="0" type="equip"
    		res_sex="m" res_level="10" slot="chest" weight="15" bt_price="0" hp="0" ap="20"
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_21003" />
    	<ITEM id="150" name="STR:ZITEM_NAME_21004" mesh_name="eq_chest_01" totalpoint="0" type="equip"
    		res_sex="m" res_level="20" slot="chest" weight="18" bt_price="0" hp="0" ap="25"
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_21004" />
    	<ITEM id="151" name="STR:ZITEM_NAME_21005" mesh_name="eq_chest_03" totalpoint="0" type="equip"
    		res_sex="m" res_level="30" slot="chest" weight="20" bt_price="0" hp="0" ap="28"
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_21005" />
    	<ITEM id="152" name="STR:ZITEM_NAME_21006" mesh_name="eq_chest_a001" totalpoint="0"
    		type="equip" res_sex="m" res_level="0" slot="chest" weight="12" bt_price="0" hp="2"
    		ap="8" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_21006" />
    	<ITEM id="153" name="STR:ZITEM_NAME_21007" mesh_name="eq_chest_07_1" totalpoint="0"
    		type="equip" res_sex="m" res_level="20" slot="chest" weight="16" bt_price="0" hp="0"
    		ap="22" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_21007" />
    	<ITEM id="154" name="STR:ZITEM_NAME_21008" mesh_name="eq_chest_21" totalpoint="0" type="equip"
    		res_sex="m" res_level="0" slot="chest" weight="10" bt_price="0" hp="0" ap="10" maxwt="0"
    		sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_21008" />
    	<ITEM id="155" name="STR:ZITEM_NAME_21009" mesh_name="eq_chest_02" totalpoint="0" type="equip"
    		res_sex="m" res_level="40" slot="chest" weight="20" bt_price="0" hp="0" ap="29" maxwt="0"
    		sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" rent_period="15"
    		desc="STR:ZITEM_DESC_21009" />
    	<ITEM id="156" name="STR:ZITEM_NAME_21010" mesh_name="eq_chest_guard" totalpoint="0" type="equip"
    		res_sex="m" res_level="60" slot="chest" weight="20" bt_price="0" hp="2" ap="30" maxwt="0"
    		sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" rent_period="15"
    		desc="STR:ZITEM_DESC_21010" />
    	<ITEM id="157" name="STR:ZITEM_NAME_21011" mesh_name="eq_chest_clanmaster" totalpoint="0" type="equip"
    		res_sex="m" res_level="15" slot="chest" weight="16" bt_price="0" hp="6" ap="23" maxwt="0"
    		sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" rent_period="15" desc="STR:ZITEM_DESC_21011" />
    	<!-- 여자 //////////////////////////////////////////////////-->
    	<ITEM id="158" name="STR:ZITEM_NAME_21501" mesh_name="eq_chest_05" totalpoint="0" type="equip"
    		res_sex="f" res_level="0" slot="chest" weight="5" bt_price="0" hp="0" ap="5" maxwt="0"
    		sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_21501" />
    	<ITEM id="159" name="STR:ZITEM_NAME_21502" mesh_name="eq_chest_n013" totalpoint="0"
    		type="equip" res_sex="f" res_level="0" slot="chest" weight="10" bt_price="0" hp="0"
    		ap="10" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_21502" />
    	<ITEM id="160" name="STR:ZITEM_NAME_21504" mesh_name="eq_chest_c001" totalpoint="0"
    		type="equip" res_sex="f" res_level="10" slot="chest" weight="15" bt_price="0" hp="0"
    		ap="20" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_21504" />
    	<ITEM id="161" name="STR:ZITEM_NAME_21503" mesh_name="eq_chest_p001" totalpoint="0"
    		type="equip" res_sex="f" res_level="20" slot="chest" weight="18" bt_price="0" hp="0"
    		ap="25" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_21503" />
    	<ITEM id="162" name="STR:ZITEM_NAME_21505" mesh_name="eq_chest_long001" totalpoint="0"
    		type="equip" res_sex="f" res_level="30" slot="chest" weight="20" bt_price="0" hp="0"
    		ap="28" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_21505" />
    	<ITEM id="163" name="STR:ZITEM_NAME_21506" mesh_name="eq_chest_07" totalpoint="0" type="equip"
    		res_sex="f" res_level="0" slot="chest" weight="12" bt_price="0" hp="2" ap="8" maxwt="0"
    		sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_21506" />
    	<ITEM id="164" name="STR:ZITEM_NAME_21507" mesh_name="eq_chest_long004" totalpoint="0"
    		type="equip" res_sex="f" res_level="20" slot="chest" weight="16" bt_price="0" hp="0"
    		ap="22" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_21507" />
    	<ITEM id="165" name="STR:ZITEM_NAME_21508" mesh_name="eq_chest_21" totalpoint="0" type="equip"
    		res_sex="f" res_level="0" slot="chest" weight="10" bt_price="0" hp="0" ap="10" maxwt="0"
    		sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_21508" />
    	<ITEM id="166" name="STR:ZITEM_NAME_21509" mesh_name="eq_chest_noir" totalpoint="0" type="equip"
    		res_sex="f" res_level="40" slot="chest" weight="20" bt_price="0" hp="0" ap="29" maxwt="0"
    		sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" rent_period="15"
    		desc="STR:ZITEM_DESC_21509" />
    	<ITEM id="167" name="STR:ZITEM_NAME_21510" mesh_name="eq_chest_guard" totalpoint="0" type="equip"
    		res_sex="f" res_level="60" slot="chest" weight="20" bt_price="0" hp="2" ap="30" maxwt="0"
    		sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" rent_period="15"
    		desc="STR:ZITEM_DESC_21510" />
    	<ITEM id="168" name="STR:ZITEM_NAME_21511" mesh_name="eq_chest_clanmaster" totalpoint="0" type="equip"
    		res_sex="f" res_level="15" slot="chest" weight="16" bt_price="0" hp="6" ap="23" maxwt="0"
    		sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" rent_period="15" desc="STR:ZITEM_DESC_21511" />
    	<!-- hands /////////////////////////////////////////////////////////////////////////////////////// -->
    	<!-- 남자 //////////////////////////////////////////////////// -->
    	<ITEM id="169" name="STR:ZITEM_NAME_22001" mesh_name="eq_hands_a001" totalpoint="0"
    		type="equip" res_sex="m" res_level="0" slot="hands" weight="5" bt_price="0" hp="0"
    		ap="5" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_22001" />
    	<ITEM id="170" name="STR:ZITEM_NAME_22002" mesh_name="eq_hands_01" totalpoint="0" type="equip"
    		res_sex="m" res_level="10" slot="hands" weight="5" bt_price="0" hp="0" ap="10" maxwt="0"
    		sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_22002" />
    	<ITEM id="171" name="STR:ZITEM_NAME_22003" mesh_name="eq_hands_02" totalpoint="0" type="equip"
    		res_sex="m" res_level="20" slot="hands" weight="8" bt_price="0" hp="0" ap="15"
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_22003" />
    	<ITEM id="172" name="STR:ZITEM_NAME_22004" mesh_name="eq_hands_04" totalpoint="0" type="equip"
    		res_sex="m" res_level="20" slot="hands" weight="6" bt_price="0" hp="0" ap="12"
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_22004" />
    	<ITEM id="173" name="STR:ZITEM_NAME_22005" mesh_name="eq_hands_21" totalpoint="0" type="equip"
    		res_sex="m" res_level="0" slot="hands" weight="4" bt_price="0" hp="0" ap="4" maxwt="0"
    		sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_22005" />
    
    	<ITEM id="174" name="STR:ZITEM_NAME_22006" mesh_name="eq_hands_03" totalpoint="0" type="equip"
    		res_sex="m" res_level="40" slot="hands" weight="7" bt_price="0" hp="0" ap="16" maxwt="0"
    		sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" rent_period="15"
    		desc="STR:ZITEM_DESC_22006" />
    	<ITEM id="175" name="STR:ZITEM_NAME_22007" mesh_name="eq_hands_guard" totalpoint="0" type="equip"
    		res_sex="m" res_level="60" slot="hands" weight="6" bt_price="0" hp="1" ap="17" maxwt="0"
    		sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" rent_period="15"
    		desc="STR:ZITEM_DESC_22007" />
    	<!-- 여자 ///////////////////////////////////////////////////// -->
    	<ITEM id="176" name="STR:ZITEM_NAME_22501" mesh_name="eq_hands_07" totalpoint="0" type="equip"
    		res_sex="f" res_level="0" slot="hands" weight="5" bt_price="0" hp="0" ap="5" maxwt="0"
    		sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_22501" />
    	<ITEM id="177" name="STR:ZITEM_NAME_22502" mesh_name="eq_hands_leather04" totalpoint="0"
    		type="equip" res_sex="f" res_level="10" slot="hands" weight="5" bt_price="0" hp="0"
    		ap="10" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_22502" />
    	<ITEM id="178" name="STR:ZITEM_NAME_22503" mesh_name="eq_hands_02" totalpoint="0" type="equip"
    		res_sex="f" res_level="20" slot="hands" weight="8" bt_price="0" hp="0" ap="15"
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_22503" />
    	<ITEM id="179" name="STR:ZITEM_NAME_22504" mesh_name="eq_hands_leather02" totalpoint="0"
    		type="equip" res_sex="f" res_level="20" slot="hands" weight="6" bt_price="0" hp="0"
    		ap="12" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_22504" />
    	<ITEM id="180" name="STR:ZITEM_NAME_22505" mesh_name="eq_hands_21" totalpoint="0" type="equip"
    		res_sex="f" res_level="0" slot="hands" weight="4" bt_price="0" hp="0" ap="4" maxwt="0"
    		sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_22505" />
    	<ITEM id="181" name="STR:ZITEM_NAME_22506" mesh_name="eq_hands_noir" totalpoint="0" type="equip"
    		res_sex="f" res_level="40" slot="hands" weight="7" bt_price="0" hp="0" ap="16" maxwt="0"
    		sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" rent_period="15"
    		desc="STR:ZITEM_DESC_22506" />
    	<ITEM id="182" name="STR:ZITEM_NAME_22507" mesh_name="eq_hands_guard" totalpoint="0" type="equip"
    		res_sex="f" res_level="60" slot="hands" weight="6" bt_price="0" hp="1" ap="17" maxwt="0"
    		sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" rent_period="15"
    		desc="STR:ZITEM_DESC_22507" />
    	<!-- legs ////////////////////////////////////////////////////////////////////////////////////// -->
    	<!-- 남자 ///////////////////////////////////////////////// -->
    	<ITEM id="183" name="STR:ZITEM_NAME_23001" mesh_name="eq_legs_01" totalpoint="0" type="equip"
    		res_sex="m" res_level="0" slot="legs" weight="10" bt_price="0" hp="0" ap="10" maxwt="0"
    		sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_23001" />
    	<ITEM id="184" name="STR:ZITEM_NAME_23005" mesh_name="eq_legs_a001" totalpoint="0" type="equip"
    		res_sex="m" res_level="0" slot="legs" weight="10" bt_price="0" hp="1" ap="8" maxwt="0"
    		sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_23005" />
    	<ITEM id="185" name="STR:ZITEM_NAME_23002" mesh_name="eq_legs_02" totalpoint="0" type="equip"
    		res_sex="m" res_level="0" slot="legs" weight="10" bt_price="0" hp="0" ap="15" maxwt="0"
    		sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_23002" />
    	<ITEM id="186" name="STR:ZITEM_NAME_23004" mesh_name="eq_legs_13" totalpoint="0" type="equip"
    		res_sex="m" res_level="10" slot="legs" weight="15" bt_price="0" hp="0" ap="22"
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_23004" />
    	<ITEM id="187" name="STR:ZITEM_NAME_23003" mesh_name="eq_legs_04" totalpoint="0" type="equip"
    		res_sex="m" res_level="20" slot="legs" weight="15" bt_price="0" hp="0" ap="25"
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_23003" />
    	<ITEM id="188" name="STR:ZITEM_NAME_23006" mesh_name="eq_legs_12" totalpoint="0" type="equip"
    		res_sex="m" res_level="20" slot="legs" weight="14" bt_price="0" hp="0" ap="23"
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_23006" />
    	<ITEM id="189" name="STR:ZITEM_NAME_23007" mesh_name="eq_legs_21" totalpoint="0" type="equip"
    		res_sex="m" res_level="0" slot="legs" weight="10" bt_price="0" hp="0" ap="12" maxwt="0"
    		sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_23007" />
    	<ITEM id="190" name="STR:ZITEM_NAME_23008" mesh_name="eq_legs_03" totalpoint="0" type="equip"
    		res_sex="m" res_level="40" slot="legs" weight="15" bt_price="0" hp="0" ap="27" maxwt="0"
    		sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" rent_period="15"
    		desc="STR:ZITEM_DESC_23008" />
    	<ITEM id="191" name="STR:ZITEM_NAME_23009" mesh_name="eq_legs_guard" totalpoint="0" type="equip"
    		res_sex="m" res_level="60" slot="legs" weight="17" bt_price="0" hp="1" ap="29" maxwt="0"
    		sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" rent_period="15"
    		desc="STR:ZITEM_DESC_23009" />
    	<!-- 여자 ////////////////////////////////////////////////// -->
    	<ITEM id="192" name="STR:ZITEM_NAME_23501" mesh_name="eq_legs_g002" totalpoint="0" type="equip"
    		res_sex="f" res_level="0" slot="legs" weight="10" bt_price="0" hp="0" ap="10" maxwt="0"
    		sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_23501" />
    	<ITEM id="193" name="STR:ZITEM_NAME_23508" mesh_name="eq_legs_007" totalpoint="0" type="equip"
    		res_sex="f" res_level="0" slot="legs" weight="10" bt_price="0" hp="1" ap="8" maxwt="0"
    		sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_23508" />
    	<ITEM id="194" name="STR:ZITEM_NAME_23502" mesh_name="eq_legs_j001" totalpoint="0" type="equip"
    		res_sex="f" res_level="0" slot="legs" weight="10" bt_price="0" hp="0" ap="15" maxwt="0"
    		sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_23502" />
    	<ITEM id="195" name="STR:ZITEM_NAME_23503" mesh_name="eq_legs_c001" totalpoint="0" type="equip"
    		res_sex="f" res_level="0" slot="legs" weight="15" bt_price="0" hp="0" ap="22" maxwt="0"
    		sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_23503" />
    	<ITEM id="196" name="STR:ZITEM_NAME_23504" mesh_name="eq_legs_ge001" totalpoint="0"
    		type="equip" res_sex="f" res_level="0" slot="legs" weight="15" bt_price="0" hp="0"
    		ap="25" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_23504" />
    	<ITEM id="197" name="STR:ZITEM_NAME_23505" mesh_name="eq_legs_j001" totalpoint="0" type="equip"
    		res_sex="f" res_level="0" slot="legs" weight="10" bt_price="0" hp="0" ap="15" maxwt="0"
    		sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_23505" />
    	<ITEM id="198" name="STR:ZITEM_NAME_23506" mesh_name="eq_legs_c001" totalpoint="0" type="equip"
    		res_sex="f" res_level="10" slot="legs" weight="15" bt_price="0" hp="0" ap="22"
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_23506" />
    	<ITEM id="199" name="STR:ZITEM_NAME_23507" mesh_name="eq_legs_ge001" totalpoint="0"
    		type="equip" res_sex="f" res_level="20" slot="legs" weight="15" bt_price="0" hp="0"
    		ap="25" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_23507" />
    	<ITEM id="200" name="STR:ZITEM_NAME_23509" mesh_name="eq_legs_c002" totalpoint="0" type="equip"
    		res_sex="f" res_level="20" slot="legs" weight="14" bt_price="0" hp="0" ap="23"
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_23509" />
    	<ITEM id="201" name="STR:ZITEM_NAME_23510" mesh_name="eq_legs_21" totalpoint="0" type="equip"
    		res_sex="f" res_level="0" slot="legs" weight="10" bt_price="0" hp="0" ap="12" maxwt="0"
    		sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_23510" />
    	
    	<ITEM id="202" name="STR:ZITEM_NAME_23511" mesh_name="eq_legs_noir" totalpoint="0" type="equip"
    		res_sex="f" res_level="40" slot="legs" weight="15" bt_price="0" hp="0" ap="27" maxwt="0"
    		sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" rent_period="15"
    		desc="STR:ZITEM_DESC_23511" />
    	<ITEM id="203" name="STR:ZITEM_NAME_23512" mesh_name="eq_legs_guard" totalpoint="0" type="equip"
    		res_sex="f" res_level="60" slot="legs" weight="17" bt_price="0" hp="1" ap="29" maxwt="0"
    		sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" rent_period="15"
    		desc="STR:ZITEM_DESC_23512" />
    	<!-- feet //////////////////////////////////////////////////////////////////////////////////////// -->
    	<!-- 남자 //////////////////////////////////////////////// -->
    	<ITEM id="204" name="STR:ZITEM_NAME_24001" mesh_name="eq_feet_a001" totalpoint="0" type="equip"
    		res_sex="m" res_level="0" slot="feet" weight="5" bt_price="0" hp="0" ap="5" maxwt="0"
    		sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_24001" />
    	<ITEM id="205" name="STR:ZITEM_NAME_24002" mesh_name="eq_feet_05" totalpoint="0" type="equip"
    		res_sex="m" res_level="0" slot="feet" weight="5" bt_price="0" hp="0" ap="10" maxwt="0"
    		sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_24002" />
    	<ITEM id="206" name="STR:ZITEM_NAME_24003" mesh_name="eq_feet_04" totalpoint="0" type="equip"
    		res_sex="m" res_level="10" slot="feet" weight="5" bt_price="0" hp="0" ap="15" maxwt="0"
    		sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_24003" />
    	<ITEM id="207" name="STR:ZITEM_NAME_24004" mesh_name="eq_feet_02" totalpoint="0" type="equip"
    		res_sex="m" res_level="20" slot="feet" weight="8" bt_price="0" hp="0" ap="20" maxwt="0"
    		sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_24004" />
    	<ITEM id="208" name="STR:ZITEM_NAME_24005" mesh_name="eq_feet_09" totalpoint="0" type="equip"
    		res_sex="m" res_level="20" slot="feet" weight="6" bt_price="0" hp="0" ap="18" maxwt="0"
    		sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_24005" />
    	<ITEM id="209" name="STR:ZITEM_NAME_24006" mesh_name="eq_feet_21" totalpoint="0" type="equip"
    		res_sex="m" res_level="0" slot="feet" weight="4" bt_price="0" hp="0" ap="4" maxwt="0"
    		sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_24006" />
    	<ITEM id="210" name="STR:ZITEM_NAME_24007" mesh_name="eq_feet_07" totalpoint="0" type="equip"
    		res_sex="m" res_level="40" slot="feet" weight="7" bt_price="0" hp="0" ap="21" maxwt="0"
    		sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" rent_period="15"
    		desc="STR:ZITEM_DESC_24007" />
    	<ITEM id="211" name="STR:ZITEM_NAME_24008" mesh_name="eq_feet_guard" totalpoint="0" type="equip"
    		res_sex="m" res_level="60" slot="feet" weight="8" bt_price="0" hp="1" ap="22" maxwt="0"
    		sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" rent_period="15"
    		desc="STR:ZITEM_DESC_24008" />
    	<!-- 여성 //////////////////////////////////////////////// -->
    	<ITEM id="212" name="STR:ZITEM_NAME_24501" mesh_name="eq_feets_leather003" totalpoint="0"
    		type="equip" res_sex="f" res_level="0" slot="feet" weight="5" bt_price="0" hp="0"
    		ap="5" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_24501" />
    	<ITEM id="213" name="STR:ZITEM_NAME_24502" mesh_name="eq_feets_07" totalpoint="0" type="equip"
    		res_sex="f" res_level="0" slot="feet" weight="5" bt_price="0" hp="0" ap="10" maxwt="0"
    		sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_24502" />
    	<ITEM id="214" name="STR:ZITEM_NAME_24503" mesh_name="eq_feets_leather007" totalpoint="0"
    		type="equip" res_sex="f" res_level="10" slot="feet" weight="5" bt_price="0" hp="0"
    		ap="15" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_24503" />
    	<ITEM id="215" name="STR:ZITEM_NAME_24504" mesh_name="eq_feets_p002" totalpoint="0"
    		type="equip" res_sex="f" res_level="20" slot="feet" weight="8" bt_price="0" hp="0"
    		ap="20" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_24504" />
    	<ITEM id="216" name="STR:ZITEM_NAME_24505" mesh_name="eq_feets_leather008" totalpoint="0"
    		type="equip" res_sex="f" res_level="20" slot="feet" weight="6" bt_price="0" hp="0"
    		ap="18" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_24505" />
    	<ITEM id="217" name="STR:ZITEM_NAME_24506" mesh_name="eq_feet_21" totalpoint="0" type="equip"
    		res_sex="f" res_level="0" slot="feet" weight="4" bt_price="0" hp="0" ap="4" maxwt="0"
    		sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_24506" />
    	<ITEM id="218" name="STR:ZITEM_NAME_24507" mesh_name="eq_feet_noir" totalpoint="0" type="equip"
    		res_sex="f" res_level="40" slot="feet" weight="7" bt_price="0" hp="0" ap="21" maxwt="0"
    		sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" rent_period="15"
    		desc="STR:ZITEM_DESC_24507" />
    	<ITEM id="219" name="STR:ZITEM_NAME_24508" mesh_name="eq_feets_guard" totalpoint="0" type="equip"
    		res_sex="f" res_level="60" slot="feet" weight="8" bt_price="0" hp="1" ap="22" maxwt="0"
    		sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" rent_period="15"
    		desc="STR:ZITEM_DESC_24508" />
    	<!--
          /////////////////////////////////////////////////////////////////////////////////////////////////////////////
          NPC 아이템 //////////////////////////////////////////////////////////////////////////////////////////////////
    	-->
    	<!-- 병정 고블린의 단검 -->
    	<ITEM id="220" name="STR:ZITEM_NAME_300011" desc="STR:ZITEM_DESC_300011" weapon="dagger" type="melee" slot="melee" res_sex="a" mesh_name="" totalpoint="0" res_level="0"
    		weight="0" bt_price="0" magazine="0" reloadtime="0" slug_output="false" gadget_id="0" image_id="0" bullet_image_id="0" magazine_image_id="0" delay="0" snd_fire="blade_swing"
    		hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0"
    		damage="20" range="160" angle="30" ctrl_ability="0" />
    		
    	<!-- 고블린 거너의 공격 -->
    	<ITEM id="221" name="STR:ZITEM_NAME_300012" desc="STR:ZITEM_DESC_300012" weapon="dagger" type="melee" slot="melee" res_sex="a" mesh_name="" totalpoint="0" res_level="0"
    		weight="0" bt_price="0" magazine="0" reloadtime="0" slug_output="false" gadget_id="0" image_id="0" bullet_image_id="0" magazine_image_id="0" delay="0"  snd_fire="
    		
    		swing"
    		hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0"
    		damage="15" range="120" angle="45" ctrl_ability="0" />
    		
    	<!-- 고블린 위저드의 펀치 -->
    	<ITEM id="222" name="STR:ZITEM_NAME_300013" desc="STR:ZITEM_DESC_300013" weapon="katana" type="melee" slot="melee" res_sex="a" mesh_name="" totalpoint="0" res_level="0"
    		weight="0" bt_price="0" magazine="0" reloadtime="0" slug_output="false" gadget_id="0" image_id="0" bullet_image_id="0" magazine_image_id="0" delay="0" snd_fire="blade_swing"
    		hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0"
    		damage="20" range="140" angle="45" ctrl_ability="0" />
    
    	<!-- 대장 고블린의 몽둥이 -->
    	<ITEM id="223" name="STR:ZITEM_NAME_300014" desc="STR:ZITEM_DESC_300014" weapon="katana" type="melee" slot="melee" res_sex="a" mesh_name="" totalpoint="0" res_level="0"
    		weight="0" bt_price="0" magazine="0" reloadtime="0" slug_output="false" gadget_id="0" image_id="0" bullet_image_id="0" magazine_image_id="0" delay="0" snd_fire="blade_swing"
    		hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0"
    		damage="30" range="240" angle="60" ctrl_ability="0" />
    		
    	<!-- 고블린 족장의 지팡이 -->
    	<ITEM id="224" name="STR:ZITEM_NAME_300015" desc="STR:ZITEM_DESC_300015" weapon="katana" type="melee" slot="melee" res_sex="a" mesh_name="" totalpoint="0" res_level="0"
    		weight="0" bt_price="0" magazine="0" reloadtime="0" slug_output="false" gadget_id="0" image_id="0" bullet_image_id="0" magazine_image_id="0" delay="0" snd_fire="blade_swing"
    		hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0"
    		damage="30" range="300" angle="30" ctrl_ability="0" />
    
    	<!-- 고블린 킹의 해머 -->
    	<ITEM id="225" name="STR:ZITEM_NAME_300016" desc="STR:ZITEM_DESC_300016" weapon="katana" type="melee" slot="melee" res_sex="a" mesh_name="" totalpoint="0" res_level="0"
    		weight="0" bt_price="0" magazine="0" reloadtime="0" slug_output="false" gadget_id="0" image_id="0" bullet_image_id="0" magazine_image_id="0" delay="0" snd_fire="blade_swing"
    		hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0"
    		damage="50" range="550" angle="40" ctrl_ability="0" />
    
    	<!-- 고블린 킹 고렙 버전의 해머 -->
    	<ITEM id="226" name="STR:ZITEM_NAME_300017" desc="STR:ZITEM_DESC_300017" weapon="katana" type="melee" slot="melee" res_sex="a" mesh_name="" totalpoint="0" res_level="0"
    		weight="0" bt_price="0" magazine="0" reloadtime="0" slug_output="false" gadget_id="0" image_id="0" bullet_image_id="0" magazine_image_id="0" delay="0" snd_fire="blade_swing"
    		hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0"
    		damage="75" range="550" angle="40" ctrl_ability="0" />
    		
    	<!-- 고블린 킹 주니어의 해머 -->
    	<ITEM id="227" name="STR:ZITEM_NAME_300018" desc="STR:ZITEM_DESC_300018" weapon="katana" type="melee" slot="melee" res_sex="a" mesh_name="" totalpoint="0" res_level="0"
    		weight="0" bt_price="0" magazine="0" reloadtime="0" slug_output="false" gadget_id="0" image_id="0" bullet_image_id="0" magazine_image_id="0" delay="0" snd_fire="blade_swing"
    		hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0"
    		damage="30" range="400" angle="40" ctrl_ability="0" />
    
    
    	<!-- 리쟈드의 도끼 -->
    	<ITEM id="228" name="STR:ZITEM_NAME_300021" desc="STR:ZITEM_DESC_300021" weapon="katana" type="melee" slot="melee" res_sex="a" mesh_name="" totalpoint="0" res_level="0"
    		weight="0" bt_price="0" magazine="0" reloadtime="0" slug_output="false" gadget_id="0" image_id="0" bullet_image_id="0" magazine_image_id="0" delay="0" snd_fire="blade_swing"
    		hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0"
    		damage="15" range="165" angle="45" ctrl_ability="0" />
    
    	<!-- 리쟈드 샤만의 펀치 -->
    	<ITEM id="229" name="STR:ZITEM_NAME_300022" desc="STR:ZITEM_DESC_300022" weapon="katana" type="melee" slot="melee" res_sex="a" mesh_name="" totalpoint="0" res_level="0"
    		weight="0" bt_price="0" magazine="0" reloadtime="0" slug_output="false" gadget_id="0" image_id="0" bullet_image_id="0" magazine_image_id="0" delay="0" 
    		hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0"
    		damage="20" range="135" angle="45" ctrl_ability="0" />
    
    	<!-- 대장 리쟈드의 도끼 -->
    	<ITEM id="230" name="STR:ZITEM_NAME_300023" desc="STR:ZITEM_DESC_300023" weapon="katana" type="melee" slot="melee" res_sex="a" mesh_name="" totalpoint="0" res_level="0"
    		weight="0" bt_price="0" magazine="0" reloadtime="0" slug_output="false" gadget_id="0" image_id="0" bullet_image_id="0" magazine_image_id="0" delay="0" snd_fire="blade_swing"
    		hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0"
    		damage="30" range="260" angle="30" ctrl_ability="0" />
    
    	<!-- 리쟈드 왕의 도끼 -->
    	<ITEM id="231" name="STR:ZITEM_NAME_300024" desc="STR:ZITEM_DESC_300024" weapon="katana" type="melee" slot="melee" res_sex="a" mesh_name="" totalpoint="0" res_level="0"
    		weight="0" bt_price="0" magazine="0" reloadtime="0" slug_output="false" gadget_id="0" image_id="0" bullet_image_id="0" magazine_image_id="0" delay="0" snd_fire="blade_swing"
    		hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0"
    		damage="40" range="400" angle="30" ctrl_ability="0" />
    
    	<!-- 리쟈드 왕(보스)의 도끼 -->
    	<ITEM id="232" name="STR:ZITEM_NAME_300025" desc="STR:ZITEM_DESC_300025" weapon="katana" type="melee" slot="melee" res_sex="a" mesh_name="" totalpoint="0" res_level="0"
    		weight="0" bt_price="0" magazine="0" reloadtime="0" slug_output="false" gadget_id="0" image_id="0" bullet_image_id="0" magazine_image_id="0" delay="0" snd_fire="blade_swing"
    		hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0"
    		damage="40" range="620" angle="30" ctrl_ability="0" />
    
    	<!-- 고장난 골렘의 펀치 -->
    	<ITEM id="233" name="STR:ZITEM_NAME_300026" desc="STR:ZITEM_DESC_300026" weapon="katana" type="melee" slot="melee" res_sex="a" mesh_name="" totalpoint="0" res_level="0"
    		weight="0" bt_price="0" magazine="0" reloadtime="0" slug_output="false" gadget_id="0" image_id="0" bullet_image_id="0" magazine_image_id="0" delay="0" snd_fire="blade_swing"
    		hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0"
    		damage="50" range="450" angle="45" ctrl_ability="0" />
    
    
    
    	<!-- 스켈레톤의 칼 -->
    	<ITEM id="234" name="STR:ZITEM_NAME_300031" desc="STR:ZITEM_DESC_300031" weapon="katana" type="melee" slot="melee" res_sex="a" mesh_name="" totalpoint="0" res_level="0"
    		weight="0" bt_price="0" magazine="0" reloadtime="0" slug_output="false" gadget_id="0" image_id="0" bullet_image_id="0" magazine_image_id="0" delay="0" snd_fire="blade_swing"
    		hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0"
    		damage="15" range="190" angle="60" ctrl_ability="0" />
    
    	<!-- 스켈레톤 메이지의 펀치 -->
    	<ITEM id="235" name="STR:ZITEM_NAME_300032" desc="STR:ZITEM_DESC_300032" weapon="katana" type="melee" slot="melee" res_sex="a" mesh_name="" totalpoint="0" res_level="0"
    		weight="0" bt_price="0" magazine="0" reloadtime="0" slug_output="false" gadget_id="0" image_id="0" bullet_image_id="0" magazine_image_id="0" delay="0" snd_fire="blade_swing"
    		hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0"
    		damage="20" range="130" angle="45" ctrl_ability="0" />
    
    	<!-- 대장 스켈레톤의 칼 -->
    	<ITEM id="236" name="STR:ZITEM_NAME_300033" desc="STR:ZITEM_DESC_300033" weapon="katana" type="melee" slot="melee" res_sex="a" mesh_name="" totalpoint="0" res_level="0"
    		weight="0" bt_price="0" magazine="0" reloadtime="0" slug_output="false" gadget_id="0" image_id="0" bullet_image_id="0" magazine_image_id="0" delay="0" snd_fire="blade_swing"
    		hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0"
    		damage="30" range="370" angle="45" ctrl_ability="0" />
    
    	<!-- 거대 스켈레톤의 칼 -->
    	<ITEM id="237" name="STR:ZITEM_NAME_300034" desc="STR:ZITEM_DESC_300034" weapon="katana" type="melee" slot="melee" res_sex="a" mesh_name="" totalpoint="0" res_level="0"
    		weight="0" bt_price="0" magazine="0" reloadtime="0" slug_output="false" gadget_id="0" image_id="0" bullet_image_id="0" magazine_image_id="0" delay="0" snd_fire="blade_swing"
    		hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0"
    		damage="40" range="450" angle="45" ctrl_ability="0" />
    
    	<!-- 저주받은 시신의 손톱 -->
    	<ITEM id="238" name="STR:ZITEM_NAME_300035" desc="STR:ZITEM_DESC_300035" weapon="katana" type="melee" slot="melee" res_sex="a" mesh_name="" totalpoint="0" res_level="0"
    		weight="0" bt_price="0" magazine="0" reloadtime="0" slug_output="false" gadget_id="0" image_id="0" bullet_image_id="0" magazine_image_id="0" delay="0" snd_fire="blade_swing"
    		hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0"
    		damage="30" range="190" angle="45" ctrl_ability="0" />
    	
    	<!-- 리치 베이비의 꼬리 -->
    	<ITEM id="239" name="STR:ZITEM_NAME_300036" desc="STR:ZITEM_DESC_300036" weapon="katana" type="melee" slot="melee" res_sex="a" mesh_name="" totalpoint="0" res_level="0"
    		weight="0" bt_price="0" magazine="0" reloadtime="0" slug_output="false" gadget_id="0" image_id="0" bullet_image_id="0" magazine_image_id="0" delay="0" snd_fire="blade_swing"
    		hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0"
    		damage="15" range="130" angle="45" ctrl_ability="0" />
    		
    	<!-- 거대 스켈레톤(보스)의 칼 -->
    	<ITEM id="240" name="STR:ZITEM_NAME_300037" desc="STR:ZITEM_DESC_300037" weapon="katana" type="melee" slot="melee" res_sex="a" mesh_name="" totalpoint="0" res_level="0"
    		weight="0" bt_price="0" magazine="0" reloadtime="0" slug_output="false" gadget_id="0" image_id="0" bullet_image_id="0" magazine_image_id="0" delay="0" snd_fire="blade_swing"
    		hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0"
    		damage="50" range="700" angle="30" ctrl_ability="0" />
    		
    	<!-- 리치의 꼬리 -->
    	<ITEM id="241" name="STR:ZITEM_NAME_300039" desc="STR:ZITEM_DESC_300039" weapon="katana" type="melee" slot="melee" res_sex="a" mesh_name="" totalpoint="0" res_level="0"
    		weight="0" bt_price="0" magazine="0" reloadtime="0" slug_output="false" gadget_id="0" image_id="0" bullet_image_id="0" magazine_image_id="0" delay="0" snd_fire="blade_swing"
    		hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0"
    		damage="30" range="370" angle="120" ctrl_ability="0" />
    	<!--
          /////////////////////////////////////////////////////////////////////////////////////////////////////////////
          GM 아이템 ///////////////////////////////////////////////////////////////////////////////////////////////	
    	-->	
    	
    	<!--
          /////////////////////////////////////////////////////////////////////////////////////////////////////////////
          이벤트 아이템 ///////////////////////////////////////////////////////////////////////////////////////////////
    
    	-->
    	<ITEM id="242" name="STR:ZITEM_NAME_400001" totalpoint="0" type="equip" res_sex="a"
    		res_level="0" slot="finger" weight="5" bt_price="0" hp="2" ap="2" maxwt="0" sf="0"
    		fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_400001" />
    	<ITEM id="243" name="STR:ZITEM_NAME_400002" mesh_name="eq_chest_07" totalpoint="0"
    		type="equip" res_sex="m" res_level="0" slot="chest" weight="5" bt_price="0" hp="0"
    		ap="5" maxwt="2" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_400002" />
    	<ITEM id="244" name="STR:ZITEM_NAME_400003" mesh_name="eq_chest_long003" totalpoint="0"
    		type="equip" res_sex="f" res_level="0" slot="chest" weight="5" bt_price="0" hp="0"
    		ap="5" maxwt="2" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_400003" />
    	<ITEM id="245" name="STR:ZITEM_NAME_400004" mesh_name="eq_chest_staff" totalpoint="0"
    		type="equip" res_sex="m" res_level="0" slot="chest" weight="2" bt_price="0" hp="15"
    		ap="15" maxwt="2" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_400004" />
    	<ITEM id="246" name="STR:ZITEM_NAME_400005" mesh_name="eq_chest_staff" totalpoint="0"
    		type="equip" res_sex="f" res_level="0" slot="chest" weight="2" bt_price="0" hp="15"
    		ap="15" maxwt="2" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_400005" />
    	<ITEM id="247" name="STR:ZITEM_NAME_400006" totalpoint="0" type="equip" res_sex="a"
    		res_level="0" slot="finger" weight="1" bt_price="0" hp="20" ap="20" maxwt="5"
    		sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_400006" />
    	<ITEM id="248" name="STR:ZITEM_NAME_400007" mesh_name="samgak01" totalpoint="0" type="custom"
    		res_sex="a" res_level="5" slot="custom" weapon="food" weight="5" bt_price="0" delay="1000"
    		damage="0" ctrl_ability="0" magazine="4" maxbullet="4" reloadtime="10" slug_output="false"
    		gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		image_id="3" bullet_image_id="0" magazine_image_id="0" snd_fire="we_grenade_fire"
    		desc="STR:ZITEM_DESC_400007" />
    	<ITEM id="249" name="STR:ZITEM_NAME_400008" mesh_name="eq_chest_ce" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="m" res_level="0" slot="chest" weight="5" bt_price="0"
    		hp="2" ap="2" maxwt="2" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_400008" />
    	<ITEM id="250" name="STR:ZITEM_NAME_400009" mesh_name="eq_chest_ce" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="f" res_level="0" slot="chest" weight="5" bt_price="0"
    		hp="2" ap="2" maxwt="2" sf="0" fr="0" cr="0" pr="0" lr="0" desc="STR:ZITEM_DESC_400009" />
    	<ITEM id="251" name="STR:ZITEM_NAME_400010" mesh_name="candy" totalpoint="0" type="custom"
    		res_sex="a" res_level="10" slot="custom" weapon="food" weight="5" bt_price="0" delay="1000"
    		damage="0" ctrl_ability="0" magazine="5" maxbullet="5" reloadtime="10" slug_output="false"
    		gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		image_id="3" bullet_image_id="0" magazine_image_id="0" snd_fire="we_grenade_fire"
    		desc="STR:ZITEM_DESC_400010" />
    	<ITEM id="252" name="STR:ZITEM_NAME_400011" mesh_name="eq_head_helmet2" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="m" res_level="0" slot="head" weight="5" bt_price="0"
    		hp="0" ap="3" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_400011" />
    	<ITEM id="253" name="STR:ZITEM_NAME_400012" mesh_name="eq_head_helmet" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="f" res_level="0" slot="head" weight="5" bt_price="0"
    		hp="0" ap="3" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_400012" />
    	<ITEM id="254" name="STR:ZITEM_NAME_400013" mesh_name="medickit_turkey" totalpoint="0" type="custom"
    		res_sex="a" res_level="1" slot="custom" weapon="food" weight="4" bt_price="0" delay="1000"
    		damage="0" ctrl_ability="0" magazine="3" maxbullet="3" reloadtime="10" slug_output="false"
    		gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		image_id="3" bullet_image_id="0" magazine_image_id="0" snd_fire="we_grenade_fire"
    		desc="STR:ZITEM_DESC_400013" />
    	<ITEM id="255" name="STR:ZITEM_NAME_400014" mesh_name="medickit_icecream" totalpoint="0" type="custom"
    		res_sex="a" res_level="0" slot="custom" weapon="food" weight="5" bt_price="0" delay="1000"
    		damage="0" ctrl_ability="0" magazine="4" maxbullet="4" reloadtime="10" slug_output="false"
    		gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		image_id="3" bullet_image_id="0" magazine_image_id="0" snd_fire="we_grenade_fire"
    		desc="STR:ZITEM_DESC_400014" />
    	<!--
          /////////////////////////////////////////////////////////////////////////////////////////////////////////////
          캐쉬아이템 //////////////////////////////////////////////////////////////////////////////////////////////////
    	-->
    	<!-- 무기 /////////////////////////////////////////////////////////////////////////////////////// -->
    	<!-- 단검 /////////////////////////////////////////////////////////////////////////////////////// -->
    	<ITEM id="256" name="STR:ZITEM_NAME_500001" mesh_name="dagger06" totalpoint="0" type="melee"
    		res_sex="a" res_level="0" slot="melee" weapon="dagger" weight="4" bt_price="0"
    		delay="356" damage="9" ctrl_ability="0" magazine="0" reloadtime="0" slug_output="false"
    		gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		image_id="0" bullet_image_id="0" magazine_image_id="0" desc="STR:ZITEM_DESC_500001" />
    	<ITEM id="257" name="STR:ZITEM_NAME_500002" mesh_name="dagger05" totalpoint="0" type="melee"
    		res_sex="a" res_level="7" slot="melee" weapon="dagger" weight="4" bt_price="0"
    		delay="346" damage="10" ctrl_ability="0" magazine="0" reloadtime="0" slug_output="false"
    		gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		image_id="0" bullet_image_id="0" magazine_image_id="0" desc="STR:ZITEM_DESC_500002" />
    	<ITEM id="258" name="STR:ZITEM_NAME_500003" mesh_name="dagger04" totalpoint="0" type="melee"
    		res_sex="a" res_level="15" slot="melee" weapon="dagger" weight="6" bt_price="0"
    		delay="346" damage="11" ctrl_ability="0" magazine="0" reloadtime="0" slug_output="false"
    		gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		image_id="0" bullet_image_id="0" magazine_image_id="0" desc="STR:ZITEM_DESC_500003" />
    	<ITEM id="259" name="STR:ZITEM_NAME_500004" mesh_name="dagger11" totalpoint="0" type="melee"
    		res_sex="a" res_level="0" slot="melee" weapon="dagger" weight="4" bt_price="0"
    		delay="356" damage="8" ctrl_ability="0" magazine="0" reloadtime="0" slug_output="false"
    		gadget_id="0" hp="0" ap="3" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		image_id="0" bullet_image_id="0" magazine_image_id="0" desc="STR:ZITEM_DESC_500004" />
    	<ITEM id="260" name="STR:ZITEM_NAME_500005" mesh_name="dagger_cakram" totalpoint="0" type="melee"
    		res_sex="a" res_level="25" slot="melee" weapon="dagger" weight="8" bt_price="0"
    		delay="380" damage="14" ctrl_ability="0" magazine="0" reloadtime="0" slug_output="false"
    		gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		image_id="0" bullet_image_id="0" magazine_image_id="0" desc="STR:ZITEM_DESC_500005" />
    	<!-- 장검 //////////////////////////////////////////////////////////////////////////////////////////////////////////// -->
    	<ITEM id="261" name="STR:ZITEM_NAME_502001" mesh_name="katana05" totalpoint="0" type="melee"
    		res_sex="a" res_level="0" slot="melee" weapon="katana" weight="9" bt_price="0"
    		delay="359" damage="16" ctrl_ability="0" magazine="0" reloadtime="0" slug_output="false"
    		gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		image_id="0" bullet_image_id="0" magazine_image_id="0" desc="STR:ZITEM_DESC_502001" />
    	<ITEM id="262" name="STR:ZITEM_NAME_502002" mesh_name="katana07" totalpoint="0" type="melee"
    		res_sex="a" res_level="7" slot="melee" weapon="katana" weight="8" bt_price="0"
    		delay="349" damage="17" ctrl_ability="0" magazine="0" reloadtime="0" slug_output="false"
    		gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		image_id="0" bullet_image_id="0" magazine_image_id="0" desc="STR:ZITEM_DESC_502002" />
    	<ITEM id="263" name="STR:ZITEM_NAME_502003" mesh_name="katana08" totalpoint="0" type="melee"
    		res_sex="a" res_level="15" slot="melee" weapon="katana" weight="10" bt_price="0"
    		delay="349" damage="19" ctrl_ability="0" magazine="0" reloadtime="0" slug_output="false"
    		gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		image_id="0" bullet_image_id="0" magazine_image_id="0" desc="STR:ZITEM_DESC_502003" />
     	<ITEM id="264" name="STR:ZITEM_NAME_502004" mesh_name="katana15" totalpoint="0" type="melee"
    		res_sex="a" res_level="0" slot="melee" weapon="katana" weight="6" bt_price="0"
    		delay="329" damage="10" ctrl_ability="0" magazine="0" reloadtime="0" slug_output="false"
    		gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		image_id="0" bullet_image_id="0" magazine_image_id="0" iscashitem="false" desc="STR:ZITEM_DESC_502004" />
    	<ITEM id="265" name="STR:ZITEM_NAME_502005" mesh_name="katana16" totalpoint="0" type="melee"
    		res_sex="a" res_level="0" slot="melee" weapon="katana" weight="12" bt_price="0"
    		delay="370" damage="17" ctrl_ability="0" magazine="0" reloadtime="0" slug_output="false"
    		gadget_id="0" hp="0" ap="2" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		image_id="0" bullet_image_id="0" magazine_image_id="0" iscashitem="false" desc="STR:ZITEM_DESC_502005" />
    	<ITEM id="266" name="STR:ZITEM_NAME_502006" mesh_name="katana18" totalpoint="0" type="melee"
    		res_sex="a" res_level="40" slot="melee" weapon="katana" weight="11" bt_price="0"
    		delay="450" damage="26" ctrl_ability="0" magazine="0" reloadtime="0" slug_output="false"
    		gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		image_id="0" bullet_image_id="0" magazine_image_id="0" iscashitem="false" desc="STR:ZITEM_DESC_502006"/>
    	<ITEM id="267" name="STR:ZITEM_NAME_502007" mesh_name="blade_gdk" totalpoint="0" type="melee"
    		res_sex="a" res_level="25" slot="melee" weapon="doublekatana" weight="18" bt_price="0"
    		delay="300" damage="17" range="220" ctrl_ability="0" magazine="0" reloadtime="0" slug_output="false"
    		gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		image_id="0" bullet_image_id="0" magazine_image_id="0" iscashitem="false" desc="STR:ZITEM_DESC_502007"/>
    	<ITEM id="268" name="STR:ZITEM_NAME_502008" mesh_name="katana_thunder" totalpoint="0" type="melee"
    		res_sex="a" res_level="25" slot="melee" weapon="katana" weight="11" bt_price="0"
    		delay="399" damage="22" range="220" ctrl_ability="0" magazine="0" reloadtime="0" slug_output="false"
    		gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		image_id="0" bullet_image_id="0" magazine_image_id="0" iscashitem="false" desc="STR:ZITEM_DESC_502008"/>
    	<ITEM id="269" name="STR:ZITEM_NAME_502009" mesh_name="katana_plunger" totalpoint="0" type="melee"
    		res_sex="a" res_level="15" slot="melee" weapon="katana" weight="8" bt_price="0"
    		delay="329" damage="22" range="220" ctrl_ability="0" magazine="0" reloadtime="0" slug_output="false"
    		gadget_id="0" hp="5" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		image_id="0" bullet_image_id="0" magazine_image_id="0" iscashitem="false" 
    		snd_weapon_fiber="rubber" desc="STR:ZITEM_DESC_502009"/>
    	<ITEM id="270" name="STR:ZITEM_NAME_502010" mesh_name="katana_plunger" totalpoint="0" type="melee"
    		res_sex="a" res_level="15" slot="melee" weapon="katana" weight="8" bt_price="0"
    		delay="329" damage="16" range="220" ctrl_ability="0" magazine="0" reloadtime="0" slug_output="false"
    		gadget_id="0" hp="5" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		image_id="0" bullet_image_id="0" magazine_image_id="0" iscashitem="false" 
    		snd_weapon_fiber="rubber" desc="STR:ZITEM_DESC_502010"/>
    	<!-- Pistol : Magazine = 6 ea ///////////////////////////////////////////////////////////////////////// -->
    	<ITEM id="271" name="STR:ZITEM_NAME_504001" mesh_name="pistol18x2" totalpoint="0" type="range"
    		res_sex="a" res_level="0" slot="range" weapon="pistolx2" weight="12" bt_price="0"
    		delay="250" damage="18" ctrl_ability="36" magazine="12" maxbullet="72" reloadtime="4"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="1" bullet_image_id="0" magazine_image_id="0" snd_reload="we_pistol_reload"
    		snd_fire="we_pistol_fire" snd_dryfire="357magrevolver_dryfire" desc="STR:ZITEM_DESC_504001"
    		effect_id="4" />
    	<ITEM id="272" name="STR:ZITEM_NAME_504002" mesh_name="pistol20x2" totalpoint="0" type="range"
    		res_sex="a" res_level="0" slot="range" weapon="pistolx2" weight="12" bt_price="0"
    		delay="240" damage="16" ctrl_ability="36" magazine="13" maxbullet="78" reloadtime="4"
    		slug_output="false" gadget_id="0" hp="0" ap="2" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="1" bullet_image_id="0" magazine_image_id="0" snd_reload="we_pistol_reload"
    		snd_fire="we_pistol_fire" snd_dryfire="357magrevolver_dryfire" desc="STR:ZITEM_DESC_504002"
    		effect_id="4" />
    	<ITEM id="273" name="STR:ZITEM_NAME_504003" mesh_name="pistol04x2" totalpoint="0" type="range"
    		res_sex="a" res_level="7" slot="range" weapon="pistolx2" weight="12" bt_price="0"
    		delay="220" damage="20" ctrl_ability="36" magazine="12" maxbullet="72" reloadtime="4"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="1" bullet_image_id="0" magazine_image_id="0" snd_reload="we_pistol_reload"
    		snd_fire="we_pistol_fire" snd_dryfire="357magrevolver_dryfire" desc="STR:ZITEM_DESC_504003"
    		effect_id="4" />
    	<ITEM id="274" name="STR:ZITEM_NAME_504004" mesh_name="pistol13x2" totalpoint="0" type="range"
    		res_sex="a" res_level="15" slot="range" weapon="pistolx2" weight="14" bt_price="0"
    		delay="200" damage="24" ctrl_ability="36" magazine="13" maxbullet="78" reloadtime="4"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="1" bullet_image_id="0" magazine_image_id="0" snd_reload="we_pistol_reload"
    		snd_fire="we_pistol_fire" snd_dryfire="357magrevolver_dryfire" desc="STR:ZITEM_DESC_504004"
    		effect_id="4" />
    	<!-- Revolver : Magazine = 7 ea ///////////////////////////////////////////////////////////////////////// -->
    	<ITEM id="275" name="STR:ZITEM_NAME_504501" mesh_name="pistol09x2" totalpoint="0" type="range"
    		res_sex="a" res_level="7" slot="range" weapon="revolverx2" weight="12" bt_price="0"
    		delay="360" damage="38" ctrl_ability="36" magazine="6" maxbullet="48" reloadtime="4"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="1" bullet_image_id="0" magazine_image_id="0" snd_reload="we_revolver_reload"
    		snd_fire="we_revolver_fire" snd_dryfire="3357magrevolver_dryfire" desc="STR:ZITEM_DESC_504501"
    		effect_id="4" />
    	<ITEM id="276" name="STR:ZITEM_NAME_504502" mesh_name="pistol17x2" totalpoint="0" type="range"
    		res_sex="a" res_level="15" slot="range" weapon="revolverx2" weight="14" bt_price="0"
    		delay="360" damage="42" ctrl_ability="36" magazine="8" maxbullet="64" reloadtime="4"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="1" bullet_image_id="0" magazine_image_id="0" snd_reload="we_revolver_reload"
    		snd_fire="we_revolver_fire" snd_dryfire="357magrevolver_dryfire" desc="STR:ZITEM_DESC_504502"
    		effect_id="4" />
    	<ITEM id="277" name="STR:ZITEM_NAME_504503" mesh_name="pistol15x2" totalpoint="0" type="range"
    		res_sex="a" res_level="24" slot="range" weapon="revolverx2" weight="16" bt_price="0"
    		delay="450" damage="48" ctrl_ability="80" magazine="6" maxbullet="48" reloadtime="4"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="1" bullet_image_id="0" magazine_image_id="0" snd_reload="we_revolver_reload"
    		snd_fire="we_revolver_fire" snd_dryfire="357magrevolver_dryfire" desc="STR:ZITEM_DESC_504503"
    		effect_id="4" />
    	<ITEM id="278" name="STR:ZITEM_NAME_504504" mesh_name="pistol11x2" totalpoint="0" type="range"
    		res_sex="a" res_level="40" slot="range" weapon="revolverx2" weight="17" bt_price="0"
    		delay="400" damage="50" ctrl_ability="90" magazine="6" maxbullet="48" reloadtime="8"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="1" bullet_image_id="0" magazine_image_id="0" snd_reload="we_revolver_reload"
    		snd_fire="we_revolver_fire" snd_dryfire="357magrevolver_dryfire" desc="STR:ZITEM_DESC_504504"
    		effect_id="4" />
    	<ITEM id="279" name="STR:ZITEM_NAME_504505" mesh_name="pistol_brazil" totalpoint="0" type="range"
    		res_sex="a" res_level="15" slot="range" weapon="revolverx2" weight="18" bt_price="0"
    		delay="450" damage="46" ctrl_ability="80" magazine="6" maxbullet="30" reloadtime="4"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="1" bullet_image_id="0" magazine_image_id="0" snd_reload="we_revolver_reload"
    		snd_fire="we_revolver_fire" snd_dryfire="357magrevolver_dryfire" desc="STR:ZITEM_DESC_504505"
    		effect_id="4" />
    	<ITEM id="280" name="STR:ZITEM_NAME_504506" mesh_name="pistol_bowgun" totalpoint="0" type="range"
    		res_sex="a" res_level="25" slot="range" weapon="revolverx2" weight="17" bt_price="0"
    		delay="500" damage="48" ctrl_ability="30" magazine="8" maxbullet="40" reloadtime="8"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="1" bullet_image_id="0" magazine_image_id="0" snd_reload="we_bowgun_reload"
    		snd_fire="we_bowgun_fire" snd_dryfire="bowgun_dryfire" desc="STR:ZITEM_DESC_504506"
    		effect_id="4" />
    
    	<!-- SMG : Magazine = 5 ea//Controllability Point = 1.8 //////////////////////////////////////////////////////// -->
    	<ITEM id="281" name="STR:ZITEM_NAME_505001" mesh_name="smg06x2" totalpoint="0" type="range"
    		res_sex="a" res_level="0" slot="range" weapon="smgx2" weight="28" bt_price="0"
    		delay="85" damage="14" ctrl_ability="90" magazine="40" maxbullet="200" reloadtime="5"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="2" bullet_image_id="0" magazine_image_id="0" snd_reload="we_smg_reload"
    		snd_fire="we_smg_fire" snd_dryfire="762arifle_dryfire" desc="STR:ZITEM_DESC_505001"
    		effect_id="5" />
    	<ITEM id="282" name="STR:ZITEM_NAME_505002" mesh_name="smg08x2" totalpoint="0" type="range"
    		res_sex="a" res_level="7" slot="range" weapon="smgx2" weight="28" bt_price="0"
    		delay="95" damage="16" ctrl_ability="90" magazine="40" maxbullet="200" reloadtime="5"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="2" bullet_image_id="0" magazine_image_id="0" snd_reload="we_smg_reload"
    		snd_fire="we_smg_fire" snd_dryfire="762arifle_dryfire" desc="STR:ZITEM_DESC_505002"
    		effect_id="5" />
    	<ITEM id="283" name="STR:ZITEM_NAME_505003" mesh_name="smg07x2" totalpoint="0" type="range"
    		res_sex="a" res_level="15" slot="range" weapon="smgx2" weight="28" bt_price="0"
    		delay="90" damage="16" ctrl_ability="80" magazine="40" maxbullet="200" reloadtime="5"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="2" bullet_image_id="0" magazine_image_id="0" snd_reload="we_smg_reload"
    		snd_fire="we_smg_fire" snd_dryfire="762arifle_dryfire" desc="STR:ZITEM_DESC_505003"
    		effect_id="5" />
    	<ITEM id="284" name="STR:ZITEM_NAME_505004" mesh_name="smg_nailgun" totalpoint="0" type="range"
    		res_sex="a" res_level="15" slot="range" weapon="smgx2" weight="26" bt_price="0"
    		delay="120" damage="17" ctrl_ability="80" magazine="40" maxbullet="200" reloadtime="5"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="2" bullet_image_id="0" magazine_image_id="0" snd_reload="we_smg_reload"
    		snd_fire="we_smg_fire" snd_dryfire="762arifle_dryfire" desc="STR:ZITEM_DESC_505004"
    		effect_id="5" />
    		
    	<!-- SHOTGUN : Magazine = 5 ea ////////////////////////////////////////////////////////////////// -->
    	<ITEM id="285" name="STR:ZITEM_NAME_506001" mesh_name="shotgun08" totalpoint="0" type="range"
    		res_sex="a" res_level="7" slot="range" weapon="shotgun" weight="18" bt_price="0"
    		delay="1100" damage="7" ctrl_ability="60" magazine="5" maxbullet="25" reloadtime="5"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="2" bullet_image_id="0" magazine_image_id="0" snd_reload="we_shotgunpa_reload"
    		snd_fire="we_shotgunpa_fire" snd_dryfire="762arifle_dryfire" desc="STR:ZITEM_DESC_506001"
    		effect_id="7" />
    	<ITEM id="286" name="STR:ZITEM_NAME_506002" mesh_name="shotgun09" totalpoint="0" type="range"
    		res_sex="a" res_level="15" slot="range" weapon="shotgun" weight="18" bt_price="0"
    		delay="900" damage="7" ctrl_ability="60" magazine="5" maxbullet="25" reloadtime="5"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="2" bullet_image_id="0" magazine_image_id="0" snd_reload="we_shotgunpa_reload"
    		snd_fire="we_shotgunpa_fire" snd_dryfire="762arifle_dryfire" desc="STR:ZITEM_DESC_506002"
    		effect_id="7" />
    	<ITEM id="287" name="STR:ZITEM_NAME_506003" mesh_name="shotgun10_1" totalpoint="0"
    		type="range" res_sex="a" res_level="7" slot="range" weapon="shotgun" weight="16" bt_price="0"
    		delay="1200" damage="7" ctr_ability="80" magazine="5" maxbullet="25" reloadtime="5"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="2" bullet_image_id="0" magazine_image_id="0" snd_reload="we_shotgunpa_reload"
    		snd_fire="we_shotgunpa_fire" snd_dryfire="762arifle_dryfire" desc="STR:ZITEM_DESC_506003"
    		effect_id="7" />
    	<ITEM id="288" name="STR:ZITEM_NAME_506004" mesh_name="shotgun06" totalpoint="0" type="range"
    		res_sex="a" res_level="24" slot="range" weapon="shotgun" weight="18" bt_price="0"
    		delay="1100" damage="9" ctr_ability="90" magazine="5" maxbullet="25" reloadtime="5"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="2" bullet_image_id="0" magazine_image_id="0" snd_reload="we_shotgunpa_reload"
    		snd_fire="we_shotgunpa_fire" snd_dryfire="762arifle_dryfire" desc="STR:ZITEM_DESC_506004"
    		effect_id="7" />
    	<ITEM id="289" name="STR:ZITEM_NAME_506005" mesh_name="shotgun11" totalpoint="0" type="range"
    		res_sex="a" res_level="40" slot="range" weapon="shotgun" weight="18" bt_price="0"
    		delay="1000" damage="9" ctrl_ability="70" magazine="6" maxbullet="30" reloadtime="5"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="2" bullet_image_id="0" magazine_image_id="0" snd_reload="we_shotgunpa_reload"
    		snd_fire="we_shotgunpa_fire" snd_dryfire="762arifle_dryfire" desc="STR:ZITEM_DESC_506005"
    		effect_id="7" />
    	<ITEM id="290" name="STR:ZITEM_NAME_506006" mesh_name="shotgun_long" totalpoint="0" type="range"
    		res_sex="a" res_level="40" slot="range" weapon="shotgun" weight="15" bt_price="0"
    		delay="1100" damage="11" ctrl_ability="80" magazine="2" maxbullet="10" reloadtime="5"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="2" bullet_image_id="0" magazine_image_id="0" snd_reload="we_shotgunpa_reload"
    		snd_fire="we_shotgunpa_fire" snd_dryfire="762arifle_dryfire" desc="STR:ZITEM_DESC_506006"
    		effect_id="7" />
    	<ITEM id="291" name="STR:ZITEM_NAME_506007" mesh_name="shotgun_long_red" totalpoint="0" type="range"
    		res_sex="a" res_level="40" slot="range" weapon="shotgun" weight="16" bt_price="0"
    		delay="1100" damage="11" ctrl_ability="100" magazine="3" maxbullet="15" reloadtime="5"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="2" bullet_image_id="0" magazine_image_id="0" snd_reload="we_shotgunpa_reload"
    		snd_fire="we_shotgunpa_fire" snd_dryfire="762arifle_dryfire" desc="STR:ZITEM_DESC_506007"
    		effect_id="7" />
    
    	<!-- RIFLE : Magazine = 5 ea //////////////////////////////////////////////////////////////////////////-->
    	<ITEM id="292" name="STR:ZITEM_NAME_507001" mesh_name="rifle10" totalpoint="0" type="range"
    		res_sex="a" res_level="7" slot="range" weapon="rifle" weight="18" bt_price="0"
    		delay="110" damage="15" ctrl_ability="30" magazine="36" maxbullet="180" reloadtime="6"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="2" bullet_image_id="0" magazine_image_id="0" snd_reload="we_rifle_reload"
    		snd_fire="we_rifle_fire" snd_dryfire="762arifle_dryfire" desc="STR:ZITEM_DESC_507001"
    		effect_id="8" />
    	<ITEM id="293" name="STR:ZITEM_NAME_507002" mesh_name="rifle15" totalpoint="0" type="range"
    		res_sex="a" res_level="15" slot="range" weapon="rifle" weight="18" bt_price="0"
    		delay="100" damage="16" ctrl_ability="30" magazine="36" maxbullet="180" reloadtime="6"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="2" bullet_image_id="0" magazine_image_id="0" snd_reload="we_rifle_reload"
    		snd_fire="we_rifle_fire" snd_dryfire="762arifle_dryfire" desc="STR:ZITEM_DESC_507002"
    		effect_id="8" />
    	<ITEM id="294" name="STR:ZITEM_NAME_507003" mesh_name="rifle09" totalpoint="0" type="range"
    		res_sex="a" res_level="24" slot="range" weapon="rifle" weight="18" bt_price="0"
    		delay="100" damage="17" ctrl_ability="30" magazine="36" maxbullet="180" reloadtime="6"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="2" bullet_image_id="0" magazine_image_id="0" snd_reload="we_rifle_reload"
    		snd_fire="we_rifle_fire" snd_dryfire="762arifle_dryfire" desc="STR:ZITEM_DESC_507003"
    		effect_id="8" />
    	<ITEM id="295" name="STR:ZITEM_NAME_507004" mesh_name="rifle17" totalpoint="0" type="range"
    		res_sex="a" res_level="40" slot="range" weapon="rifle" weight="18" bt_price="0"
    		delay="100" damage="19" ctrl_ability="30" magazine="36" maxbullet="180" reloadtime="6"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="2" bullet_image_id="0" magazine_image_id="0" snd_reload="we_rifle_reload"
    		snd_fire="we_rifle_fire" snd_dryfire="762arifle_dryfire" desc="STR:ZITEM_DESC_507004"
    		effect_id="8" />
    	<!-- MACHINEGUN /////////////////////////////////////////////////////////////////////////////////////////// -->
    	<ITEM id="296" name="STR:ZITEM_NAME_508001" mesh_name="machinegun03" totalpoint="0"
    		type="range" res_sex="a" res_level="15" slot="range" weapon="machinegun" weight="26"
    		bt_price="0" delay="100" damage="15" ctrl_ability="70" magazine="120" maxbullet="240"
    		reloadtime="10" slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0"
    		cr="0" pr="0" lr="0" limitspeed="90" limitwall="1" color="#FFFFFFFF" image_id="2"
    		bullet_image_id="0" magazine_image_id="0" snd_reload="we_machinegun_reload" snd_fire="we_machinegun_fire"
    		snd_dryfire="762arifle_dryfire" desc="STR:ZITEM_DESC_508001" effect_id="9" />
    	<!-- ROCKET LAUNCHER : Magazine = 4 ea ///////////////////////////////////////////////////////////////////// -->
    	<ITEM id="297" name="STR:ZITEM_NAME_509001" mesh_name="rocketlauncher04" totalpoint="0" iscashitem="false"
    		type="range" res_sex="a" res_level="7" slot="range" weapon="rocket" weight="28" bt_price="0"
    		delay="1000" damage="35" ctrl_ability="50" magazine="4" maxbullet="16" reloadtime="3"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" limitspeed="90" limitwall="1" color="#FFFFFFFF" image_id="2" bullet_image_id="0"
    		magazine_image_id="0" snd_reload="we_rocket_reload" snd_fire="we_rocket_fire" snd_dryfire="762arifle_dryfire"
    		desc="STR:ZITEM_DESC_509001" />
    	<ITEM id="298" name="STR:ZITEM_NAME_509002" mesh_name="rocketlauncher06" totalpoint="0" iscashitem="false"
    		type="range" res_sex="a" res_level="15" slot="range" weapon="rocket" weight="26" bt_price="0"
    		delay="1400" damage="55" ctrl_ability="50" magazine="4" maxbullet="16" reloadtime="3"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" limitspeed="90" limitwall="1" color="#FFFFFFFF" image_id="2" bullet_image_id="0"
    		magazine_image_id="0" snd_reload="we_rocket_reload" snd_fire="we_rocket_fire" snd_dryfire="762arifle_dryfire"
    		desc="STR:ZITEM_DESC_509002" />
    	<ITEM id="299" name="STR:ZITEM_NAME_509003" mesh_name="rocketlauncher05" totalpoint="0" iscashitem="false"
    		type="range" res_sex="a" res_level="24" slot="range" weapon="rocket" weight="28" bt_price="0"
    		delay="1000" damage="50" ctrl_ability="50" magazine="5" maxbullet="20" reloadtime="3"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" limitspeed="90" limitwall="1" color="#FFFFFFFF" image_id="2" bullet_image_id="0"
    		magazine_image_id="0" snd_reload="we_rocket_reload" snd_fire="we_rocket_fire" snd_dryfire="762arifle_dryfire"
    		desc="STR:ZITEM_DESC_509003" />
    	<ITEM id="300" name="STR:ZITEM_NAME_509004" mesh_name="pistol_cru" totalpoint="0" type="range" iscashitem="false"
    		res_sex="a" res_level="25" slot="range" weapon="revolverx2" weight="16" bt_price="0"
    		delay="360" damage="46" ctrl_ability="80" magazine="8" maxbullet="40" reloadtime="8"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="1" bullet_image_id="0" magazine_image_id="0" snd_reload="we_revolver_reload"
    		snd_fire="we_revolver_fire" snd_dryfire="357magrevolver_dryfire" desc="STR:ZITEM_DESC_509004"
    		effect_id="4" rent_period="7" />
    	<ITEM id="301" name="STR:ZITEM_NAME_509005" mesh_name="rl_shark" totalpoint="0" iscashitem="false"
    		type="range" res_sex="a" res_level="25" slot="range" weapon="rocket" weight="30" bt_price="0"
    		delay="1400" damage="60" ctrl_ability="50" magazine="4" maxbullet="12" reloadtime="8"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" limitspeed="90" limitwall="1" color="#FFFFFFFF" image_id="2" bullet_image_id="0"
    		magazine_image_id="0" snd_reload="we_rocket_reload" snd_fire="we_rocket_fire" snd_dryfire="762arifle_dryfire"
    		desc="STR:ZITEM_DESC_509005" />
    	<ITEM id="302" name="STR:ZITEM_NAME_509006" mesh_name="shotgun02" totalpoint="0" iscashitem="false"
    		type="range" res_sex="a" res_level="50" slot="range" weapon="shotgun" weight="18" bt_price="0"
    		delay="1000" damage="9" ctrl_ability="60" magazine="5" maxbullet="25" reloadtime="5"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="2" bullet_image_id="0" magazine_image_id="0" snd_reload="we_revolver_reload"
    		snd_fire="we_shotgunpa_fire" snd_dryfire="762arifle_dryfire" desc="STR:ZITEM_DESC_509006"
    		effect_id="7" rent_period="7" />
    	<ITEM id="303" name="STR:ZITEM_NAME_509007" mesh_name="rl_ck1" totalpoint="0" iscashitem="false"
    		type="range" res_sex="a" res_level="25" slot="range" weapon="rocket" weight="24" bt_price="0"
    		delay="1500" damage="55" ctrl_ability="50" magazine="4" maxbullet="12" reloadtime="8"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" limitspeed="90" limitwall="1" color="#FFFFFFFF" image_id="2" bullet_image_id="0"
    		magazine_image_id="0" snd_reload="we_rocket_reload" snd_fire="we_rocket_fire" snd_dryfire="762arifle_dryfire"
    		desc="STR:ZITEM_DESC_509007" />
    		
    	<!-- HANDHELD ITEMS ///////////////////////////////////////////////////////////////////////////////////////////// -->
    	<!-- 반지 /////////////////////////////////////////////////////////////////////////////////////////////-->
    	<ITEM id="304" name="STR:ZITEM_NAME_525001" totalpoint="0" type="equip" res_sex="a"
    		res_level="10" slot="finger" weight="0" bt_price="0" hp="0" ap="0" maxwt="4"
    		sf="0" iscashitem="false" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_525001" />
    	<ITEM id="305" name="STR:ZITEM_NAME_525002" totalpoint="0" type="equip" res_sex="a"
    		res_level="30" slot="finger" weight="0" bt_price="0" hp="0" ap="0" maxwt="6"
    		sf="0" iscashitem="false" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_525002" />
    	<ITEM id="306" name="STR:ZITEM_NAME_525003" totalpoint="0" type="equip" res_sex="a"
    		res_level="40" slot="finger" weight="0" bt_price="0" hp="0" ap="5" maxwt="5"
    		sf="0" iscashitem="false" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_525003" />
    	<ITEM id="307" name="STR:ZITEM_NAME_525004" totalpoint="0" type="equip" res_sex="a"
    		res_level="0" slot="finger" weight="3" bt_price="0" hp="0" ap="0" maxwt="0" sf="0"
    		iscashitem="false" fr="0" cr="0" pr="0" lr="0" xp_solo_bonus="20" xp_team_bonus="20"
    		xp_quest_bonus="20" bp_solo_bonus="20" bp_team_bonus="20" bp_quest_bonus="20" duplicate="false"
    		color="#FFFFFFFF" desc="STR:ZITEM_DESC_525004" />
    	<!-- 럭키 링 -->
    	<ITEM id="308" name="STR:ZITEM_NAME_525005" totalpoint="0" type="equip" res_sex="a"
    		res_level="0" slot="finger" weight="0" bt_price="0" hp="0" ap="2" maxwt="2"
    		sf="0" iscashitem="false" fr="0" cr="0" pr="0" lr="0" 
    		duplicate="false" xp_solo_bonus="10" xp_team_bonus="10"
    		xp_quest_bonus="10" bp_solo_bonus="10" bp_team_bonus="10" bp_quest_bonus="10" 
    		color="#FFFFFFFF" desc="STR:ZITEM_DESC_525005" />
    	<ITEM id="309" name="STR:ZITEM_NAME_525006" totalpoint="0" type="equip" res_sex="a"
    		res_level="0" slot="finger" weight="1" bt_price="0" hp="0" ap="0" maxwt="0"
    		sf="0" iscashitem="false" fr="0" cr="0" pr="0" lr="0" 
    		duplicate="false" xp_solo_bonus="15" xp_team_bonus="15"
    		xp_quest_bonus="15" bp_solo_bonus="15" bp_team_bonus="15" bp_quest_bonus="15" 
    		color="#FFFFFFFF" desc="STR:ZITEM_DESC_525006" />
    	<ITEM id="310" name="STR:ZITEM_NAME_525007" totalpoint="0" type="equip" res_sex="a"
    		res_level="7" slot="finger" weight="3" bt_price="0" hp="2" ap="4" maxwt="0"
    		sf="0" iscashitem="false" fr="0" cr="0" pr="0" lr="0" 
    		duplicate="false" xp_solo_bonus="20" xp_team_bonus="20"
    		xp_quest_bonus="20" bp_solo_bonus="0" bp_team_bonus="0" bp_quest_bonus="0" 
    		color="#FFFFFFFF" desc="STR:ZITEM_DESC_525007" />
    	<ITEM id="311" name="STR:ZITEM_NAME_525008" totalpoint="0" type="equip" res_sex="a"
    		res_level="15" slot="finger" weight="0" bt_price="0" hp="3" ap="3" maxwt="3"
    		sf="0" iscashitem="false" fr="0" cr="0" pr="0" lr="0" 
    		duplicate="false" xp_solo_bonus="25" xp_team_bonus="25"
    		xp_quest_bonus="25" bp_solo_bonus="0" bp_team_bonus="0" bp_quest_bonus="0" 
    		color="#FFFFFFFF" desc="STR:ZITEM_DESC_525008" />
    	
    
    	<!-- 음식 ///////////////////////////////////////////////////////////////////////////////////////////// -->
    	<!-- 럭키 쵸코바 -->
    	<ITEM id="312" name="STR:ZITEM_NAME_525101" mesh_name="chocobar" totalpoint="0" type="custom"
    		res_sex="a" res_level="0" slot="custom" weapon="food" weight="4" bt_price="0"
    		delay="1000" damage="0" ctrl_ability="0" magazine="4" maxbullet="4" reloadtime="10"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="3" bullet_image_id="0" magazine_image_id="0" snd_fire="we_grenade_fire"
    		desc="STR:ZITEM_DESC_525101" />
    
    
    	<!-- 추가 탄창 -->
    	<ITEM id="313" name="STR:ZITEM_NAME_526001" mesh_name="bulletkit" totalpoint="0" type="custom"
    		res_sex="a" res_level="0" slot="custom" weapon="bulletkit" weight="3" bt_price="0"
    		delay="1000" damage="0" ctrl_ability="0" magazine="3" maxbullet="3" reloadtime="10" iscashitem="false"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="3" bullet_image_id="0" magazine_image_id="0" snd_fire="we_grenade_fire"
    		desc="STR:ZITEM_DESC_526001" />
    
    	<!-- 의료킷 -->
    	<ITEM id="314" name="STR:ZITEM_NAME_527001" mesh_name="medickit_rx" totalpoint="0" type="custom"
    		res_sex="a" res_level="0" slot="custom" weapon="medkit" weight="3" bt_price="0" iscashitem="false"
    		delay="1000" damage="0" ctrl_ability="0" magazine="3" maxbullet="3" reloadtime="10"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="3" bullet_image_id="0" magazine_image_id="0" snd_fire="we_grenade_fire"
    		desc="STR:ZITEM_DESC_527001" />
    	<ITEM id="315" name="STR:ZITEM_NAME_527002" mesh_name="medickit_rx" totalpoint="0" type="custom"
    		res_sex="a" res_level="15" slot="custom" weapon="medkit" weight="5" bt_price="0" iscashitem="false"
    		delay="1000" damage="0" ctrl_ability="0" magazine="5" maxbullet="5" reloadtime="10"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="3" bullet_image_id="0" magazine_image_id="0" snd_fire="we_grenade_fire"
    		desc="STR:ZITEM_DESC_527002" />
    
    	<!-- 수리킷 -->
    	<ITEM id="316" name="STR:ZITEM_NAME_528001" mesh_name="repairkit_rx" totalpoint="0" type="custom"
    		res_sex="a" res_level="0" slot="custom" weapon="repairkit" weight="3" bt_price="0" iscashitem="false"
    		delay="1000" damage="0" ctrl_ability="0" magazine="3" maxbullet="3" reloadtime="10"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="3" bullet_image_id="0" magazine_image_id="0" snd_fire="we_grenade_fire"
    		desc="STR:ZITEM_DESC_528001" />
    
    	<ITEM id="317" name="STR:ZITEM_NAME_528002" mesh_name="repairkit_rx" totalpoint="0" type="custom"
    		res_sex="a" res_level="15" slot="custom" weapon="repairkit" weight="5" bt_price="0" iscashitem="false"
    		delay="1000" damage="0" ctrl_ability="0" magazine="5" maxbullet="5" reloadtime="10"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="3" bullet_image_id="0" magazine_image_id="0" snd_fire="we_grenade_fire"
    		desc="STR:ZITEM_DESC_528002" />
    
    	<!-- ?λ퉬 //////////////////////////////////////////////////////////////////////////////////////////////////////////// -->
    	<!-- head /////////////////////////////////////////////////////////////////////////////////////////// -->
    	<!-- 남자 //////////////////////////////////////////////// -->
    	<ITEM id="318" name="STR:ZITEM_NAME_520001" mesh_name="eq_head_a001" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="m" res_level="0" slot="head" weight="4" bt_price="0"
    		hp="1" ap="2" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520001" />
    	<ITEM id="319" name="STR:ZITEM_NAME_520002" mesh_name="eq_head_12" totalpoint="0" type="equip"
    		iscashitem="false" res_sex="m" res_level="7" slot="head" weight="4" bt_price="0"
    		hp="2" ap="3" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520002" />
    	<ITEM id="320" name="STR:ZITEM_NAME_520003" mesh_name="eq_head_07" totalpoint="0" type="equip"
    		iscashitem="false" res_sex="m" res_level="15" slot="head" weight="4" bt_price="0"
    		hp="3" ap="6" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520003" />
    	<ITEM id="321" name="STR:ZITEM_NAME_520004" mesh_name="eq_head_04" totalpoint="0" type="equip"
    		iscashitem="false" res_sex="m" res_level="0" slot="head" weight="4" bt_price="0"
    		hp="1" ap="2" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520004" />
    	<ITEM id="322" name="STR:ZITEM_NAME_520005" mesh_name="eq_head_13" totalpoint="0" type="equip"
    		iscashitem="false" res_sex="m" res_level="0" slot="head" weight="4" bt_price="0"
    		hp="1" ap="2" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520005" />
    	<ITEM id="323" name="STR:ZITEM_NAME_520006" mesh_name="eq_head_15" totalpoint="0" type="equip"
    		iscashitem="false" res_sex="m" res_level="0" slot="head" weight="4" bt_price="0"
    		hp="1" ap="2" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520006" />
    	<ITEM id="324" name="STR:ZITEM_NAME_520007" mesh_name="eq_head_14" totalpoint="0" type="equip"
    		iscashitem="false" res_sex="m" res_level="0" slot="head" weight="4" bt_price="0"
    		hp="1" ap="2" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520007" />
    	<ITEM id="325" name="STR:ZITEM_NAME_520008" mesh_name="eq_head_10" totalpoint="0" type="equip"
    		iscashitem="false" res_sex="m" res_level="15" slot="head" weight="4" bt_price="0"
    		hp="2" ap="8" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520008" />
    	<ITEM id="326" name="STR:ZITEM_NAME_520009" mesh_name="eq_head_16" totalpoint="0" type="equip"
    		iscashitem="false" res_sex="m" res_level="0" slot="head" weight="3" bt_price="0"
    		hp="0" ap="3" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520009" />
    	<ITEM id="327" name="STR:ZITEM_NAME_520010" mesh_name="eq_head_20" totalpoint="0" type="equip"
    		iscashitem="false" res_sex="m" res_level="7" slot="head" weight="4" bt_price="0"
    		hp="1" ap="5" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520010" />
    	<ITEM id="328" name="STR:ZITEM_NAME_520011" mesh_name="eq_head_21" totalpoint="0" type="equip"
    		iscashitem="false" res_sex="m" res_level="0" slot="head" weight="3" bt_price="0"
    		hp="0" ap="3" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520011" />
    	<ITEM id="329" name="STR:ZITEM_NAME_520012" mesh_name="eq_head_23" totalpoint="0" type="equip"
    		iscashitem="false" res_sex="m" res_level="15" slot="head" weight="4" bt_price="0"
    		hp="3" ap="6" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520012" />
    	<ITEM id="330" name="STR:ZITEM_NAME_520013" mesh_name="eq_head_santa" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="m" res_level="0" slot="head" weight="3" bt_price="0"
    		hp="0" ap="4" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520013" />
    	<ITEM id="331" name="STR:ZITEM_NAME_520014" mesh_name="eq_head_24" totalpoint="0" type="equip"
    		iscashitem="false" res_sex="m" res_level="7" slot="head" weight="5" bt_price="0"
    		hp="3" ap="3" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520014" />
    	<ITEM id="332" name="STR:ZITEM_NAME_520015" mesh_name="eq_head_22" totalpoint="0" type="equip"
    		iscashitem="false" res_sex="m" res_level="15" slot="head" weight="3" bt_price="0"
    		hp="2" ap="6" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520015" />
    	<ITEM id="333" name="STR:ZITEM_NAME_520016" mesh_name="eq_head_19" totalpoint="0" type="equip"
    		iscashitem="false" res_sex="m" res_level="15" slot="head" weight="4" bt_price="0"
    		hp="2" ap="8" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520016" />
    	<ITEM id="334" name="STR:ZITEM_NAME_520017" mesh_name="eq_head_11" totalpoint="0" type="equip"
    		iscashitem="false" res_sex="m" res_level="15" slot="head" weight="4" bt_price="0"
    		hp="1" ap="10" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520017" />
    	<ITEM id="335" name="STR:ZITEM_NAME_520018" mesh_name="eq_head_bigi" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="m" res_level="7" slot="head" weight="4" bt_price="0"
    		hp="2" ap="3" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520018" />
    	<ITEM id="336" name="STR:ZITEM_NAME_520019" mesh_name="eq_head_hanbok" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="m" res_level="0" slot="head" weight="3" bt_price="0"
    		hp="0" ap="4" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520019" />
    	<ITEM id="337" name="STR:ZITEM_NAME_520020" mesh_name="eq_head_26" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="m" res_level="15" slot="head" weight="3" bt_price="0"
    		hp="0" ap="10" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520020" />
    	<ITEM id="338" name="STR:ZITEM_NAME_520021" mesh_name="eq_head_25" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="m" res_level="15" slot="head" weight="5" bt_price="0"
    		hp="0" ap="12" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520021" />
    	<ITEM id="339" name="STR:ZITEM_NAME_520022" mesh_name="eq_head_korea" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="m" res_level="0" slot="head" weight="3" bt_price="0"
    		hp="0" ap="5" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520022" />
    	<ITEM id="340" name="STR:ZITEM_NAME_520023" mesh_name="eq_head_brazil" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="m" res_level="0" slot="head" weight="3" bt_price="0"
    		hp="0" ap="5" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520023" />
    	<ITEM id="341" name="STR:ZITEM_NAME_520024" mesh_name="eq_head_japan" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="m" res_level="0" slot="head" weight="3" bt_price="0"
    		hp="0" ap="5" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520024" />
    	<ITEM id="342" name="STR:ZITEM_NAME_520025" mesh_name="eq_head_visor" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="m" res_level="0" slot="head" weight="3" bt_price="0"
    		hp="0" ap="3" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520025" />
    	<ITEM id="343" name="STR:ZITEM_NAME_520026" mesh_name="eq_head_musketeer3" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="m" res_level="0" slot="head" weight="5" bt_price="0" bp_solo_bonus="50"
    		hp="1" ap="1" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520026" />
    	<ITEM id="344" name="STR:ZITEM_NAME_520027" mesh_name="eq_head_zeus" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="m" res_level="0" slot="head" weight="2" bt_price="0" 
    		hp="3" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520027" />
    	<ITEM id="345" name="STR:ZITEM_NAME_520028" mesh_name="eq_head_pumpkin" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="m" res_level="0" slot="head" weight="5" bt_price="0"
    		hp="2" ap="2" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520028" />
    	<ITEM id="346" name="STR:ZITEM_NAME_520029" mesh_name="eq_head_29" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="m" res_level="0" slot="head" weight="4" bt_price="0"
    		hp="1" ap="2" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520029" />
    	<ITEM id="347" name="STR:ZITEM_NAME_520030" mesh_name="eq_head_33" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="m" res_level="15" slot="head" weight="5" bt_price="0"
    		hp="1" ap="10" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520030" />
    	<ITEM id="348" name="STR:ZITEM_NAME_520031" mesh_name="eq_head_34" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="m" res_level="15" slot="head" weight="3" bt_price="0"
    		hp="3" ap="4" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520031" />
    	<ITEM id="349" name="STR:ZITEM_NAME_520032" mesh_name="eq_head_36" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="m" res_level="15" slot="head" weight="5" bt_price="0"
    		hp="5" ap="4" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520032" />
    	<ITEM id="350" name="STR:ZITEM_NAME_520033" mesh_name="eq_head_rabbit" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="m" res_level="0" slot="head" weight="4" bt_price="0"
    		hp="2" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520033" />
    	<ITEM id="351" name="STR:ZITEM_NAME_520034" mesh_name="eq_head_cat" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="m" res_level="0" slot="head" weight="3" bt_price="0"
    		hp="1" ap="1" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520034" />
    	<ITEM id="352" name="STR:ZITEM_NAME_520035" mesh_name="eq_head_35" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="m" res_level="15" slot="head" weight="3" bt_price="0"
    		hp="2" ap="6" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520035" />
    	<ITEM id="353" name="STR:ZITEM_NAME_520036" mesh_name="eq_head_swim" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="m" res_level="0" slot="head" weight="2" bt_price="0"
    		hp="0" ap="4" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520036" />
    	<ITEM id="354" name="STR:ZITEM_NAME_520037" mesh_name="eq_head_school" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="m" res_level="25" slot="head" weight="3" bt_price="0"
    		hp="3" ap="6" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520037" />
    	<ITEM id="355" name="STR:ZITEM_NAME_520038" mesh_name="eq_head_winter" totalpoint="0" 
    		type="equip" iscashitem="false" res_sex="m" res_level="25" slot="head" weight="2" bt_price="0" 
    		hp="2" ap="8" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520038" />
    	<ITEM id="356" name="STR:ZITEM_NAME_520039" mesh_name="eq_head_aura" totalpoint="0" 
    		type="equip" iscashitem="false" res_sex="m" res_level="25" slot="head" weight="4" bt_price="0" 
    		hp="3" ap="10" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520039" />
    	<ITEM id="357" name="STR:ZITEM_NAME_520040" mesh_name="eq_head_mouse" totalpoint="0" 
    		type="equip" iscashitem="false" res_sex="m" res_level="0" slot="head" weight="4" bt_price="0" 
    		hp="2" ap="3" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520040" />
    	<ITEM id="358" name="STR:ZITEM_NAME_520041" mesh_name="eq_head_american" totalpoint="0" 
    		type="equip" iscashitem="false" res_sex="m" res_level="0" slot="head" weight="3" bt_price="0" 
    		hp="1" ap="4" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520041" />
    	<ITEM id="359" name="STR:ZITEM_NAME_520042" mesh_name="eq_head_french" totalpoint="0" 
    		type="equip" iscashitem="false" res_sex="m" res_level="0" slot="head" weight="3" bt_price="0" 
    		hp="1" ap="4" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520042" />
    	<ITEM id="360" name="STR:ZITEM_NAME_520043" mesh_name="eq_head_valkyrie" totalpoint="0" 
    		type="equip" iscashitem="false" res_sex="m" res_level="25" slot="head" weight="5" bt_price="0" 
    		hp="4" ap="12" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520043" />
    	<ITEM id="361" name="STR:ZITEM_NAME_520044" mesh_name="eq_head_28" totalpoint="0" 
    		type="equip" iscashitem="false" res_sex="m" res_level="25" slot="head" weight="3" bt_price="0" 
    		hp="3" ap="6" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520044" />
    	<ITEM id="362" name="STR:ZITEM_NAME_520045" mesh_name="eq_head_32" totalpoint="0" 
    		type="equip" iscashitem="false" res_sex="m" res_level="15" slot="head" weight="4" bt_price="0" 
    		hp="2" ap="8" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520045" />
    	<ITEM id="363" name="STR:ZITEM_NAME_520046" mesh_name="eq_head_koala" totalpoint="0" 
    		type="equip" iscashitem="false" res_sex="m" res_level="0" slot="head" weight="3" bt_price="0" 
    		hp="2" ap="2" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520046" />
    	<ITEM id="364" name="STR:ZITEM_NAME_520047" mesh_name="eq_head_Assassin" totalpoint="0" 
    		type="equip" iscashitem="false" res_sex="m" res_level="25" slot="head" weight="4" bt_price="0" 
    		hp="3" ap="12" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520047" />
    	<ITEM id="365" name="STR:ZITEM_NAME_520048" mesh_name="eq_head_kungfu" totalpoint="0" 
    		type="equip" iscashitem="false" res_sex="m" res_level="15" slot="head" weight="3" bt_price="0" 
    		hp="3" ap="4" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520048" />
    	<ITEM id="366" name="STR:ZITEM_NAME_520049" mesh_name="eq_head_heavymetal" totalpoint="0" 
    		type="equip" iscashitem="false" res_sex="m" res_level="25" slot="head" weight="4" bt_price="0" 
    		hp="4" ap="10" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520049" />
    	<ITEM id="367" name="STR:ZITEM_NAME_520051" mesh_name="eq_head_royal_children" totalpoint="0" 
    		type="equip" iscashitem="false" res_sex="m" res_level="25" slot="head" weight="4" bt_price="0" 
    		hp="3" ap="12" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520051" />
    	<ITEM id="368" name="STR:ZITEM_NAME_520053" mesh_name="eq_head_US_Navy_Costume" totalpoint="0" 
    		type="equip" iscashitem="false" res_sex="m" res_level="15" slot="head" weight="4" bt_price="0" 
    		hp="3" ap="6" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520053" />
    	<ITEM id="369" name="STR:ZITEM_NAME_520054" mesh_name="eq_head_clan_yohawk" totalpoint="0" 
    		type="equip" iscashitem="false" res_sex="m" res_level="15" slot="head" weight="4" bt_price="0" 
    		hp="2" ap="8" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520054" />
    	<ITEM id="370" name="STR:ZITEM_NAME_520055" mesh_name="eq_head_magician" totalpoint="0" 
    		type="equip" iscashitem="false" res_sex="m" res_level="15" slot="head" weight="4" bt_price="0" 
    		hp="2" ap="8" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520055" />
    	<ITEM id="371" name="STR:ZITEM_NAME_520058" mesh_name="eq_head_fenrir_guardian" totalpoint="0" 
    	  type="equip" res_level="25" res_sex="m" weight="4" hp="2" ap="14" iscashitem="false" slot="Head" 
    	  bt_price="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520058" />
    	<ITEM id="372" name="STR:ZITEM_NAME_520059" mesh_name="eq_head_santa_w" totalpoint="0" 
    	  type="equip" res_level="1" res_sex="m" weight="3" hp="0" ap="5" iscashitem="false" slot="Head" 
    	  bt_price="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520059" />
    	<ITEM id="373" name="STR:ZITEM_NAME_520060" mesh_name="eq_head_antler" totalpoint="0" 
    	  type="equip" res_level="1" res_sex="m" weight="2" hp="0" ap="0" iscashitem="false" slot="Head" 
    	  xp_solo_bonus="20" xp_team_bonus="20" xp_quest_bonus="20"
    	  bt_price="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520060" />
    	
    	<!-- 여자 //////////////////////////////////////////////////-->
    	<ITEM id="374" name="STR:ZITEM_NAME_520501" mesh_name="eq_head_04" totalpoint="0" type="equip"
    		iscashitem="false" res_sex="f" res_level="0" slot="head" weight="4" bt_price="0"
    		hp="1" ap="2" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520501" />
    	<ITEM id="375" name="STR:ZITEM_NAME_520502" mesh_name="eq_head_05" totalpoint="0" type="equip"
    		iscashitem="false" res_sex="f" res_level="7" slot="head" weight="4" bt_price="0"
    		hp="2" ap="3" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520502" />
    	<ITEM id="376" name="STR:ZITEM_NAME_520503" mesh_name="eq_head_06" totalpoint="0" type="equip"
    		iscashitem="false" res_sex="f" res_level="15" slot="head" weight="4" bt_price="0"
    		hp="3" ap="6" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520503" />
    	<ITEM id="377" name="STR:ZITEM_NAME_520504" mesh_name="eq_head_07" totalpoint="0" type="equip"
    		iscashitem="false" res_sex="f" res_level="0" slot="head" weight="4" bt_price="0"
    		hp="1" ap="2" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520504" />
    	<ITEM id="378" name="STR:ZITEM_NAME_520505" mesh_name="eq_head_10" totalpoint="0" type="equip"
    		iscashitem="false" res_sex="f" res_level="0" slot="head" weight="4" bt_price="0"
    		hp="1" ap="2" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520505" />
    	<ITEM id="379" name="STR:ZITEM_NAME_520506" mesh_name="eq_head_11" totalpoint="0" type="equip"
    		iscashitem="false" res_sex="f" res_level="0" slot="head" weight="4" bt_price="0"
    		hp="1" ap="2" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520506" />
    	<ITEM id="380" name="STR:ZITEM_NAME_520507" mesh_name="eq_head_12" totalpoint="0" type="equip"
    		iscashitem="false" res_sex="f" res_level="0" slot="head" weight="4" bt_price="0"
    		hp="1" ap="2" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520507" />
    	<ITEM id="381" name="STR:ZITEM_NAME_520508" mesh_name="eq_head_08" totalpoint="0" type="equip"
    		iscashitem="false" res_sex="f" res_level="15" slot="head" weight="4" bt_price="0"
    		hp="2" ap="8" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520508" />
    	<ITEM id="382" name="STR:ZITEM_NAME_520509" mesh_name="eq_head_13" totalpoint="0" type="equip"
    		iscashitem="false" res_sex="f" res_level="0" slot="head" weight="3" bt_price="0"
    		hp="0" ap="3" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520509" />
    	<ITEM id="383" name="STR:ZITEM_NAME_520510" mesh_name="eq_head_01" totalpoint="0" type="equip"
    		iscashitem="false" res_sex="f" res_level="7" slot="head" weight="4" bt_price="0"
    		hp="1" ap="5" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520510" />
    	<ITEM id="384" name="STR:ZITEM_NAME_520511" mesh_name="eq_head_20" totalpoint="0" type="equip"
    		iscashitem="false" res_sex="f" res_level="0" slot="head" weight="3" bt_price="0"
    		hp="0" ap="3" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520511" />
    	<ITEM id="385" name="STR:ZITEM_NAME_520512" mesh_name="eq_head_23" totalpoint="0" type="equip"
    		iscashitem="false" res_sex="f" res_level="15" slot="head" weight="4" bt_price="0"
    		hp="3" ap="6" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520512" />
    	<ITEM id="386" name="STR:ZITEM_NAME_520513" mesh_name="eq_head_santa" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="f" res_level="0" slot="head" weight="3" bt_price="0"
    		hp="0" ap="4" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520513" />
    	<ITEM id="387" name="STR:ZITEM_NAME_520514" mesh_name="eq_head_24" totalpoint="0" type="equip"
    		iscashitem="false" res_sex="f" res_level="7" slot="head" weight="5" bt_price="0"
    		hp="3" ap="3" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520514" />
    	<ITEM id="388" name="STR:ZITEM_NAME_520515" mesh_name="eq_head_22" totalpoint="0" type="equip"
    		iscashitem="false" res_sex="f" res_level="15" slot="head" weight="3" bt_price="0"
    		hp="2" ap="6" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520515" />
    	<ITEM id="389" name="STR:ZITEM_NAME_520516" mesh_name="eq_head_18" totalpoint="0" type="equip"
    		iscashitem="false" res_sex="f" res_level="15" slot="head" weight="4" bt_price="0"
    		hp="2" ap="8" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520516" />
    	<ITEM id="390" name="STR:ZITEM_NAME_520517" mesh_name="eq_head_26" totalpoint="0" type="equip"
    		iscashitem="false" res_sex="f" res_level="15" slot="head" weight="4" bt_price="0"
    		hp="1" ap="10" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520517" />
    	<ITEM id="391" name="STR:ZITEM_NAME_520518" mesh_name="eq_head_bigi" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="f" res_level="7" slot="head" weight="4" bt_price="0"
    		hp="2" ap="3" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520518" />
    	<ITEM id="392" name="STR:ZITEM_NAME_520519" mesh_name="eq_head_hanbok" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="f" res_level="0" slot="head" weight="3" bt_price="0"
    		hp="0" ap="4" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520519" />
    	<ITEM id="393" name="STR:ZITEM_NAME_520520" mesh_name="eq_head_27" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="f" res_level="15" slot="head" weight="3" bt_price="0"
    		hp="0" ap="10" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520520" />
    	<ITEM id="394" name="STR:ZITEM_NAME_520521" mesh_name="eq_head_25" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="f" res_level="15" slot="head" weight="5" bt_price="0"
    		hp="0" ap="12" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520521" />
    	<ITEM id="395" name="STR:ZITEM_NAME_520522" mesh_name="eq_head_korea" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="f" res_level="0" slot="head" weight="3" bt_price="0"
    		hp="0" ap="5" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520522" />
    	<ITEM id="396" name="STR:ZITEM_NAME_520523" mesh_name="eq_head_brazil" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="f" res_level="0" slot="head" weight="3" bt_price="0"
    		hp="0" ap="5" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520523" />
    	<ITEM id="397" name="STR:ZITEM_NAME_520524" mesh_name="eq_head_japan" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="f" res_level="0" slot="head" weight="3" bt_price="0"
    		hp="0" ap="5" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520524" />
    	<ITEM id="398" name="STR:ZITEM_NAME_520525" mesh_name="eq_head_visor" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="f" res_level="0" slot="head" weight="3" bt_price="0"
    		hp="0" ap="3" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520525" />
    	<ITEM id="399" name="STR:ZITEM_NAME_520526" mesh_name="eq_head_hat" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="f" res_level="0" slot="head" weight="5" bt_price="0" bp_solo_bonus="50"
    		hp="1" ap="1" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520526" />
    	<ITEM id="400" name="STR:ZITEM_NAME_520527" mesh_name="eq_head_zeus" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="f" res_level="0" slot="head" weight="2" bt_price="0" 
    		hp="3" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520527" />
    	<ITEM id="401" name="STR:ZITEM_NAME_520528" mesh_name="eq_head_pumpkin" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="f" res_level="0" slot="head" weight="5" bt_price="0"
    		hp="2" ap="2" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520528" />
    	<ITEM id="402" name="STR:ZITEM_NAME_520529" mesh_name="eq_head_30" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="f" res_level="0" slot="head" weight="4" bt_price="0"
    		hp="1" ap="2" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520529" />
    	<ITEM id="403" name="STR:ZITEM_NAME_520530" mesh_name="eq_head_33" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="f" res_level="15" slot="head" weight="5" bt_price="0"
    		hp="1" ap="10" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520530" />
    	<ITEM id="404" name="STR:ZITEM_NAME_520531" mesh_name="eq_head_34" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="f" res_level="15" slot="head" weight="3" bt_price="0"
    		hp="3" ap="4" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520531" />
    	<ITEM id="405" name="STR:ZITEM_NAME_520532" mesh_name="eq_head_35" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="f" res_level="15" slot="head" weight="5" bt_price="0"
    		hp="5" ap="4" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520532" />
    	<ITEM id="406" name="STR:ZITEM_NAME_520533" mesh_name="eq_head_rabbit" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="f" res_level="0" slot="head" weight="4" bt_price="0"
    		hp="2" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520533" />
    	<ITEM id="407" name="STR:ZITEM_NAME_520534" mesh_name="eq_head_cat" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="f" res_level="0" slot="head" weight="3" bt_price="0"
    		hp="1" ap="1" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520534" />
    	<ITEM id="408" name="STR:ZITEM_NAME_520535" mesh_name="eq_head_36" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="f" res_level="15" slot="head" weight="3" bt_price="0"
    		hp="2" ap="6" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520535" />
    	<ITEM id="409" name="STR:ZITEM_NAME_520536" mesh_name="eq_head_swim" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="f" res_level="0" slot="head" weight="2" bt_price="0"
    		hp="0" ap="4" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520536" />
    	<ITEM id="410" name="STR:ZITEM_NAME_520537" mesh_name="eq_head_school" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="f" res_level="25" slot="head" weight="3" bt_price="0"
    		hp="3" ap="6" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520537" />
    	<ITEM id="411" name="STR:ZITEM_NAME_520538" mesh_name="eq_head_winter" totalpoint="0" 
    		type="equip" iscashitem="false" res_sex="f" res_level="25" slot="head" weight="2" bt_price="0" 
    		hp="2" ap="8" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520538" />
    	<ITEM id="412" name="STR:ZITEM_NAME_520539" mesh_name="eq_head_aura" totalpoint="0" 
    		type="equip" iscashitem="false" res_sex="f" res_level="25" slot="head" weight="4" bt_price="0" 
    		hp="3" ap="10" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520539" />
    	<ITEM id="413" name="STR:ZITEM_NAME_520540" mesh_name="eq_head_mouse" totalpoint="0" 
    		type="equip" iscashitem="false" res_sex="f" res_level="0" slot="head" weight="4" bt_price="0" 
    		hp="2" ap="3" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520540" />
    	<ITEM id="414" name="STR:ZITEM_NAME_520541" mesh_name="eq_head_american" totalpoint="0" 
    		type="equip" iscashitem="false" res_sex="f" res_level="0" slot="head" weight="3" bt_price="0" 
    		hp="1" ap="4" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520541" />
    	<ITEM id="415" name="STR:ZITEM_NAME_520542" mesh_name="eq_head_french" totalpoint="0" 
    		type="equip" iscashitem="false" res_sex="f" res_level="0" slot="head" weight="3" bt_price="0" 
    		hp="1" ap="4" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520542" />
    	<ITEM id="416" name="STR:ZITEM_NAME_520543" mesh_name="eq_head_valkyrie" totalpoint="0" 
    		type="equip" iscashitem="false" res_sex="f" res_level="25" slot="head" weight="5" bt_price="0" 
    		hp="4" ap="12" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520543" />
    	<ITEM id="417" name="STR:ZITEM_NAME_520544" mesh_name="eq_head_29" totalpoint="0" 
    		type="equip" iscashitem="false" res_sex="f" res_level="25" slot="head" weight="3" bt_price="0" 
    		hp="3" ap="6" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520544" />
    	<ITEM id="418" name="STR:ZITEM_NAME_520545" mesh_name="eq_head_32" totalpoint="0" 
    		type="equip" iscashitem="false" res_sex="f" res_level="15" slot="head" weight="4" bt_price="0" 
    		hp="2" ap="8" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520545" />
    	<ITEM id="419" name="STR:ZITEM_NAME_520546" mesh_name="eq_head_koala" totalpoint="0" 
    		type="equip" iscashitem="false" res_sex="f" res_level="0" slot="head" weight="3" bt_price="0" 
    		hp="2" ap="2" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520546" />
    	<ITEM id="420" name="STR:ZITEM_NAME_520547" mesh_name="eq_head_Assassin" totalpoint="0" 
    		type="equip" iscashitem="false" res_sex="f" res_level="25" slot="head" weight="4" bt_price="0" 
    		hp="3" ap="12" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520547" />
    	<ITEM id="421" name="STR:ZITEM_NAME_520548" mesh_name="eq_head_kungfu" totalpoint="0" 
    		type="equip" iscashitem="false" res_sex="f" res_level="15" slot="head" weight="3" bt_price="0" 
    		hp="3" ap="4" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520548" />
    	<ITEM id="422" name="STR:ZITEM_NAME_520549" mesh_name="eq_head_heavymetal" totalpoint="0" 
    		type="equip" iscashitem="false" res_sex="f" res_level="25" slot="head" weight="4" bt_price="0" 
    		hp="4" ap="10" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520549" />
    	<ITEM id="423" name="STR:ZITEM_NAME_520551" mesh_name="eq_head_royal_children" totalpoint="0" 
    		type="equip" iscashitem="false" res_sex="f" res_level="25" slot="head" weight="4" bt_price="0" 
    		hp="3" ap="12" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520551" />
    	<ITEM id="424" name="STR:ZITEM_NAME_520553" mesh_name="eq_head_US_Navy_Costume" totalpoint="0" 
    		type="equip" iscashitem="false" res_sex="f" res_level="15" slot="head" weight="4" bt_price="0" 
    		hp="3" ap="6" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520553" />
    	<ITEM id="425" name="STR:ZITEM_NAME_520554" mesh_name="eq_head_yohawk" totalpoint="0" 
    		type="equip" iscashitem="false" res_sex="f" res_level="15" slot="head" weight="4" bt_price="0" 
    		hp="2" ap="8" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520554" />
    	<ITEM id="426" name="STR:ZITEM_NAME_520555" mesh_name="eq_head_magician" totalpoint="0" 
    		type="equip" iscashitem="false" res_sex="f" res_level="15" slot="head" weight="4" bt_price="0" 
    		hp="2" ap="8" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520555" />
    	<ITEM id="427" name="STR:ZITEM_NAME_520556" mesh_name="eq_head_angel" totalpoint="0" 
    		type="equip" iscashitem="false" res_sex="f" res_level="25" slot="head" weight="4" bt_price="0" 
    		hp="3" ap="10" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520556" />
    	<ITEM id="428" name="STR:ZITEM_NAME_520558" mesh_name="eq_head_fenrir_guardian" totalpoint="0" 
    	  type="equip" res_level="25" res_sex="f" weight="4" hp="2" ap="14" iscashitem="false" slot="Head" 
    	  bt_price="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520558" />
    	<ITEM id="429" name="STR:ZITEM_NAME_520559" mesh_name="eq_head_santa_w" totalpoint="0" 
    	  type="equip" res_level="1" res_sex="f" weight="3" hp="0" ap="5" iscashitem="false" slot="Head" 
    	  bt_price="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520559" />
    	<ITEM id="430" name="STR:ZITEM_NAME_520560" mesh_name="eq_head_antler" totalpoint="0" 
    	  type="equip" res_level="1" res_sex="f" weight="2" hp="0" ap="0" iscashitem="false" slot="Head" 
    	  xp_solo_bonus="20" xp_team_bonus="20" xp_quest_bonus="20"
    	  bt_price="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520560" />
    
    	<!-- chest /////////////////////////////////////////////////////////////////////////////////////////// -->
    	<!-- 남자 //////////////////////////////////////////////// -->
    	<ITEM id="431" name="STR:ZITEM_NAME_521001" mesh_name="eq_chest_16" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="m" res_level="7" slot="chest" weight="14"
    		bt_price="0" hp="4" ap="16" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		desc="STR:ZITEM_DESC_521001" />
    	<ITEM id="432" name="STR:ZITEM_NAME_521002" mesh_name="eq_chest_04" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="m" res_level="15" slot="chest" weight="15"
    		bt_price="0" hp="4" ap="22" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		desc="STR:ZITEM_DESC_521002" />
    	<ITEM id="433" name="STR:ZITEM_NAME_521003" mesh_name="eq_chest_17" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="m" res_level="15" slot="chest" weight="15"
    		bt_price="0" hp="3" ap="24" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		desc="STR:ZITEM_DESC_521003" />
    	<ITEM id="434" name="STR:ZITEM_NAME_521004" mesh_name="eq_chest_10" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="m" res_level="0" slot="chest" weight="10"
    		bt_price="0" hp="2" ap="10" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		desc="STR:ZITEM_DESC_521004" />
    	<ITEM id="435" name="STR:ZITEM_NAME_521005" mesh_name="eq_chest_09" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="m" res_level="7" slot="chest" weight="14"
    		bt_price="0" hp="3" ap="18" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		desc="STR:ZITEM_DESC_521005" />
    	<ITEM id="436" name="STR:ZITEM_NAME_521006" mesh_name="eq_chest_20" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="m" res_level="0" slot="chest" weight="9" bt_price="0"
    		hp="3" ap="6" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_521006" />
    	<ITEM id="437" name="STR:ZITEM_NAME_521007" mesh_name="eq_chest_23" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="m" res_level="15" slot="chest" weight="14"
    		bt_price="0" hp="3" ap="22" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		desc="STR:ZITEM_DESC_521007" />
    	<ITEM id="438" name="STR:ZITEM_NAME_521008" mesh_name="eq_chest_santa" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="m" res_level="0" slot="chest" weight="10"
    		bt_price="0" hp="1" ap="13" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		desc="STR:ZITEM_DESC_521008" />
    	<ITEM id="439" name="STR:ZITEM_NAME_521009" mesh_name="eq_chest_24" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="m" res_level="7" slot="chest" weight="15"
    		bt_price="0" hp="5" ap="16" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		desc="STR:ZITEM_DESC_521009" />
    	<ITEM id="440" name="STR:ZITEM_NAME_521010" mesh_name="eq_chest_22" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="m" res_level="15" slot="chest" weight="14"
    		bt_price="0" hp="3" ap="22" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		desc="STR:ZITEM_DESC_521010" />
    	<ITEM id="441" name="STR:ZITEM_NAME_521011" mesh_name="eq_chest_19" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="m" res_level="15" slot="chest" weight="15"
    		bt_price="0" hp="3" ap="24" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		desc="STR:ZITEM_DESC_521011" />
    	<ITEM id="442" name="STR:ZITEM_NAME_521012" mesh_name="eq_chest_18" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="m" res_level="15" slot="chest" weight="15"
    		bt_price="0" hp="4" ap="22" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		desc="STR:ZITEM_DESC_521012" />
    	<ITEM id="443" name="STR:ZITEM_NAME_521013" mesh_name="eq_chest_bigi" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="m" res_level="7" slot="chest" weight="14"
    		bt_price="0" hp="3" ap="18" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		desc="STR:ZITEM_DESC_521013" />
    	<ITEM id="444" name="STR:ZITEM_NAME_521014" mesh_name="eq_chest_27" totalpoint="0"
    		type="equip" res_sex="m" res_level="25" slot="chest" weight="14" bt_price="0"
    		hp="4" ap="22" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_521014" />
    	<ITEM id="445" name="STR:ZITEM_NAME_521015" mesh_name="eq_chest_hanbok" totalpoint="0"
    		type="equip" res_sex="m" res_level="0" slot="chest" weight="10" bt_price="0"
    		hp="1" ap="13" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_521015" />
    	<ITEM id="446" name="STR:ZITEM_NAME_521016" mesh_name="eq_chest_26" totalpoint="0"
    		type="equip" res_sex="m" res_level="15" slot="chest" weight="15" bt_price="0"
    		hp="4" ap="22" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_521016" />
    	<ITEM id="447" name="STR:ZITEM_NAME_521017" mesh_name="eq_chest_25" totalpoint="0"
    		type="equip" res_sex="m" res_level="15" slot="chest" weight="17" bt_price="0"
    		hp="4" ap="25" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_521017" />
    	<ITEM id="448" name="STR:ZITEM_NAME_521018" mesh_name="eq_chest_korea" totalpoint="0"
    		type="equip" res_sex="m" res_level="0" slot="chest" weight="10" bt_price="0"
    		hp="2" ap="14" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_521018" />
    	<ITEM id="449" name="STR:ZITEM_NAME_521019" mesh_name="eq_chest_brazil" totalpoint="0"
    		type="equip" res_sex="m" res_level="0" slot="chest" weight="10" bt_price="0"
    		hp="2" ap="14" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_521019" />
    	<ITEM id="450" name="STR:ZITEM_NAME_521020" mesh_name="eq_chest_japan" totalpoint="0"
    		type="equip" res_sex="m" res_level="0" slot="chest" weight="10" bt_price="0"
    		hp="2" ap="14" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_521020" />
    	<ITEM id="451" name="STR:ZITEM_NAME_521021" mesh_name="eq_chest_14" totalpoint="0"
    		type="equip" res_sex="m" res_level="0" slot="chest" weight="10" bt_price="0"
    		hp="1" ap="12" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_521021" />
    	<ITEM id="452" name="STR:ZITEM_NAME_521022" mesh_name="eq_chest_zeus" totalpoint="0"
    		type="equip" res_sex="m" res_level="0" slot="chest" weight="10" bt_price="0"
    		hp="2" ap="12" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_521022" />
    	<ITEM id="453" name="STR:ZITEM_NAME_521023" mesh_name="eq_chest_29" totalpoint="0"
    		type="equip" res_sex="m" res_level="0" slot="chest" weight="9" bt_price="0"
    		hp="0" ap="14" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_521023" />
    	<ITEM id="454" name="STR:ZITEM_NAME_521024" mesh_name="eq_chest_33" totalpoint="0" iscashitem="false"
    		type="equip" res_sex="m" res_level="15" slot="chest" weight="14" bt_price="0"
    		hp="2" ap="24" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_521024" />
    	<ITEM id="455" name="STR:ZITEM_NAME_521025" mesh_name="eq_chest_34" totalpoint="0"
    		type="equip" res_sex="m" res_level="15" slot="chest" weight="13" bt_price="0"
    		hp="2" ap="24" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_521025" />
    	<ITEM id="456" name="STR:ZITEM_NAME_521026" mesh_name="eq_chest_36" totalpoint="0" iscashitem="false"
    		type="equip" res_sex="m" res_level="15" slot="chest" weight="15" bt_price="0" 
    		hp="4" ap="20" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_521026" />
    	<ITEM id="457" name="STR:ZITEM_NAME_521027" mesh_name="eq_chest_35" totalpoint="0" iscashitem="false"
    		type="equip" res_sex="m" res_level="15" slot="chest" weight="15" bt_price="0" 
    		hp="3" ap="24" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_521027" />
    	<ITEM id="458" name="STR:ZITEM_NAME_521028" mesh_name="eq_chest_swim" totalpoint="0" iscashitem="false"
    		type="equip" res_sex="m" res_level="0" slot="chest" weight="10" bt_price="0" 
    		hp="5" ap="4" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_521028" />
    	<ITEM id="459" name="STR:ZITEM_NAME_521029" mesh_name="eq_chest_school" totalpoint="0" iscashitem="false"
    		type="equip" res_sex="m" res_level="25" slot="chest" weight="13" bt_price="0" 
    		hp="6" ap="17" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_521029" />
    	<ITEM id="460" name="STR:ZITEM_NAME_521030" mesh_name="eq_chest_winter" totalpoint="0" iscashitem="false" 
    		type="equip" res_sex="m" res_level="25" slot="chest" weight="13" bt_price="0" 
    		hp="3" ap="24" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_521030" />
    	<ITEM id="461" name="STR:ZITEM_NAME_521031" mesh_name="eq_chest_aura" totalpoint="0" iscashitem="false" 
    		type="equip" res_sex="m" res_level="25" slot="chest" weight="16" bt_price="0" 
    		hp="5" ap="26" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_521031" />
    	<ITEM id="462" name="STR:ZITEM_NAME_521032" mesh_name="eq_chest_canada" totalpoint="0" iscashitem="false" 
    		type="equip" res_sex="m" res_level="0" slot="chest" weight="10" bt_price="0" 
    		hp="2" ap="14" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_521032" />
    	<ITEM id="463" name="STR:ZITEM_NAME_521033" mesh_name="eq_chest_valkyrie" totalpoint="0" iscashitem="false" 
    		type="equip" res_sex="m" res_level="25" slot="chest" weight="17" bt_price="0" 
    		hp="6" ap="26" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_521033" />
    	<ITEM id="464" name="STR:ZITEM_NAME_521034" mesh_name="eq_chest_28" totalpoint="0" iscashitem="false" 
    		type="equip" res_sex="m" res_level="25" slot="chest" weight="15" bt_price="0" 
    		hp="4" ap="27" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_521034" />
    	<ITEM id="465" name="STR:ZITEM_NAME_521035" mesh_name="eq_chest_32" totalpoint="0" iscashitem="false" 
    		type="equip" res_sex="m" res_level="15" slot="chest" weight="14" bt_price="0" 
    		hp="4" ap="22" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_521035" />
    	<ITEM id="466" name="STR:ZITEM_NAME_521036" mesh_name="eq_chest_germany" totalpoint="0" iscashitem="false" 
    		type="equip" res_sex="m" res_level="0" slot="chest" weight="10" bt_price="0" 
    		hp="2" ap="14" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_521036" />
    	<ITEM id="467" name="STR:ZITEM_NAME_521037" mesh_name="eq_chest_peru" totalpoint="0" iscashitem="false" 
    		type="equip" res_sex="m" res_level="0" slot="chest" weight="10" bt_price="0" 
    		hp="2" ap="14" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_521037" />
    	<ITEM id="468" name="STR:ZITEM_NAME_521038" mesh_name="eq_chest_Assassin" totalpoint="0" iscashitem="false" 
    		type="equip" res_sex="m" res_level="25" slot="chest" weight="17" bt_price="0" 
    		hp="6" ap="26" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_521038" />
    	<ITEM id="469" name="STR:ZITEM_NAME_521039" mesh_name="eq_chest_kungfu" totalpoint="0" iscashitem="false" 
    		type="equip" res_sex="m" res_level="15" slot="chest" weight="14" bt_price="0" 
    		hp="3" ap="23" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_521039" />
    	<ITEM id="470" name="STR:ZITEM_NAME_521040" mesh_name="eq_chest_heavymetal" totalpoint="0" iscashitem="false" 
    		type="equip" res_sex="m" res_level="25" slot="chest" weight="16" bt_price="0" 
    		hp="5" ap="26" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_521040" />
    	<ITEM id="471" name="STR:ZITEM_NAME_521042" mesh_name="eq_chest_royal_children" totalpoint="0" iscashitem="false" 
    		type="equip" res_sex="m" res_level="25" slot="chest" weight="16" bt_price="0" 
    		hp="5" ap="26" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_521042" />
    	<ITEM id="472" name="STR:ZITEM_NAME_521044" mesh_name="eq_chest_US_Navy_Costume" totalpoint="0" iscashitem="false" 
    		type="equip" res_sex="m" res_level="15" slot="chest" weight="15" bt_price="0" 
    		hp="4" ap="23" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_521044" />
    	<ITEM id="473" name="STR:ZITEM_NAME_521045" mesh_name="eq_chest_clan_yohawk" totalpoint="0" iscashitem="false" 
    		type="equip" res_sex="m" res_level="15" slot="chest" weight="13" bt_price="0" 
    		hp="3" ap="22" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_521045" />
    	<ITEM id="474" name="STR:ZITEM_NAME_521046" mesh_name="eq_chest_magician" totalpoint="0" iscashitem="false" 
    		type="equip" res_sex="m" res_level="15" slot="chest" weight="14" bt_price="0" 
    		hp="3" ap="24" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_521046" />
    	<ITEM id="475" name="STR:ZITEM_NAME_521050" mesh_name="eq_chest_fenrir_guardian" totalpoint="0" 
    	  type="equip" res_level="25" res_sex="m" weight="17" hp="4" ap="30" iscashitem="false" slot="Chest" 
    	  bt_price="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_521050" />
    	<ITEM id="476" name="STR:ZITEM_NAME_521051" mesh_name="eq_chest_fenrir_guardian_s" totalpoint="0" 
    	  type="equip" res_level="25" res_sex="m" weight="16" hp="3" ap="30" iscashitem="false" slot="Chest" 
    	  bt_price="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_521051" />
    	<ITEM id="477" name="STR:ZITEM_NAME_521052" mesh_name="eq_chest_santa_w" totalpoint="0" 
    	  type="equip" res_level="1" res_sex="m" weight="10" hp="1" ap="14" iscashitem="false" slot="Chest" 
    	  bt_price="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_521052" />
    
    	<!-- 여자 //////////////////////////////////////////////////-->
    	<ITEM id="478" name="STR:ZITEM_NAME_521501" mesh_name="eq_chest_long002" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="f" res_level="7" slot="chest" weight="14"
    		bt_price="0" hp="3" ap="16" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		desc="STR:ZITEM_DESC_521501" />
    	<ITEM id="479" name="STR:ZITEM_NAME_521502" mesh_name="eq_chest_17" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="f" res_level="15" slot="chest" weight="15"
    		bt_price="0" hp="4" ap="22" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		desc="STR:ZITEM_DESC_521502" />
    	<ITEM id="480" name="STR:ZITEM_NAME_521503" mesh_name="eq_chest_19" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="f" res_level="15" slot="chest" weight="15"
    		bt_price="0" hp="3" ap="24" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		desc="STR:ZITEM_DESC_521503" />
    	<ITEM id="481" name="STR:ZITEM_NAME_521504" mesh_name="eq_chest_14" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="f" res_level="0" slot="chest" weight="10"
    		bt_price="0" hp="2" ap="10" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		desc="STR:ZITEM_DESC_521504" />
    	<ITEM id="482" name="STR:ZITEM_NAME_521505" mesh_name="eq_chest_08" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="f" res_level="7" slot="chest" weight="14"
    		bt_price="0" hp="3" ap="18" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		desc="STR:ZITEM_DESC_521505" />
    	<ITEM id="483" name="STR:ZITEM_NAME_521506" mesh_name="eq_chest_20" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="f" res_level="0" slot="chest" weight="9" bt_price="0"
    		hp="3" ap="6" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_521506" />
    	<ITEM id="484" name="STR:ZITEM_NAME_521507" mesh_name="eq_chest_023" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="f" res_level="15" slot="chest" weight="14"
    		bt_price="0" hp="3" ap="22" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		desc="STR:ZITEM_DESC_521507" />
    	<ITEM id="485" name="STR:ZITEM_NAME_521508" mesh_name="eq_chest_santa" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="f" res_level="0" slot="chest" weight="10"
    		bt_price="0" hp="1" ap="13" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		desc="STR:ZITEM_DESC_521508" />
    	<ITEM id="486" name="STR:ZITEM_NAME_521509" mesh_name="eq_chest_024" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="f" res_level="7" slot="chest" weight="15"
    		bt_price="0" hp="5" ap="16" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		desc="STR:ZITEM_DESC_521509" />
    	<ITEM id="487" name="STR:ZITEM_NAME_521510" mesh_name="eq_chest_22" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="f" res_level="15" slot="chest" weight="14"
    		bt_price="0" hp="3" ap="22" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		desc="STR:ZITEM_DESC_521510" />
    	<ITEM id="488" name="STR:ZITEM_NAME_521511" mesh_name="eq_chest_18" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="f" res_level="15" slot="chest" weight="15"
    		bt_price="0" hp="3" ap="24" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		desc="STR:ZITEM_DESC_521511" />
    	<ITEM id="489" name="STR:ZITEM_NAME_521512" mesh_name="eq_chest_026" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="f" res_level="15" slot="chest" weight="15"
    		bt_price="0" hp="4" ap="22" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		desc="STR:ZITEM_DESC_521512" />
    	<ITEM id="490" name="STR:ZITEM_NAME_521513" mesh_name="eq_chest_bigi" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="f" res_level="7" slot="chest" weight="14"
    		bt_price="0" hp="3" ap="18" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		desc="STR:ZITEM_DESC_521513" />
    	<ITEM id="491" name="STR:ZITEM_NAME_521514" mesh_name="eq_chest_28" totalpoint="0"
    		type="equip" res_sex="f" res_level="25" slot="chest" weight="14" bt_price="0"
    		hp="4" ap="22" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_521514" />
    	<ITEM id="492" name="STR:ZITEM_NAME_521515" mesh_name="eq_chest_hanbok" totalpoint="0"
    		type="equip" res_sex="f" res_level="0" slot="chest" weight="10" bt_price="0"
    		hp="1" ap="13" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_521515" />
    	<ITEM id="493" name="STR:ZITEM_NAME_521516" mesh_name="eq_chest_027" totalpoint="0"
    		type="equip" res_sex="f" res_level="15" slot="chest" weight="15" bt_price="0"
    		hp="4" ap="22" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_521516" />
    	<ITEM id="494" name="STR:ZITEM_NAME_521517" mesh_name="eq_chest_025" totalpoint="0"
    		type="equip" res_sex="f" res_level="15" slot="chest" weight="17" bt_price="0"
    		hp="4" ap="25" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_521517" />
    	<ITEM id="495" name="STR:ZITEM_NAME_521518" mesh_name="eq_chest_korea" totalpoint="0"
    		type="equip" res_sex="f" res_level="0" slot="chest" weight="10" bt_price="0"
    		hp="2" ap="14" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_521518" />
    	<ITEM id="496" name="STR:ZITEM_NAME_521519" mesh_name="eq_chest_brazil" totalpoint="0"
    		type="equip" res_sex="f" res_level="0" slot="chest" weight="10" bt_price="0"
    		hp="2" ap="14" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_521519" />
    	<ITEM id="497" name="STR:ZITEM_NAME_521520" mesh_name="eq_chest_japan" totalpoint="0"
    		type="equip" res_sex="f" res_level="0" slot="chest" weight="10" bt_price="0"
    		hp="2" ap="14" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_521520" />	
    	<ITEM id="498" name="STR:ZITEM_NAME_521521" mesh_name="eq_chest_15" totalpoint="0"
    		type="equip" res_sex="f" res_level="0" slot="chest" weight="10" bt_price="0"
    		hp="1" ap="12" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_521521" />	
    	<ITEM id="499" name="STR:ZITEM_NAME_521522" mesh_name="eq_chest_zeus" totalpoint="0"
    		type="equip" res_sex="f" res_level="0" slot="chest" weight="10" bt_price="0"
    		hp="2" ap="12" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_521522" />	
    	<ITEM id="500" name="STR:ZITEM_NAME_521523" mesh_name="eq_chest_30" totalpoint="0"
    		type="equip" res_sex="f" res_level="0" slot="chest" weight="9" bt_price="0"
    		hp="0" ap="14" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_521523" />	
    	<ITEM id="501" name="STR:ZITEM_NAME_521524" mesh_name="eq_chest_33" totalpoint="0" iscashitem="false"
    		type="equip" res_sex="f" res_level="15" slot="chest" weight="14" bt_price="0"
    		hp="2" ap="24" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_521524" />	
    	<ITEM id="502" name="STR:ZITEM_NAME_521525" mesh_name="eq_chest_34" totalpoint="0"
    		type="equip" res_sex="f" res_level="15" slot="chest" weight="13" bt_price="0"
    		hp="2" ap="24" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_521525" />	
    	<ITEM id="503" name="STR:ZITEM_NAME_521526" mesh_name="eq_chest_35" totalpoint="0" iscashitem="false"
    		type="equip" res_sex="f" res_level="15" slot="chest" weight="15" bt_price="0"
    		hp="4" ap="20" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_521526" />	
    	<ITEM id="504" name="STR:ZITEM_NAME_521527" mesh_name="eq_chest_36" totalpoint="0" iscashitem="false"
    		type="equip" res_sex="f" res_level="15" slot="chest" weight="15" bt_price="0"
    		hp="3" ap="24" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_521527" />	
    	<ITEM id="505" name="STR:ZITEM_NAME_521528" mesh_name="eq_chest_swim" totalpoint="0" iscashitem="false"
    		type="equip" res_sex="f" res_level="0" slot="chest" weight="10" bt_price="0"
    		hp="5" ap="4" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_521528" />	
    	<ITEM id="506" name="STR:ZITEM_NAME_521529" mesh_name="eq_chest_school" totalpoint="0" iscashitem="false"
    		type="equip" res_sex="f" res_level="25" slot="chest" weight="13" bt_price="0"
    		hp="6" ap="17" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_521529" />	
    	<ITEM id="507" name="STR:ZITEM_NAME_521530" mesh_name="eq_chest_winter" totalpoint="0" iscashitem="false" 
    		type="equip" res_sex="f" res_level="25" slot="chest" weight="13" bt_price="0" 
    		hp="3" ap="24" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_521530" />
    	<ITEM id="508" name="STR:ZITEM_NAME_521531" mesh_name="eq_chest_aura" totalpoint="0" iscashitem="false" 
    		type="equip" res_sex="f" res_level="25" slot="chest" weight="16" bt_price="0" 
    		hp="5" ap="26" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_521531" />
    	<ITEM id="509" name="STR:ZITEM_NAME_521532" mesh_name="eq_chest_canada" totalpoint="0" iscashitem="false" 
    		type="equip" res_sex="f" res_level="0" slot="chest" weight="10" bt_price="0" 
    		hp="2" ap="14" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_521532" />
    	<ITEM id="510" name="STR:ZITEM_NAME_521533" mesh_name="eq_chest_valkyrie" totalpoint="0" iscashitem="false" 
    		type="equip" res_sex="f" res_level="25" slot="chest" weight="17" bt_price="0" 
    		hp="6" ap="26" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_521533" />
    	<ITEM id="511" name="STR:ZITEM_NAME_521534" mesh_name="eq_chest_29" totalpoint="0" iscashitem="false" 
    		type="equip" res_sex="f" res_level="25" slot="chest" weight="15" bt_price="0" 
    		hp="4" ap="27" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_521534" />
    	<ITEM id="512" name="STR:ZITEM_NAME_521535" mesh_name="eq_chest_32" totalpoint="0" iscashitem="false" 
    		type="equip" res_sex="f" res_level="15" slot="chest" weight="14" bt_price="0" 
    		hp="4" ap="22" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_521535" />
    	<ITEM id="513" name="STR:ZITEM_NAME_521536" mesh_name="eq_chest_germany" totalpoint="0" iscashitem="false" 
    		type="equip" res_sex="f" res_level="0" slot="chest" weight="10" bt_price="0" 
    		hp="2" ap="14" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_521536" />
    	<ITEM id="514" name="STR:ZITEM_NAME_521537" mesh_name="eq_chest_peru" totalpoint="0" iscashitem="false" 
    		type="equip" res_sex="f" res_level="0" slot="chest" weight="10" bt_price="0" 
    		hp="2" ap="14" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_521537" />
    	<ITEM id="515" name="STR:ZITEM_NAME_521538" mesh_name="eq_chest_Assassin" totalpoint="0" iscashitem="false" 
    		type="equip" res_sex="f" res_level="25" slot="chest" weight="17" bt_price="0" 
    		hp="6" ap="26" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_521538" />
    	<ITEM id="516" name="STR:ZITEM_NAME_521539" mesh_name="eq_chest_kungfu" totalpoint="0" iscashitem="false" 
    		type="equip" res_sex="f" res_level="15" slot="chest" weight="14" bt_price="0" 
    		hp="3" ap="23" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_521539" />
    	<ITEM id="517" name="STR:ZITEM_NAME_521540" mesh_name="eq_chest_heavymetal" totalpoint="0" iscashitem="false" 
    		type="equip" res_sex="f" res_level="25" slot="chest" weight="16" bt_price="0" 
    		hp="5" ap="26" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_521540" />
    	<ITEM id="518" name="STR:ZITEM_NAME_521542" mesh_name="eq_chest_royal_children" totalpoint="0" iscashitem="false" 
    		type="equip" res_sex="f" res_level="25" slot="chest" weight="16" bt_price="0" 
    		hp="5" ap="26" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_521542" />
    	<ITEM id="519" name="STR:ZITEM_NAME_521544" mesh_name="eq_chest_US_Navy_Costume" totalpoint="0" iscashitem="false" 
    		type="equip" res_sex="f" res_level="15" slot="chest" weight="15" bt_price="0" 
    		hp="4" ap="23" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_521544" />
    	<ITEM id="520" name="STR:ZITEM_NAME_521545" mesh_name="eq_chest_yohawk" totalpoint="0" iscashitem="false" 
    		type="equip" res_sex="f" res_level="15" slot="chest" weight="13" bt_price="0" 
    		hp="3" ap="22" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_521545" />
    	<ITEM id="521" name="STR:ZITEM_NAME_521546" mesh_name="eq_chest_magician" totalpoint="0" iscashitem="false" 
    		type="equip" res_sex="f" res_level="15" slot="chest" weight="14" bt_price="0" 
    		hp="3" ap="24" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_521546" />
    	<ITEM id="522" name="STR:ZITEM_NAME_521547" mesh_name="eq_chest_angel" totalpoint="0" iscashitem="false" 
    		type="equip" res_sex="f" res_level="25" slot="chest" weight="15" bt_price="0" 
    		hp="5" ap="24" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_521547" />
    	<ITEM id="523" name="STR:ZITEM_NAME_521548" mesh_name="eq_chest_angel_small" totalpoint="0" iscashitem="false" 
    		type="equip" res_sex="f" res_level="25" slot="chest" weight="15" bt_price="0" 
    		hp="5" ap="24" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_521548" />
    	<ITEM id="524" name="STR:ZITEM_NAME_521550" mesh_name="eq_chest_fenrir_guardian" totalpoint="0" 
    	  type="equip" res_level="25" res_sex="f" weight="17" hp="4" ap="30" iscashitem="false" slot="Chest" 
    	  bt_price="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_521550" />
    	<ITEM id="525" name="STR:ZITEM_NAME_521551" mesh_name="eq_chest_fenrir_guardian_s" totalpoint="0" 
    	  type="equip" res_level="25" res_sex="f" weight="16" hp="3" ap="30" iscashitem="false" slot="Chest" 
    	  bt_price="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_521551" />
    	<ITEM id="526" name="STR:ZITEM_NAME_521552" mesh_name="eq_chest_santa_w" totalpoint="0" 
    	  type="equip" res_level="1" res_sex="f" weight="10" hp="1" ap="14" iscashitem="false" slot="Chest" 
    	  bt_price="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_521552" />
    
    	<!-- hands /////////////////////////////////////////////////////////////////////////////////////// -->
    	<!-- 남자 //////////////////////////////////////////////////// -->
    	<ITEM id="527" name="STR:ZITEM_NAME_522001" mesh_name="eq_hands_17" totalpoint="0"
    		type="equip" res_sex="m" res_level="7" slot="hands" weight="3" bt_price="0" hp="2"
    		ap="8" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_522001" />
    	<ITEM id="528" name="STR:ZITEM_NAME_522002" mesh_name="eq_hands_07" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="m" res_level="15" slot="hands" weight="4"
    		bt_price="0" hp="3" ap="12" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		desc="STR:ZITEM_DESC_522002" />
    	<ITEM id="529" name="STR:ZITEM_NAME_522003" mesh_name="eq_hands_15" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="m" res_level="15" slot="hands" weight="4"
    		bt_price="0" hp="2" ap="14" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		desc="STR:ZITEM_DESC_522003" />
    	<ITEM id="530" name="STR:ZITEM_NAME_522004" mesh_name="eq_hands_09" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="m" res_level="0" slot="hands" weight="2" bt_price="0"
    		hp="1" ap="6" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_522004" />
    	<ITEM id="531" name="STR:ZITEM_NAME_522005" mesh_name="eq_hands_08" totalpoint="0"
    		type="equip" res_sex="m" res_level="7" slot="hands" weight="3" bt_price="0" hp="1"
    		ap="10" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_522005" />
    	<ITEM id="532" name="STR:ZITEM_NAME_522006" mesh_name="eq_hands_20" totalpoint="0"
    		type="equip" res_sex="m" res_level="0" slot="hands" weight="2" bt_price="0" hp="1"
    		ap="6" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_522006" />
    	<ITEM id="533" name="STR:ZITEM_NAME_522007" mesh_name="eq_hands_23" totalpoint="0"
    		type="equip" res_sex="m" res_level="15" slot="hands" weight="4" bt_price="0" hp="3"
    		ap="12" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_522007" />
    	<ITEM id="534" name="STR:ZITEM_NAME_522008" mesh_name="eq_hands_santa" totalpoint="0"
    		type="equip" res_sex="m" res_level="0" slot="hands" weight="2" bt_price="0" hp="0"
    		ap="9" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_522008" />
    	<ITEM id="535" name="STR:ZITEM_NAME_522009" mesh_name="eq_hands_24" totalpoint="0"
    		type="equip" res_sex="m" res_level="7" slot="hands" weight="4" bt_price="0" hp="3"
    		ap="8" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_522009" />
    	<ITEM id="536" name="STR:ZITEM_NAME_522010" mesh_name="eq_hands_22" totalpoint="0"
    		type="equip" res_sex="m" res_level="15" slot="hands" weight="3" bt_price="0" hp="2"
    		ap="12" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_522010" />
    	<ITEM id="537" name="STR:ZITEM_NAME_522011" mesh_name="eq_hands_19" totalpoint="0"
    		type="equip" res_sex="m" res_level="15" slot="hands" weight="4" bt_price="0" hp="2"
    		ap="14" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_522011" />
    	<ITEM id="538" name="STR:ZITEM_NAME_522012" mesh_name="eq_hands_18" totalpoint="0"
    		type="equip" res_sex="m" res_level="15" slot="hands" weight="4" bt_price="0" hp="1"
    		ap="16" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_522012" />
    	<ITEM id="539" name="STR:ZITEM_NAME_522013" mesh_name="eq_hands_27" totalpoint="0"
    		type="equip" res_sex="m" res_level="25" slot="hands" weight="4" bt_price="0"
    		hp="3" ap="13" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_522013" />
    	<ITEM id="540" name="STR:ZITEM_NAME_522014" mesh_name="eq_hands_hanbok" totalpoint="0"
    		type="equip" res_sex="m" res_level="0" slot="hands" weight="2" bt_price="0"
    		hp="0" ap="9" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_522014" />
    	<ITEM id="541" name="STR:ZITEM_NAME_522015" mesh_name="eq_hands_26" totalpoint="0"
    		type="equip" res_sex="m" res_level="15" slot="hands" weight="4" bt_price="0"
    		hp="1" ap="16" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_522015" />
    	<ITEM id="542" name="STR:ZITEM_NAME_522016" mesh_name="eq_hands_25" totalpoint="0"
    		type="equip" res_sex="m" res_level="15" slot="hands" weight="4" bt_price="0"
    		hp="1" ap="16" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_522016" />
    	<ITEM id="543" name="STR:ZITEM_NAME_522017" mesh_name="eq_hands_14" totalpoint="0"
    		type="equip" res_sex="m" res_level="0" slot="hands" weight="2" bt_price="0"
    		hp="1" ap="6" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_522017" />
    	<ITEM id="544" name="STR:ZITEM_NAME_522018" mesh_name="eq_hands_29" totalpoint="0"
    		type="equip" res_sex="m" res_level="0" slot="hands" weight="2" bt_price="0"
    		hp="2" ap="4" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_522018" />
    	<ITEM id="545" name="STR:ZITEM_NAME_522019" mesh_name="eq_hands_33" totalpoint="0" iscashitem="false"
    		type="equip" res_sex="m" res_level="15" slot="hands" weight="3" bt_price="0"
    		hp="1" ap="14" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_522019" />
    	<ITEM id="546" name="STR:ZITEM_NAME_522020" mesh_name="eq_hands_34" totalpoint="0"
    		type="equip" res_sex="m" res_level="15" slot="hands" weight="3" bt_price="0"
    		hp="1" ap="13" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_522020" />
    	<ITEM id="547" name="STR:ZITEM_NAME_522021" mesh_name="eq_hands_36" totalpoint="0" iscashitem="false"
    		type="equip" res_sex="m" res_level="15" slot="hands" weight="4" bt_price="0"
    		hp="1" ap="16" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_522021" />
    	<ITEM id="548" name="STR:ZITEM_NAME_522022" mesh_name="eq_hands_35" totalpoint="0" iscashitem="false"
    		type="equip" res_sex="m" res_level="15" slot="hands" weight="3" bt_price="0"
    		hp="2" ap="12" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_522022" />
    	<ITEM id="549" name="STR:ZITEM_NAME_522023" mesh_name="eq_hands_swim" totalpoint="0" iscashitem="false"
    		type="equip" res_sex="m" res_level="0" slot="hands" weight="1" bt_price="0"
    		hp="2" ap="2" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_522023" />
    	<ITEM id="550" name="STR:ZITEM_NAME_522024" mesh_name="eq_hands_school" totalpoint="0" iscashitem="false"
    		type="equip" res_sex="m" res_level="25" slot="hands" weight="5" bt_price="0"
    		hp="4" ap="14" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_522024" />
    	<ITEM id="551" name="STR:ZITEM_NAME_522025" mesh_name="eq_hands_winter" totalpoint="0" iscashitem="false" 
    		type="equip" res_sex="m" res_level="25" slot="hands" weight="4" bt_price="0" 
    		hp="2" ap="16" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_522025" />
    	<ITEM id="552" name="STR:ZITEM_NAME_522026" mesh_name="eq_hands_aura" totalpoint="0" iscashitem="false" 
    		type="equip" res_sex="m" res_level="25" slot="hands" weight="5" bt_price="0" 
    		hp="3" ap="16" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_522026" />
    	<ITEM id="553" name="STR:ZITEM_NAME_522027" mesh_name="eq_hands_valkyrie" totalpoint="0" iscashitem="false" 
    		type="equip" res_sex="m" res_level="25" slot="hands" weight="6" bt_price="0" 
    		hp="4" ap="16" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_522027" />
    	<ITEM id="554" name="STR:ZITEM_NAME_522028" mesh_name="eq_hands_28" totalpoint="0" iscashitem="false" 
    		type="equip" res_sex="m" res_level="25" slot="hands" weight="5" bt_price="0" 
    		hp="4" ap="14" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_522028" />
    	<ITEM id="555" name="STR:ZITEM_NAME_522029" mesh_name="eq_hands_32" totalpoint="0" iscashitem="false" 
    		type="equip" res_sex="m" res_level="15" slot="hands" weight="4" bt_price="0" 
    		hp="2" ap="14" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_522029" />
    	<ITEM id="556" name="STR:ZITEM_NAME_522030" mesh_name="eq_hands_Assassin" totalpoint="0" iscashitem="false" 
    		type="equip" res_sex="m" res_level="25" slot="hands" weight="5" bt_price="0" 
    		hp="3" ap="16" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_522030" />
    	<ITEM id="557" name="STR:ZITEM_NAME_522031" mesh_name="eq_hands_kungfu" totalpoint="0" iscashitem="false" 
    		type="equip" res_sex="m" res_level="15" slot="hands" weight="3" bt_price="0" 
    		hp="2" ap="12" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_522031" />
    	<ITEM id="558" name="STR:ZITEM_NAME_522032" mesh_name="eq_hands_heavymetal" totalpoint="0" iscashitem="false" 
    		type="equip" res_sex="m" res_level="25" slot="hands" weight="5" bt_price="0" 
    		hp="4" ap="14" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_522032" />
    	<ITEM id="559" name="STR:ZITEM_NAME_522034" mesh_name="eq_hands_royal_children" totalpoint="0" iscashitem="false" 
    		type="equip" res_sex="m" res_level="25" slot="hands" weight="6" bt_price="0" 
    		hp="4" ap="15" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_522034" />
    	<ITEM id="560" name="STR:ZITEM_NAME_522036" mesh_name="eq_hands_US_Navy_Costume" totalpoint="0" iscashitem="false" 
    		type="equip" res_sex="m" res_level="15" slot="hands" weight="4" bt_price="0" 
    		hp="3" ap="12" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_522036" />
    	<ITEM id="561" name="STR:ZITEM_NAME_522037" mesh_name="eq_hands_clan_yohawk" totalpoint="0" iscashitem="false" 
    		type="equip" res_sex="m" res_level="15" slot="hands" weight="4" bt_price="0" 
    		hp="2" ap="14" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_522037" />
    	<ITEM id="562" name="STR:ZITEM_NAME_522038" mesh_name="eq_hands_magician" totalpoint="0" iscashitem="false" 
    		type="equip" res_sex="m" res_level="15" slot="hands" weight="3" bt_price="0" 
    		hp="3" ap="12" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_522038" />
    	<ITEM id="563" name="STR:ZITEM_NAME_522041" mesh_name="eq_hands_fenrir_guardian" totalpoint="0" 
    	  type="equip" res_level="25" res_sex="m" weight="6" hp="2" ap="20" iscashitem="false" slot="Hands" 
    	  bt_price="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_522041" />		
    	<ITEM id="564" name="STR:ZITEM_NAME_522042" mesh_name="eq_hands_santa_w" totalpoint="0" 
    	  type="equip" res_level="1" res_sex="m" weight="2" hp="0" ap="10" iscashitem="false" slot="Hands" 
    	  bt_price="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_522042" />
    
    	<!-- 여자 ///////////////////////////////////////////////////// -->
    	<ITEM id="565" name="STR:ZITEM_NAME_522501" mesh_name="eq_hands_leather001" totalpoint="0"
    		type="equip" res_sex="f" res_level="7" slot="hands" weight="3" bt_price="0" hp="2"
    		ap="8" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_522501" />
    	<ITEM id="566" name="STR:ZITEM_NAME_522502" mesh_name="eq_hands_17" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="f" res_level="15" slot="hands" weight="4"
    		bt_price="0" hp="3" ap="12" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		desc="STR:ZITEM_DESC_522502" />
    	<ITEM id="567" name="STR:ZITEM_NAME_522503" mesh_name="eq_hands_19" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="f" res_level="15" slot="hands" weight="4"
    		bt_price="0" hp="2" ap="14" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		desc="STR:ZITEM_DESC_522503" />
    	<ITEM id="568" name="STR:ZITEM_NAME_522504" mesh_name="eq_hands_05" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="f" res_level="0" slot="hands" weight="2" bt_price="0"
    		hp="1" ap="6" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_522504" />
    	<ITEM id="569" name="STR:ZITEM_NAME_522505" mesh_name="eq_hands_08" totalpoint="0"
    		type="equip" res_sex="f" res_level="7" slot="hands" weight="3" bt_price="0" hp="1"
    		ap="10" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_522505" />
    	<ITEM id="570" name="STR:ZITEM_NAME_522506" mesh_name="eq_hands_20" totalpoint="0"
    		type="equip" res_sex="f" res_level="0" slot="hands" weight="2" bt_price="0" hp="1"
    		ap="6" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_522506" />
    	<ITEM id="571" name="STR:ZITEM_NAME_522507" mesh_name="eq_hands_23" totalpoint="0"
    		type="equip" res_sex="f" res_level="15" slot="hands" weight="4" bt_price="0" hp="3"
    		ap="12" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_522507" />
    	<ITEM id="572" name="STR:ZITEM_NAME_522508" mesh_name="eq_hands_santa" totalpoint="0"
    		type="equip" res_sex="f" res_level="0" slot="hands" weight="2" bt_price="0" hp="0"
    		ap="9" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_522508" />
    	<ITEM id="573" name="STR:ZITEM_NAME_522509" mesh_name="eq_hands_24" totalpoint="0"
    		type="equip" res_sex="f" res_level="7" slot="hands" weight="4" bt_price="0" hp="3"
    		ap="8" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_522509" />
    	<ITEM id="574" name="STR:ZITEM_NAME_522510" mesh_name="eq_hands_22" totalpoint="0"
    		type="equip" res_sex="f" res_level="15" slot="hands" weight="3" bt_price="0" hp="2"
    		ap="12" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_522510" />
    	<ITEM id="575" name="STR:ZITEM_NAME_522511" mesh_name="eq_hands_18" totalpoint="0"
    		type="equip" res_sex="f" res_level="15" slot="hands" weight="4" bt_price="0" hp="2"
    		ap="14" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_522511" />
    	<ITEM id="576" name="STR:ZITEM_NAME_522512" mesh_name="eq_hands_26" totalpoint="0"
    		type="equip" res_sex="f" res_level="15" slot="hands" weight="4" bt_price="0" hp="1"
    		ap="16" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_522512" />
    	<ITEM id="577" name="STR:ZITEM_NAME_522513" mesh_name="eq_hands_28" totalpoint="0"
    		type="equip" res_sex="f" res_level="25" slot="hands" weight="4" bt_price="0"
    		hp="3" ap="13" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_522513" />
    	<ITEM id="578" name="STR:ZITEM_NAME_522514" mesh_name="eq_hands_hanbok" totalpoint="0"
    		type="equip" res_sex="f" res_level="0" slot="hands" weight="2" bt_price="0"
    		hp="0" ap="9" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_522514" />
    	<ITEM id="579" name="STR:ZITEM_NAME_522515" mesh_name="eq_hands_27" totalpoint="0"
    		type="equip" res_sex="f" res_level="15" slot="hands" weight="4" bt_price="0"
    		hp="1" ap="16" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_522515" />
    	<ITEM id="580" name="STR:ZITEM_NAME_522516" mesh_name="eq_hands_25" totalpoint="0"
    		type="equip" res_sex="f" res_level="15" slot="hands" weight="4" bt_price="0"
    		hp="1" ap="16" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_522516" />
    	<ITEM id="581" name="STR:ZITEM_NAME_522517" mesh_name="eq_hands_15" totalpoint="0"
    		type="equip" res_sex="f" res_level="0" slot="hands" weight="2" bt_price="0"
    		hp="1" ap="6" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_522517" />
    	<ITEM id="582" name="STR:ZITEM_NAME_522518" mesh_name="eq_hands_30" totalpoint="0"
    		type="equip" res_sex="f" res_level="0" slot="hands" weight="2" bt_price="0"
    		hp="2" ap="4" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_522518" />
    	<ITEM id="583" name="STR:ZITEM_NAME_522519" mesh_name="eq_hands_33" totalpoint="0" iscashitem="false"
    		type="equip" res_sex="f" res_level="15" slot="hands" weight="3" bt_price="0"
    		hp="1" ap="14" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_522519" />
    	<ITEM id="584" name="STR:ZITEM_NAME_522520" mesh_name="eq_hands_34" totalpoint="0"
    		type="equip" res_sex="f" res_level="15" slot="hands" weight="3" bt_price="0"
    		hp="1" ap="13" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_522520" />
    	<ITEM id="585" name="STR:ZITEM_NAME_522521" mesh_name="eq_hands_35" totalpoint="0" iscashitem="false"
    		type="equip" res_sex="f" res_level="15" slot="hands" weight="4" bt_price="0"
    		hp="1" ap="16" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_522521" />
    	<ITEM id="586" name="STR:ZITEM_NAME_522522" mesh_name="eq_hands_36" totalpoint="0" iscashitem="false"
    		type="equip" res_sex="f" res_level="15" slot="hands" weight="3" bt_price="0"
    		hp="2" ap="12" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_522522" />
    	<ITEM id="587" name="STR:ZITEM_NAME_522523" mesh_name="eq_hands_swim" totalpoint="0" iscashitem="false"
    		type="equip" res_sex="f" res_level="0" slot="hands" weight="1" bt_price="0"
    		hp="2" ap="2" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_522523" />
    	<ITEM id="588" name="STR:ZITEM_NAME_522524" mesh_name="eq_hands_school" totalpoint="0" iscashitem="false"
    		type="equip" res_sex="f" res_level="25" slot="hands" weight="5" bt_price="0"
    		hp="4" ap="14" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_522524" />
    	<ITEM id="589" name="STR:ZITEM_NAME_522525" mesh_name="eq_hands_winter" totalpoint="0" iscashitem="false" 
    		type="equip" res_sex="f" res_level="25" slot="hands" weight="4" bt_price="0" 
    		hp="2" ap="16" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_522525" />
    	<ITEM id="590" name="STR:ZITEM_NAME_522526" mesh_name="eq_hands_aura" totalpoint="0" iscashitem="false" 
    		type="equip" res_sex="f" res_level="25" slot="hands" weight="5" bt_price="0" 
    		hp="3" ap="16" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_522526" />
    	<ITEM id="591" name="STR:ZITEM_NAME_522527" mesh_name="eq_hands_valkyrie" totalpoint="0" iscashitem="false" 
    		type="equip" res_sex="f" res_level="25" slot="hands" weight="6" bt_price="0" 
    		hp="4" ap="16" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_522527" />
    	<ITEM id="592" name="STR:ZITEM_NAME_522528" mesh_name="eq_hands_29" totalpoint="0" iscashitem="false" 
    		type="equip" res_sex="f" res_level="25" slot="hands" weight="5" bt_price="0" 
    		hp="4" ap="14" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_522528" />
    	<ITEM id="593" name="STR:ZITEM_NAME_522529" mesh_name="eq_hands_32" totalpoint="0" iscashitem="false" 
    		type="equip" res_sex="f" res_level="15" slot="hands" weight="4" bt_price="0" 
    		hp="2" ap="14" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_522529" />
    	<ITEM id="594" name="STR:ZITEM_NAME_522530" mesh_name="eq_hands_Assassin" totalpoint="0" iscashitem="false" 
    		type="equip" res_sex="f" res_level="25" slot="hands" weight="5" bt_price="0" 
    		hp="3" ap="16" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_522530" />
    	<ITEM id="595" name="STR:ZITEM_NAME_522531" mesh_name="eq_hands_kungfu" totalpoint="0" iscashitem="false" 
    		type="equip" res_sex="f" res_level="15" slot="hands" weight="3" bt_price="0" 
    		hp="2" ap="12" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_522531" />
    	<ITEM id="596" name="STR:ZITEM_NAME_522532" mesh_name="eq_hands_heavymetal" totalpoint="0" iscashitem="false" 
    		type="equip" res_sex="f" res_level="25" slot="hands" weight="5" bt_price="0" 
    		hp="4" ap="14" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_522532" />
    	<ITEM id="597" name="STR:ZITEM_NAME_522534" mesh_name="eq_hands_royal_children" totalpoint="0" iscashitem="false" 
    		type="equip" res_sex="f" res_level="25" slot="hands" weight="6" bt_price="0" 
    		hp="4" ap="15" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_522534" />
    	<ITEM id="598" name="STR:ZITEM_NAME_522536" mesh_name="eq_hands_US_Navy_Costume" totalpoint="0" iscashitem="false" 
    		type="equip" res_sex="f" res_level="15" slot="hands" weight="4" bt_price="0" 
    		hp="3" ap="12" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_522536" />
    	<ITEM id="599" name="STR:ZITEM_NAME_522537" mesh_name="eq_hands_yohawk" totalpoint="0" iscashitem="false" 
    		type="equip" res_sex="f" res_level="15" slot="hands" weight="4" bt_price="0" 
    		hp="2" ap="14" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_522537" />
    	<ITEM id="600" name="STR:ZITEM_NAME_522538" mesh_name="eq_hands_magician" totalpoint="0" iscashitem="false" 
    		type="equip" res_sex="f" res_level="15" slot="hands" weight="3" bt_price="0" 
    		hp="3" ap="12" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_522538" />
    	<ITEM id="601" name="STR:ZITEM_NAME_522539" mesh_name="eq_hands_angel" totalpoint="0" iscashitem="false" 
    		type="equip" res_sex="f" res_level="25" slot="hands" weight="5" bt_price="0" 
    		hp="3" ap="16" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_522539" />
    	<ITEM id="602" name="STR:ZITEM_NAME_522541" mesh_name="eq_hands_fenrir_guardian" totalpoint="0" 
    	  type="equip" res_level="25" res_sex="f" weight="6" hp="2" ap="20" iscashitem="false" slot="Hands" 
    	  bt_price="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_522541" />
    	<ITEM id="603" name="STR:ZITEM_NAME_522542" mesh_name="eq_hands_santa_w" totalpoint="0" 
    	  type="equip" res_level="1" res_sex="f" weight="2" hp="0" ap="10" iscashitem="false" slot="Hands" 
    	  bt_price="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_522542" />
    
    	<!-- legs ////////////////////////////////////////////////////////////////////////////////////// -->
    	<!-- 남자 ///////////////////////////////////////////////// -->
    	<ITEM id="604" name="STR:ZITEM_NAME_523001" mesh_name="eq_legs_16" totalpoint="0" type="equip"
    		iscashitem="false" res_sex="m" res_level="7" slot="legs" weight="13" bt_price="0"
    		hp="4" ap="15" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_523001" />
    	<ITEM id="605" name="STR:ZITEM_NAME_523002" mesh_name="eq_legs_05" totalpoint="0" type="equip"
    		iscashitem="false" res_sex="m" res_level="15" slot="legs" weight="14" bt_price="0"
    		hp="3" ap="24" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_523002" />
    	<ITEM id="606" name="STR:ZITEM_NAME_523003" mesh_name="eq_legs_17" totalpoint="0" type="equip"
    		iscashitem="false" res_sex="m" res_level="15" slot="legs" weight="14" bt_price="0"
    		hp="2" ap="26" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_523003" />
    	<ITEM id="607" name="STR:ZITEM_NAME_523004" mesh_name="eq_legs_07" totalpoint="0" type="equip"
    		iscashitem="false" res_sex="m" res_level="0" slot="legs" weight="10" bt_price="0"
    		hp="1" ap="12" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_523004" />
    	<ITEM id="608" name="STR:ZITEM_NAME_523005" mesh_name="eq_legs_09" totalpoint="0" type="equip"
    		iscashitem="false" res_sex="m" res_level="7" slot="legs" weight="13" bt_price="0"
    		hp="3" ap="17" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_523005" />
    	<ITEM id="609" name="STR:ZITEM_NAME_523006" mesh_name="eq_legs_20" totalpoint="0" type="equip"
    		iscashitem="false" res_sex="m" res_level="0" slot="legs" weight="9" bt_price="0"
    		hp="3" ap="8" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_523006" />
    	<ITEM id="610" name="STR:ZITEM_NAME_523007" mesh_name="eq_legs_23" totalpoint="0" type="equip"
    		iscashitem="false" res_sex="m" res_level="15" slot="legs" weight="13" bt_price="0"
    		hp="2" ap="24" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_523007" />
    	<ITEM id="611" name="STR:ZITEM_NAME_523008" mesh_name="eq_legs_santa" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="m" res_level="0" slot="legs" weight="10" bt_price="0"
    		hp="1" ap="15" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_523008" />
    	<ITEM id="612" name="STR:ZITEM_NAME_523009" mesh_name="eq_legs_24" totalpoint="0" type="equip"
    		iscashitem="false" res_sex="m" res_level="7" slot="legs" weight="15" bt_price="0"
    		hp="5" ap="15" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_523009" />
    	<ITEM id="613" name="STR:ZITEM_NAME_523010" mesh_name="eq_legs_22" totalpoint="0" type="equip"
    		iscashitem="false" res_sex="m" res_level="15" slot="legs" weight="13" bt_price="0"
    		hp="2" ap="24" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_523010" />
    	<ITEM id="614" name="STR:ZITEM_NAME_523011" mesh_name="eq_legs_19" totalpoint="0" type="equip"
    		iscashitem="false" res_sex="m" res_level="15" slot="legs" weight="14" bt_price="0"
    		hp="2" ap="26" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_523011" />
    	<ITEM id="615" name="STR:ZITEM_NAME_523012" mesh_name="eq_legs_18" totalpoint="0" type="equip"
    		iscashitem="false" res_sex="m" res_level="15" slot="legs" weight="14" bt_price="0"
    		hp="3" ap="24" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_523012" />
    	<ITEM id="616" name="STR:ZITEM_NAME_523013" mesh_name="eq_legs_27" totalpoint="0" type="equip"
    		res_sex="m" res_level="25" slot="legs" weight="13" bt_price="0" hp="3" ap="24"
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_523013" />
    	<ITEM id="617" name="STR:ZITEM_NAME_523014" mesh_name="eq_legs_hanbok" totalpoint="0" type="equip"
    		res_sex="m" res_level="0" slot="legs" weight="10" bt_price="0" hp="1" ap="15"
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_523014" />
    	<ITEM id="618" name="STR:ZITEM_NAME_523015" mesh_name="eq_legs_26" totalpoint="0" type="equip"
    		res_sex="m" res_level="15" slot="legs" weight="14" bt_price="0" hp="3" ap="24"
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_523015" />
    	<ITEM id="619" name="STR:ZITEM_NAME_523016" mesh_name="eq_legs_25" totalpoint="0" type="equip"
    		res_sex="m" res_level="15" slot="legs" weight="16" bt_price="0" hp="3" ap="27"
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_523016" />
    	<ITEM id="620" name="STR:ZITEM_NAME_523017" mesh_name="eq_legs_korea" totalpoint="0" type="equip"
    		res_sex="m" res_level="0" slot="legs" weight="10" bt_price="0" hp="2" ap="16"
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_523017" />
    	<ITEM id="621" name="STR:ZITEM_NAME_523018" mesh_name="eq_legs_brazil" totalpoint="0" type="equip"
    		res_sex="m" res_level="0" slot="legs" weight="10" bt_price="0" hp="2" ap="16"
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_523018" />
    	<ITEM id="622" name="STR:ZITEM_NAME_523019" mesh_name="eq_legs_japan" totalpoint="0" type="equip"
    		res_sex="m" res_level="0" slot="legs" weight="10" bt_price="0" hp="2" ap="16"
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_523019" />
    	<ITEM id="623" name="STR:ZITEM_NAME_523020" mesh_name="eq_legs_14" totalpoint="0" type="equip"
    		res_sex="m" res_level="0" slot="legs" weight="10" bt_price="0" hp="1" ap="14"
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_523020" />
    	<ITEM id="624" name="STR:ZITEM_NAME_523021" mesh_name="eq_legs_29" totalpoint="0" type="equip"
    		res_sex="m" res_level="0" slot="legs" weight="9" bt_price="0" hp="0" ap="16"
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_523021" />
    	<ITEM id="625" name="STR:ZITEM_NAME_523022" mesh_name="eq_legs_33" totalpoint="0" type="equip"
    		res_sex="m" res_level="15" slot="legs" weight="13" bt_price="0" hp="1" ap="26" iscashitem="false"
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_523022" />
    	<ITEM id="626" name="STR:ZITEM_NAME_523023" mesh_name="eq_legs_34" totalpoint="0" type="equip"
    		res_sex="m" res_level="15" slot="legs" weight="13" bt_price="0" hp="3" ap="23"
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_523023" />
    	<ITEM id="627" name="STR:ZITEM_NAME_523024" mesh_name="eq_legs_36" totalpoint="0" type="equip"
    		res_sex="m" res_level="15" slot="legs" weight="14" bt_price="0" hp="5" ap="20" iscashitem="false"
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_523024" />
    	<ITEM id="628" name="STR:ZITEM_NAME_523025" mesh_name="eq_legs_35" totalpoint="0" type="equip"
    		res_sex="m" res_level="15" slot="legs" weight="13" bt_price="0" hp="2" ap="24" iscashitem="false"
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_523025" />
    	<ITEM id="629" name="STR:ZITEM_NAME_523026" mesh_name="eq_legs_swim" totalpoint="0" type="equip"
    		res_sex="m" res_level="0" slot="legs" weight="10" bt_price="0" hp="5" ap="4" iscashitem="false"
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_523026" />
    	<ITEM id="630" name="STR:ZITEM_NAME_523027" mesh_name="eq_legs_school" totalpoint="0" type="equip"
    		res_sex="m" res_level="25" slot="legs" weight="12" bt_price="0" hp="5" ap="20" iscashitem="false"
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_523027" />
    	<ITEM id="631" name="STR:ZITEM_NAME_523028" mesh_name="eq_legs_winter" totalpoint="0" type="equip"
    		res_sex="m" res_level="25" slot="legs" weight="12" bt_price="0" hp="3" ap="24" iscashitem="false" 
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_523028" />
    	<ITEM id="632" name="STR:ZITEM_NAME_523029" mesh_name="eq_legs_aura" totalpoint="0" type="equip" 
    		res_sex="m" res_level="25" slot="legs" weight="15" bt_price="0" hp="4" ap="28" iscashitem="false" 
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_523029" />
    	<ITEM id="633" name="STR:ZITEM_NAME_523030" mesh_name="eq_legs_valkyrie" totalpoint="0" type="equip" 
    		res_sex="m" res_level="25" slot="legs" weight="16" bt_price="0" hp="5" ap="28" iscashitem="false" 
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_523030" />
    	<ITEM id="634" name="STR:ZITEM_NAME_523031" mesh_name="eq_legs_28" totalpoint="0" type="equip" 
    		res_sex="m" res_level="25" slot="legs" weight="14" bt_price="0" hp="3" ap="29" iscashitem="false" 
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_523031" />
    	<ITEM id="635" name="STR:ZITEM_NAME_523032" mesh_name="eq_legs_32" totalpoint="0" type="equip" 
    		res_sex="m" res_level="15" slot="legs" weight="14" bt_price="0" hp="3" ap="24" iscashitem="false" 
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_523032" />
    	<ITEM id="636" name="STR:ZITEM_NAME_523033" mesh_name="eq_legs_Assassin" totalpoint="0" type="equip" 
    		res_sex="m" res_level="25" slot="legs" weight="16" bt_price="0" hp="5" ap="28" iscashitem="false" 
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_523033" />
    	<ITEM id="637" name="STR:ZITEM_NAME_523034" mesh_name="eq_legs_kungfu" totalpoint="0" type="equip" 
    		res_sex="m" res_level="15" slot="legs" weight="13" bt_price="0" hp="3" ap="22" iscashitem="false" 
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_523034" />
    	<ITEM id="638" name="STR:ZITEM_NAME_523035" mesh_name="eq_legs_heavymetal" totalpoint="0" type="equip" 
    		res_sex="m" res_level="25" slot="legs" weight="16" bt_price="0" hp="5" ap="28" iscashitem="false" 
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_523035" />
    	<ITEM id="639" name="STR:ZITEM_NAME_523037" mesh_name="eq_legs_royal_children" totalpoint="0" type="equip" 
    		res_sex="m" res_level="25" slot="legs" weight="15" bt_price="0" hp="5" ap="26" iscashitem="false" 
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_523037" />
    	<ITEM id="640" name="STR:ZITEM_NAME_523039" mesh_name="eq_legs_US_Navy_Costume" totalpoint="0" type="equip" 
    		res_sex="m" res_level="15" slot="legs" weight="15" bt_price="0" hp="3" ap="26" iscashitem="false" 
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_523039" />
    	<ITEM id="641" name="STR:ZITEM_NAME_523040" mesh_name="eq_legs_clan_yohawk" totalpoint="0" type="equip" 
    		res_sex="m" res_level="15" slot="legs" weight="13" bt_price="0" hp="3" ap="22" iscashitem="false" 
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_523040" />
    	<ITEM id="642" name="STR:ZITEM_NAME_523041" mesh_name="eq_legs_magician" totalpoint="0" type="equip" 
    		res_sex="m" res_level="15" slot="legs" weight="14" bt_price="0" hp="3" ap="24" iscashitem="false" 
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_523041" />
    	<ITEM id="643" name="STR:ZITEM_NAME_523044" mesh_name="eq_legs_fenrir_guardian" totalpoint="0" 
    	  type="equip" res_level="25" res_sex="m" weight="16" hp="4" ap="30" iscashitem="false" slot="Legs" 
    	  bt_price="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_523044" />
    	<ITEM id="644" name="STR:ZITEM_NAME_523045" mesh_name="eq_legs_fenrir_guardian_s" totalpoint="0" 
    	  type="equip" res_level="25" res_sex="m" weight="15" hp="4" ap="28" iscashitem="false" slot="Legs" 
    	  bt_price="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_523045" />
    	<ITEM id="645" name="STR:ZITEM_NAME_523046" mesh_name="eq_legs_santa_w" totalpoint="0" 
    	  type="equip" res_level="1" res_sex="m" weight="10" hp="1" ap="16" iscashitem="false" slot="Legs" 
    	  bt_price="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_523046" />
    
    	<!-- 여자 ////////////////////////////////////////////////// -->
    	<ITEM id="646" name="STR:ZITEM_NAME_523501" mesh_name="eq_legs_014" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="f" res_level="7" slot="legs" weight="13" bt_price="0"
    		hp="2" ap="18" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_523501" />
    	<ITEM id="647" name="STR:ZITEM_NAME_523502" mesh_name="eq_legs_017" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="f" res_level="15" slot="legs" weight="14"
    		bt_price="0" hp="3" ap="24" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		desc="STR:ZITEM_DESC_523502" />
    	<ITEM id="648" name="STR:ZITEM_NAME_523503" mesh_name="eq_legs_019" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="f" res_level="15" slot="legs" weight="14"
    		bt_price="0" hp="2" ap="26" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		desc="STR:ZITEM_DESC_523503" />
    	<ITEM id="649" name="STR:ZITEM_NAME_523504" mesh_name="eq_legs_006" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="f" res_level="0" slot="legs" weight="10" bt_price="0"
    		hp="1" ap="12" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_523504" />
    	<ITEM id="650" name="STR:ZITEM_NAME_523505" mesh_name="eq_legs_008" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="f" res_level="7" slot="legs" weight="13" bt_price="0"
    		hp="3" ap="17" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_523505" />
    	<ITEM id="651" name="STR:ZITEM_NAME_523506" mesh_name="eq_legs_20" totalpoint="0" type="equip"
    		iscashitem="false" res_sex="f" res_level="0" slot="legs" weight="9" bt_price="0"
    		hp="3" ap="8" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_523506" />
    	<ITEM id="652" name="STR:ZITEM_NAME_523507" mesh_name="eq_legs_23" totalpoint="0" type="equip"
    		iscashitem="false" res_sex="f" res_level="15" slot="legs" weight="13" bt_price="0"
    		hp="2" ap="24" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_523507" />
    	<ITEM id="653" name="STR:ZITEM_NAME_523508" mesh_name="eq_legs_santa" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="f" res_level="0" slot="legs" weight="10" bt_price="0"
    		hp="1" ap="15" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_523508" />
    	<ITEM id="654" name="STR:ZITEM_NAME_523509" mesh_name="eq_legs_24" totalpoint="0" type="equip"
    		iscashitem="false" res_sex="f" res_level="7" slot="legs" weight="15" bt_price="0"
    		hp="5" ap="15" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_523509" />
    	<ITEM id="655" name="STR:ZITEM_NAME_523510" mesh_name="eq_legs_22" totalpoint="0" type="equip"
    		iscashitem="false" res_sex="f" res_level="15" slot="legs" weight="13" bt_price="0"
    		hp="2" ap="24" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_523510" />
    	<ITEM id="656" name="STR:ZITEM_NAME_523511" mesh_name="eq_legs_018" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="f" res_level="15" slot="legs" weight="14"
    		bt_price="0" hp="2" ap="26" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		desc="STR:ZITEM_DESC_523511" />
    	<ITEM id="657" name="STR:ZITEM_NAME_523512" mesh_name="eq_legs_26" totalpoint="0" type="equip"
    		iscashitem="false" res_sex="f" res_level="15" slot="legs" weight="14" bt_price="0"
    		hp="3" ap="24" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_523512" />
    	<ITEM id="658" name="STR:ZITEM_NAME_523513" mesh_name="eq_legs_28" totalpoint="0" type="equip"
    		res_sex="f" res_level="25" slot="legs" weight="13" bt_price="0" hp="3" ap="24"
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_523513" />
    	<ITEM id="659" name="STR:ZITEM_NAME_523514" mesh_name="eq_legs_hanbok" totalpoint="0" type="equip"
    		res_sex="f" res_level="0" slot="legs" weight="10" bt_price="0" hp="1" ap="15"
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_523514" />
    	<ITEM id="660" name="STR:ZITEM_NAME_523515" mesh_name="eq_legs_27" totalpoint="0" type="equip"
    		res_sex="f" res_level="15" slot="legs" weight="14" bt_price="0" hp="3" ap="24"
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_523515" />
    	<ITEM id="661" name="STR:ZITEM_NAME_523516" mesh_name="eq_legs_25" totalpoint="0" type="equip"
    		res_sex="f" res_level="15" slot="legs" weight="16" bt_price="0" hp="3" ap="27"
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_523516" />
    	<ITEM id="662" name="STR:ZITEM_NAME_523517" mesh_name="eq_legs_korea" totalpoint="0" type="equip"
    		res_sex="f" res_level="0" slot="legs" weight="10" bt_price="0" hp="2" ap="16"
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_523517" />
    	<ITEM id="663" name="STR:ZITEM_NAME_523518" mesh_name="eq_legs_brazil" totalpoint="0" type="equip"
    		res_sex="f" res_level="0" slot="legs" weight="10" bt_price="0" hp="2" ap="16"
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_523518" />
    	<ITEM id="664" name="STR:ZITEM_NAME_523519" mesh_name="eq_legs_japan" totalpoint="0" type="equip"
    		res_sex="f" res_level="0" slot="legs" weight="10" bt_price="0" hp="2" ap="16"
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_523519" />
    	<ITEM id="665" name="STR:ZITEM_NAME_523520" mesh_name="eq_legs_015" totalpoint="0" type="equip"
    		res_sex="f" res_level="0" slot="legs" weight="10" bt_price="0" hp="1" ap="14"
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_523520" />
    	<ITEM id="666" name="STR:ZITEM_NAME_523521" mesh_name="eq_legs_30" totalpoint="0" type="equip"
    		res_sex="f" res_level="0" slot="legs" weight="9" bt_price="0" hp="0" ap="16"
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_523521" />
    	<ITEM id="667" name="STR:ZITEM_NAME_523522" mesh_name="eq_legs_33" totalpoint="0" type="equip"
    		res_sex="f" res_level="15" slot="legs" weight="13" bt_price="0" hp="1" ap="26" iscashitem="false"
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_523522" />
    	<ITEM id="668" name="STR:ZITEM_NAME_523523" mesh_name="eq_legs_34" totalpoint="0" type="equip"
    		res_sex="f" res_level="15" slot="legs" weight="13" bt_price="0" hp="3" ap="23"
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_523523" />
    	<ITEM id="669" name="STR:ZITEM_NAME_523524" mesh_name="eq_legs_35" totalpoint="0" type="equip"
    		res_sex="f" res_level="15" slot="legs" weight="14" bt_price="0" hp="5" ap="20" iscashitem="false"
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_523524" />
    	<ITEM id="670" name="STR:ZITEM_NAME_523525" mesh_name="eq_legs_36" totalpoint="0" type="equip"
    		res_sex="f" res_level="15" slot="legs" weight="13" bt_price="0" hp="2" ap="24" iscashitem="false"
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_523525" />
    	<ITEM id="671" name="STR:ZITEM_NAME_523526" mesh_name="eq_legs_swim" totalpoint="0" type="equip"
    		res_sex="f" res_level="0" slot="legs" weight="10" bt_price="0" hp="5" ap="4" iscashitem="false"
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_523526" />
    	<ITEM id="672" name="STR:ZITEM_NAME_523527" mesh_name="eq_legs_school" totalpoint="0" type="equip"
    		res_sex="f" res_level="25" slot="legs" weight="12" bt_price="0" hp="5" ap="20" iscashitem="false"
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_523527" />
    	<ITEM id="673" name="STR:ZITEM_NAME_523528" mesh_name="eq_legs_winter" totalpoint="0" type="equip" 
    		res_sex="f" res_level="25" slot="legs" weight="12" bt_price="0" hp="3" ap="24" iscashitem="false" 
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_523528" />
    	<ITEM id="674" name="STR:ZITEM_NAME_523529" mesh_name="eq_legs_aura" totalpoint="0" type="equip" 
    		res_sex="f" res_level="25" slot="legs" weight="15" bt_price="0" hp="4" ap="28" iscashitem="false" 
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_523529" />
    	<ITEM id="675" name="STR:ZITEM_NAME_523530" mesh_name="eq_legs_valkyrie" totalpoint="0" type="equip" 
    		res_sex="f" res_level="25" slot="legs" weight="16" bt_price="0" hp="5" ap="28" iscashitem="false" 
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_523530" />
    	<ITEM id="676" name="STR:ZITEM_NAME_523531" mesh_name="eq_legs_29" totalpoint="0" type="equip" 
    		res_sex="f" res_level="25" slot="legs" weight="14" bt_price="0" hp="3" ap="29" iscashitem="false" 
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_523531" />
    	<ITEM id="677" name="STR:ZITEM_NAME_523532" mesh_name="eq_legs_32" totalpoint="0" type="equip" 
    		res_sex="f" res_level="15" slot="legs" weight="14" bt_price="0" hp="3" ap="24" iscashitem="false" 
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_523532" />
    	<ITEM id="678" name="STR:ZITEM_NAME_523533" mesh_name="eq_legs_Assassin" totalpoint="0" type="equip" 
    		res_sex="f" res_level="25" slot="legs" weight="16" bt_price="0" hp="5" ap="28" iscashitem="false" 
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_523533" />
    	<ITEM id="679" name="STR:ZITEM_NAME_523534" mesh_name="eq_legs_kungfu" totalpoint="0" type="equip" 
    		res_sex="f" res_level="15" slot="legs" weight="13" bt_price="0" hp="3" ap="22" iscashitem="false" 
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_523534" />
    	<ITEM id="680" name="STR:ZITEM_NAME_523535" mesh_name="eq_legs_heavymetal" totalpoint="0" type="equip" 
    		res_sex="f" res_level="25" slot="legs" weight="16" bt_price="0" hp="5" ap="28" iscashitem="false" 
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_523535" />
    	<ITEM id="681" name="STR:ZITEM_NAME_523537" mesh_name="eq_legs_royal_children" totalpoint="0" type="equip" 
    		res_sex="f" res_level="25" slot="legs" weight="15" bt_price="0" hp="5" ap="26" iscashitem="false" 
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_523537" />
    	<ITEM id="682" name="STR:ZITEM_NAME_523539" mesh_name="eq_legs_US_Navy_Costume" totalpoint="0" type="equip" 
    		res_sex="f" res_level="15" slot="legs" weight="15" bt_price="0" hp="3" ap="26" iscashitem="false" 
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_523539" />
    	<ITEM id="683" name="STR:ZITEM_NAME_523540" mesh_name="eq_legs_yohawk" totalpoint="0" type="equip" 
    		res_sex="f" res_level="15" slot="legs" weight="13" bt_price="0" hp="3" ap="22" iscashitem="false" 
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_523540" />
    	<ITEM id="684" name="STR:ZITEM_NAME_523541" mesh_name="eq_legs_magician" totalpoint="0" type="equip" 
    		res_sex="f" res_level="15" slot="legs" weight="14" bt_price="0" hp="3" ap="24" iscashitem="false" 
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_523541" />
    	<ITEM id="685" name="STR:ZITEM_NAME_523542" mesh_name="eq_legs_angel" totalpoint="0" type="equip" 
    		res_sex="f" res_level="25" slot="legs" weight="16" bt_price="0" hp="5" ap="28" iscashitem="false" 
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_523542" />
    	<ITEM id="686" name="STR:ZITEM_NAME_523544" mesh_name="eq_legs_fenrir_guardian" totalpoint="0" 
    	  type="equip" res_level="25" res_sex="f" weight="16" hp="4" ap="30" iscashitem="false" slot="Legs" 
    	  bt_price="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_523544" />
    	<ITEM id="687" name="STR:ZITEM_NAME_523545" mesh_name="eq_legs_fenrir_guardian_s" totalpoint="0" 
    	  type="equip" res_level="25" res_sex="f" weight="15" hp="4" ap="28" iscashitem="false" slot="Legs" 
    	  bt_price="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_523545" />
    	<ITEM id="688" name="STR:ZITEM_NAME_523546" mesh_name="eq_legs_santa_w" totalpoint="0" 
    	  type="equip" res_level="1" res_sex="f" weight="10" hp="1" ap="16" iscashitem="false" slot="Legs" 
    	  bt_price="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_523546" />
    
    	<!-- feet //////////////////////////////////////////////////////////////////////////////////////// -->
    	<!-- 남자 //////////////////////////////////////////////// -->
    	<ITEM id="689" name="STR:ZITEM_NAME_524001" mesh_name="eq_feet_16" totalpoint="0" type="equip"
    		res_sex="m" res_level="7" slot="feet" weight="3" bt_price="0" hp="2" ap="10" maxwt="0"
    		sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_524001" />
    	<ITEM id="690" name="STR:ZITEM_NAME_524002" mesh_name="eq_feet_06" totalpoint="0" type="equip"
    		iscashitem="false" res_sex="m" res_level="15" slot="feet" weight="4" bt_price="0"
    		hp="3" ap="15" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_524002" />
    	<ITEM id="691" name="STR:ZITEM_NAME_524003" mesh_name="eq_feet_17" totalpoint="0" type="equip"
    		iscashitem="false" res_sex="m" res_level="15" slot="feet" weight="4" bt_price="0"
    		hp="2" ap="17" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_524003" />
    	<ITEM id="692" name="STR:ZITEM_NAME_524004" mesh_name="eq_feet_08" totalpoint="0" type="equip"
    		iscashitem="false" res_sex="m" res_level="0" slot="feet" weight="2" bt_price="0"
    		hp="1" ap="8" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_524004" />
    	<ITEM id="693" name="STR:ZITEM_NAME_524005" mesh_name="eq_feet_11" totalpoint="0" type="equip"
    		res_sex="m" res_level="7" slot="feet" weight="3" bt_price="0" hp="1" ap="12" maxwt="0"
    		sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_524005" />
    	<ITEM id="694" name="STR:ZITEM_NAME_524006" mesh_name="eq_feet_20" totalpoint="0" type="equip"
    		res_sex="m" res_level="0" slot="feet" weight="2" bt_price="0" hp="1" ap="8" maxwt="0"
    		sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_524006" />
    	<ITEM id="695" name="STR:ZITEM_NAME_524007" mesh_name="eq_feet_23" totalpoint="0" type="equip"
    		iscashitem="false" res_sex="m" res_level="15" slot="feet" weight="4" bt_price="0"
    		hp="3" ap="15" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_524007" />
    	<ITEM id="696" name="STR:ZITEM_NAME_524008" mesh_name="eq_feet_santa" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="m" res_level="0" slot="feet" weight="2" bt_price="0"
    		hp="0" ap="11" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_524008" />
    	<ITEM id="697" name="STR:ZITEM_NAME_524009" mesh_name="eq_feet_24" totalpoint="0" type="equip"
    		res_sex="m" res_level="7" slot="feet" weight="4" bt_price="0" hp="3" ap="10" maxwt="0"
    		sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_524009" />
    	<ITEM id="698" name="STR:ZITEM_NAME_524010" mesh_name="eq_feet_22" totalpoint="0" type="equip"
    		res_sex="m" res_level="15" slot="feet" weight="3" bt_price="0" hp="2" ap="15"
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_524010" />
    	<ITEM id="699" name="STR:ZITEM_NAME_524011" mesh_name="eq_feet_19" totalpoint="0" type="equip"
    		res_sex="m" res_level="15" slot="feet" weight="4" bt_price="0" hp="2" ap="17"
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_524011" />
    	<ITEM id="700" name="STR:ZITEM_NAME_524012" mesh_name="eq_feet_18" totalpoint="0" type="equip"
    		res_sex="m" res_level="15" slot="feet" weight="4" bt_price="0" hp="2" ap="17"
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_524012" />
    	<ITEM id="701" name="STR:ZITEM_NAME_524013" mesh_name="eq_feet_27" totalpoint="0" type="equip"
    		res_sex="m" res_level="25" slot="feet" weight="4" bt_price="0" hp="3" ap="16"
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_524013" />
    	<ITEM id="702" name="STR:ZITEM_NAME_524014" mesh_name="eq_feet_hanbok" totalpoint="0" type="equip"
    		res_sex="m" res_level="0" slot="feet" weight="2" bt_price="0" hp="0" ap="11"
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_524014" />
    	<ITEM id="703" name="STR:ZITEM_NAME_524015" mesh_name="eq_feet_26" totalpoint="0" type="equip"
    		res_sex="m" res_level="15" slot="feet" weight="4" bt_price="0" hp="2" ap="17"
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_524015" />
    	<ITEM id="704" name="STR:ZITEM_NAME_524016" mesh_name="eq_feet_25" totalpoint="0" type="equip"
    		res_sex="m" res_level="15" slot="feet" weight="4" bt_price="0" hp="2" ap="17"
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_524016" />
    	<ITEM id="705" name="STR:ZITEM_NAME_524017" mesh_name="eq_feet_korea" totalpoint="0" type="equip"
    		res_sex="m" res_level="0" slot="feet" weight="2" bt_price="0" hp="0" ap="13"
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_524017" />
    	<ITEM id="706" name="STR:ZITEM_NAME_524018" mesh_name="eq_feet_brazil" totalpoint="0" type="equip"
    		res_sex="m" res_level="0" slot="feet" weight="2" bt_price="0" hp="0" ap="13"
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_524018" />
    	<ITEM id="707" name="STR:ZITEM_NAME_524019" mesh_name="eq_feet_japan" totalpoint="0" type="equip"
    		res_sex="m" res_level="0" slot="feet" weight="2" bt_price="0" hp="0" ap="13"
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_524019" />
    	<ITEM id="708" name="STR:ZITEM_NAME_524020" mesh_name="eq_feet_14" totalpoint="0" type="equip"
    		res_sex="m" res_level="0" slot="feet" weight="2" bt_price="0" hp="1" ap="8"
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_524020" />
    	<ITEM id="709" name="STR:ZITEM_NAME_524021" mesh_name="eq_feet_29" totalpoint="0" type="equip"
    		res_sex="m" res_level="0" slot="feet" weight="2" bt_price="0" hp="2" ap="6"
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_524021" />
    	<ITEM id="710" name="STR:ZITEM_NAME_524022" mesh_name="eq_feet_33" totalpoint="0" type="equip"
    		res_sex="m" res_level="15" slot="feet" weight="3" bt_price="0" hp="1" ap="17" iscashitem="false"
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_524022" />
    	<ITEM id="711" name="STR:ZITEM_NAME_524023" mesh_name="eq_feet_34" totalpoint="0" type="equip"
    		res_sex="m" res_level="15" slot="feet" weight="3" bt_price="0" hp="1" ap="17"
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_524023" />
    	<ITEM id="712" name="STR:ZITEM_NAME_524024" mesh_name="eq_feet_36" totalpoint="0" type="equip"
    		res_sex="m" res_level="15" slot="feet" weight="4" bt_price="0" hp="0" ap="20" iscashitem="false"
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_524024" />
    	<ITEM id="713" name="STR:ZITEM_NAME_524025" mesh_name="eq_feet_35" totalpoint="0" type="equip"
    		res_sex="m" res_level="15" slot="feet" weight="4" bt_price="0" hp="3" ap="14" iscashitem="false"
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_524025" />
    	<ITEM id="714" name="STR:ZITEM_NAME_524026" mesh_name="eq_feet_swim" totalpoint="0" type="equip"
    		res_sex="m" res_level="0" slot="feet" weight="3" bt_price="0" hp="0" ap="9" iscashitem="false"
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_524026" />
    	<ITEM id="715" name="STR:ZITEM_NAME_524027" mesh_name="eq_feet_school" totalpoint="0" type="equip"
    		res_sex="m" res_level="25" slot="feet" weight="3" bt_price="0" hp="5" ap="12" iscashitem="false"
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_524027" />
    	<ITEM id="716" name="STR:ZITEM_NAME_524028" mesh_name="eq_feet_winter" totalpoint="0" type="equip" 
    		res_sex="m" res_level="25" slot="feet" weight="4" bt_price="0" hp="2" ap="18" iscashitem="false" 
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_524028" />
    	<ITEM id="717" name="STR:ZITEM_NAME_524029" mesh_name="eq_feet_aura" totalpoint="0" type="equip" 
    		res_sex="m" res_level="25" slot="feet" weight="5" bt_price="0" hp="2" ap="20" iscashitem="false" 
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_524029" />
    	<ITEM id="718" name="STR:ZITEM_NAME_524030" mesh_name="eq_feet_valkyrie" totalpoint="0" type="equip" 
    		res_sex="m" res_level="25" slot="feet" weight="6" bt_price="0" hp="5" ap="18" iscashitem="false" 
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_524030" />
    	<ITEM id="719" name="STR:ZITEM_NAME_524031" mesh_name="eq_feet_28" totalpoint="0" type="equip" 
    		res_sex="m" res_level="25" slot="feet" weight="3" bt_price="0" hp="5" ap="12" iscashitem="false" 
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_524031" />
    	<ITEM id="720" name="STR:ZITEM_NAME_524032" mesh_name="eq_feet_32" totalpoint="0" type="equip" 
    		res_sex="m" res_level="15" slot="feet" weight="4" bt_price="0" hp="2" ap="17" iscashitem="false" 
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_524032" />
    	<ITEM id="721" name="STR:ZITEM_NAME_524033" mesh_name="eq_feet_Assassin" totalpoint="0" type="equip" 
    		res_sex="m" res_level="25" slot="feet" weight="6" bt_price="0" hp="3" ap="22" iscashitem="false" 
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_524033" />
    	<ITEM id="722" name="STR:ZITEM_NAME_524034" mesh_name="eq_feet_kungfu" totalpoint="0" type="equip" 
    		res_sex="m" res_level="15" slot="feet" weight="3" bt_price="0" hp="2" ap="15" iscashitem="false" 
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_524034" />
    	<ITEM id="723" name="STR:ZITEM_NAME_524035" mesh_name="eq_feet_heavymetal" totalpoint="0" type="equip" 
    		res_sex="m" res_level="25" slot="feet" weight="5" bt_price="0" hp="4" ap="14" iscashitem="false" 
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_524035" />
    	<ITEM id="724" name="STR:ZITEM_NAME_524037" mesh_name="eq_feet_royal_children" totalpoint="0" type="equip" 
    		res_sex="m" res_level="25" slot="feet" weight="6" bt_price="0" hp="5" ap="17" iscashitem="false" 
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_524037" />
    	<ITEM id="725" name="STR:ZITEM_NAME_524039" mesh_name="eq_feet_US_Navy_Costume" totalpoint="0" type="equip" 
    		res_sex="m" res_level="15" slot="feet" weight="5" bt_price="0" hp="3" ap="17" iscashitem="false" 
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_524039" />
    	<ITEM id="726" name="STR:ZITEM_NAME_524040" mesh_name="eq_feet_clan_yohawk" totalpoint="0" type="equip" 
    		res_sex="m" res_level="15" slot="feet" weight="5" bt_price="0" hp="2" ap="19" iscashitem="false" 
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_524040" />
    	<ITEM id="727" name="STR:ZITEM_NAME_524041" mesh_name="eq_feet_magician" totalpoint="0" type="equip" 
    		res_sex="m" res_level="15" slot="feet" weight="5" bt_price="0" hp="3" ap="17" iscashitem="false" 
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_524041" />
    	<ITEM id="728" name="STR:ZITEM_NAME_524044" mesh_name="eq_feet_fenrir_guardian" totalpoint="0" 
    	  type="equip" res_level="25" res_sex="m" weight="7" hp="2" ap="24" iscashitem="false" slot="Feet" 
    	  bt_price="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_524044" />
    	<ITEM id="729" name="STR:ZITEM_NAME_524045" mesh_name="eq_feet_santa_w" totalpoint="0" 
    	  type="equip" res_level="1" res_sex="m" weight="2" hp="0" ap="12" iscashitem="false" slot="Feet" 
    	  bt_price="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_524045" />
    		
    	<!-- 여성 //////////////////////////////////////////////// -->
    	<ITEM id="730" name="STR:ZITEM_NAME_524501" mesh_name="eq_feets_014" totalpoint="0"
    		type="equip" res_sex="f" res_level="7" slot="feet" weight="3" bt_price="0" hp="2"
    		ap="10" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_524501" />
    	<ITEM id="731" name="STR:ZITEM_NAME_524502" mesh_name="eq_feet_017" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="f" res_level="15" slot="feet" weight="4" bt_price="0"
    		hp="3" ap="15" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_524502" />
    	<ITEM id="732" name="STR:ZITEM_NAME_524503" mesh_name="eq_feet_019" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="f" res_level="15" slot="feet" weight="4" bt_price="0"
    		hp="2" ap="17" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_524503" />
    	<ITEM id="733" name="STR:ZITEM_NAME_524504" mesh_name="eq_feets_006" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="f" res_level="0" slot="feet" weight="2" bt_price="0"
    		hp="1" ap="8" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_524504" />
    	<ITEM id="734" name="STR:ZITEM_NAME_524505" mesh_name="eq_feet_005" totalpoint="0"
    		type="equip" res_sex="f" res_level="7" slot="feet" weight="3" bt_price="0" hp="1"
    		ap="12" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_524505" />
    	<ITEM id="735" name="STR:ZITEM_NAME_524506" mesh_name="eq_feet_20" totalpoint="0" type="equip"
    		res_sex="f" res_level="0" slot="feet" weight="2" bt_price="0" hp="1" ap="8" maxwt="0"
    		sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_524506" />
    	<ITEM id="736" name="STR:ZITEM_NAME_524507" mesh_name="eq_feet_23" totalpoint="0" type="equip"
    		iscashitem="false" res_sex="f" res_level="15" slot="feet" weight="4" bt_price="0"
    		hp="3" ap="15" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_524507" />
    	<ITEM id="737" name="STR:ZITEM_NAME_524508" mesh_name="eq_feet_santa" totalpoint="0"
    		type="equip" iscashitem="false" res_sex="f" res_level="0" slot="feet" weight="2" bt_price="0"
    		hp="0" ap="11" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_524508" />
    	<ITEM id="738" name="STR:ZITEM_NAME_524509" mesh_name="eq_feet_24" totalpoint="0" type="equip"
    		res_sex="f" res_level="7" slot="feet" weight="4" bt_price="0" hp="3" ap="10" maxwt="0"
    		sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_524509" />
    	<ITEM id="739" name="STR:ZITEM_NAME_524510" mesh_name="eq_feet_22" totalpoint="0" type="equip"
    		res_sex="f" res_level="15" slot="feet" weight="3" bt_price="0" hp="2" ap="15"
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_524510" />
    	<ITEM id="740" name="STR:ZITEM_NAME_524511" mesh_name="eq_feet_018" totalpoint="0"
    		type="equip" res_sex="f" res_level="15" slot="feet" weight="4" bt_price="0" hp="2"
    		ap="17" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_524511" />
    	<ITEM id="741" name="STR:ZITEM_NAME_524512" mesh_name="eq_feet_26" totalpoint="0" type="equip"
    		res_sex="f" res_level="15" slot="feet" weight="4" bt_price="0" hp="2" ap="17"
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_524512" />
    	<ITEM id="742" name="STR:ZITEM_NAME_524513" mesh_name="eq_feet_28" totalpoint="0" type="equip"
    		res_sex="f" res_level="25" slot="feet" weight="4" bt_price="0" hp="3" ap="16"
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_524513" />
    	<ITEM id="743" name="STR:ZITEM_NAME_524514" mesh_name="eq_feets_hanbok" totalpoint="0" type="equip"
    		res_sex="f" res_level="0" slot="feet" weight="2" bt_price="0" hp="0" ap="11"
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_524514" />
    	<ITEM id="744" name="STR:ZITEM_NAME_524515" mesh_name="eq_feet_27" totalpoint="0" type="equip"
    		res_sex="f" res_level="15" slot="feet" weight="4" bt_price="0" hp="2" ap="17"
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_524515" />
    	<ITEM id="745" name="STR:ZITEM_NAME_524516" mesh_name="eq_feet_25" totalpoint="0" type="equip"
    		res_sex="f" res_level="15" slot="feet" weight="4" bt_price="0" hp="2" ap="17"
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_524516" />
    	<ITEM id="746" name="STR:ZITEM_NAME_524517" mesh_name="eq_feets_korea" totalpoint="0" type="equip"
    		res_sex="f" res_level="0" slot="feet" weight="2" bt_price="0" hp="0" ap="13"
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_524517" />
    	<ITEM id="747" name="STR:ZITEM_NAME_524518" mesh_name="eq_feets_brazil" totalpoint="0" type="equip"
    		res_sex="f" res_level="0" slot="feet" weight="2" bt_price="0" hp="0" ap="13"
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_524518" />
    	<ITEM id="748" name="STR:ZITEM_NAME_524519" mesh_name="eq_feets_japan" totalpoint="0" type="equip"
    		res_sex="f" res_level="0" slot="feet" weight="2" bt_price="0" hp="0" ap="13"
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_524519" />
    	<ITEM id="749" name="STR:ZITEM_NAME_524520" mesh_name="eq_feet_015" totalpoint="0" type="equip"
    		res_sex="f" res_level="0" slot="feet" weight="2" bt_price="0" hp="1" ap="8"
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_524520" />
    	<ITEM id="750" name="STR:ZITEM_NAME_524521" mesh_name="eq_feets_30" totalpoint="0" type="equip"
    		res_sex="f" res_level="0" slot="feet" weight="2" bt_price="0" hp="2" ap="6"
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_524521" />
    	<ITEM id="751" name="STR:ZITEM_NAME_524522" mesh_name="eq_feet_33" totalpoint="0" type="equip"
    		res_sex="f" res_level="15" slot="feet" weight="3" bt_price="0" hp="1" ap="17" iscashitem="false"
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_524522" />
    	<ITEM id="752" name="STR:ZITEM_NAME_524523" mesh_name="eq_feet_34" totalpoint="0" type="equip"
    		res_sex="f" res_level="15" slot="feet" weight="3" bt_price="0" hp="1" ap="17"
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_524523" />
    	<ITEM id="753" name="STR:ZITEM_NAME_524524" mesh_name="eq_feet_35" totalpoint="0" type="equip"
    		res_sex="f" res_level="15" slot="feet" weight="4" bt_price="0" hp="0" ap="20" iscashitem="false"
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_524524" />	
    	<ITEM id="754" name="STR:ZITEM_NAME_524525" mesh_name="eq_feet_36" totalpoint="0" type="equip"
    		res_sex="f" res_level="15" slot="feet" weight="4" bt_price="0" hp="3" ap="14" iscashitem="false"
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_524525" />	
    	<ITEM id="755" name="STR:ZITEM_NAME_524526" mesh_name="eq_feet_swim" totalpoint="0" type="equip"
    		res_sex="f" res_level="0" slot="feet" weight="3" bt_price="0" hp="0" ap="9" iscashitem="false"
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_524526" />	
    	<ITEM id="756" name="STR:ZITEM_NAME_524527" mesh_name="eq_feets_school" totalpoint="0" type="equip"
    		res_sex="f" res_level="25" slot="feet" weight="3" bt_price="0" hp="5" ap="12" iscashitem="false"
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_524527" />
    	<ITEM id="757" name="STR:ZITEM_NAME_524528" mesh_name="eq_feets_winter" totalpoint="0" type="equip" 
    		res_sex="f" res_level="25" slot="feet" weight="4" bt_price="0" hp="2" ap="18" iscashitem="false" 
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_524528" />
    	<ITEM id="758" name="STR:ZITEM_NAME_524529" mesh_name="eq_feets_aura" totalpoint="0" type="equip" 
    		res_sex="f" res_level="25" slot="feet" weight="5" bt_price="0" hp="2" ap="20" iscashitem="false" 
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_524529" />
    	<ITEM id="759" name="STR:ZITEM_NAME_524530" mesh_name="eq_feet_valkyrie" totalpoint="0" type="equip" 
    		res_sex="f" res_level="25" slot="feet" weight="6" bt_price="0" hp="5" ap="18" iscashitem="false" 
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_524530" />
    	<ITEM id="760" name="STR:ZITEM_NAME_524531" mesh_name="eq_feet_29" totalpoint="0" type="equip" 
    		res_sex="f" res_level="25" slot="feet" weight="3" bt_price="0" hp="5" ap="12" iscashitem="false" 
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_524531" />
    	<ITEM id="761" name="STR:ZITEM_NAME_524532" mesh_name="eq_feet_32" totalpoint="0" type="equip" 
    		res_sex="f" res_level="15" slot="feet" weight="4" bt_price="0" hp="2" ap="17" iscashitem="false" 
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_524532" />
    	<ITEM id="762" name="STR:ZITEM_NAME_524533" mesh_name="eq_feet_Assassin" totalpoint="0" type="equip" 
    		res_sex="f" res_level="25" slot="feet" weight="6" bt_price="0" hp="3" ap="22" iscashitem="false" 
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_524533" />
    	<ITEM id="763" name="STR:ZITEM_NAME_524534" mesh_name="eq_feet_kungfu" totalpoint="0" type="equip" 
    		res_sex="f" res_level="15" slot="feet" weight="3" bt_price="0" hp="2" ap="15" iscashitem="false" 
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_524534" />
    	<ITEM id="764" name="STR:ZITEM_NAME_524535" mesh_name="eq_feet_heavymetal" totalpoint="0" type="equip" 
    		res_sex="f" res_level="25" slot="feet" weight="5" bt_price="0" hp="4" ap="14" iscashitem="false" 
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_524535" />
    	<ITEM id="765" name="STR:ZITEM_NAME_524537" mesh_name="eq_feet_royal_children" totalpoint="0" type="equip" 
    		res_sex="f" res_level="25" slot="feet" weight="6" bt_price="0" hp="5" ap="17" iscashitem="false" 
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_524537" />
    	<ITEM id="766" name="STR:ZITEM_NAME_524539" mesh_name="eq_feet_US_Navy_Costume" totalpoint="0" type="equip" 
    		res_sex="f" res_level="15" slot="feet" weight="5" bt_price="0" hp="3" ap="17" iscashitem="false" 
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_524539" />
    	<ITEM id="767" name="STR:ZITEM_NAME_524540" mesh_name="eq_feet_yohawk" totalpoint="0" type="equip" 
    		res_sex="f" res_level="15" slot="feet" weight="5" bt_price="0" hp="2" ap="19" iscashitem="false" 
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_524540" />
    	<ITEM id="768" name="STR:ZITEM_NAME_524541" mesh_name="eq_feet_magician" totalpoint="0" type="equip" 
    		res_sex="f" res_level="15" slot="feet" weight="5" bt_price="0" hp="3" ap="17" iscashitem="false" 
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_524541" />
    	<ITEM id="769" name="STR:ZITEM_NAME_524542" mesh_name="eq_feet_angel" totalpoint="0" type="equip" 
    		res_sex="f" res_level="25" slot="feet" weight="5" bt_price="0" hp="3" ap="20" iscashitem="false" 
    		maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_524542" />
    	<ITEM id="770" name="STR:ZITEM_NAME_524544" mesh_name="eq_feet_fenrir_guardian" totalpoint="0" 
    	  type="equip" res_level="25" res_sex="f" weight="7" hp="2" ap="24" iscashitem="false" slot="Feet" 
    	  bt_price="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_524544" />
    	<ITEM id="771" name="STR:ZITEM_NAME_524545" mesh_name="eq_feet_santa_w" totalpoint="0" 
    	  type="equip" res_level="1" res_sex="f" weight="2" hp="0" ap="12" iscashitem="false" slot="Feet" 
    	  bt_price="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_524545" />
    			
    	<!--
          /////////////////////////////////////////////////////////////////////////////////////////////////////////////
          인챈트 아이템 ///////////////////////////////////////////////////////////////////////////////////////////////
    	-->
    	<!-- FIRE 속성 -->
    	<ITEM id="772" name="STR:ZITEM_NAME_600001" type="custom" weapon="enchant_fire" res_sex="a"
    		res_level="15" slot="custom" bt_price="0" image_id="3" effect_level="2" damage="7"
    		delay="5000" weight="3" desc="STR:ZITEM_DESC_600001" />
    	<ITEM id="773" name="STR:ZITEM_NAME_600002" type="custom" weapon="enchant_fire" res_sex="a"
    		res_level="35" slot="custom" bt_price="0" image_id="3" effect_level="3" damage="9"
    		delay="4700" weight="3" desc="STR:ZITEM_DESC_600002" />
    	<ITEM id="774" name="STR:ZITEM_NAME_600003" type="custom" weapon="enchant_fire" res_sex="a"
    		res_level="25" slot="custom" bt_price="0" image_id="3" effect_level="3" damage="8"
    		delay="5000" weight="3" desc="STR:ZITEM_DESC_600003" />
    	<ITEM id="775" name="STR:ZITEM_NAME_600004" type="custom" weapon="enchant_fire" res_sex="a"
    		res_level="45" slot="custom" bt_price="0" image_id="3" effect_level="3" damage="10"
    		delay="4500" weight="3" desc="STR:ZITEM_DESC_600004" />
    	<ITEM id="776" name="STR:ZITEM_NAME_600005" type="custom" weapon="enchant_fire" res_sex="a"
    		res_level="55" slot="custom" bt_price="0" image_id="3" effect_level="3" damage="10"
    		delay="4700" weight="3" desc="STR:ZITEM_DESC_600005" />
    	<ITEM id="777" name="STR:ZITEM_NAME_600006" type="custom" weapon="enchant_fire" res_sex="a"
    		res_level="0" slot="custom" bt_price="0" image_id="3" effect_level="1" damage="7"
    		delay="3000" weight="3" desc="STR:ZITEM_DESC_600006" />
    	<!-- COLD 속성 -->
    	<ITEM id="778" name="STR:ZITEM_NAME_600101" type="custom" weapon="enchant_cold" res_sex="a"
    		res_level="15" slot="custom" bt_price="0" image_id="3" effect_level="2" delay="4000"
    		weight="3" limitspeed="85" desc="STR:ZITEM_DESC_600101" />
    	<ITEM id="779" name="STR:ZITEM_NAME_600102" type="custom" weapon="enchant_cold" res_sex="a"
    		res_level="35" slot="custom" bt_price="0" image_id="3" effect_level="3" delay="4000"
    		weight="3" limitspeed="75" desc="STR:ZITEM_DESC_600102" />
    	<ITEM id="780" name="STR:ZITEM_NAME_600103" type="custom" weapon="enchant_cold" res_sex="a"
    		res_level="25" slot="custom" bt_price="0" image_id="3" effect_level="3" delay="4000"
    		weight="3" limitspeed="80" desc="STR:ZITEM_DESC_600103" />
    	<ITEM id="781" name="STR:ZITEM_NAME_600104" type="custom" weapon="enchant_cold" res_sex="a"
    		res_level="45" slot="custom" bt_price="0" image_id="3" effect_level="3" delay="4000"
    		weight="3" limitspeed="70" desc="STR:ZITEM_DESC_600104" />
    	<ITEM id="782" name="STR:ZITEM_NAME_600105" type="custom" weapon="enchant_cold" res_sex="a"
    		res_level="55" slot="custom" bt_price="0" image_id="3" effect_level="3" delay="4000"
    		weight="3" limitspeed="65" desc="STR:ZITEM_DESC_600105" />
    	<ITEM id="783" name="STR:ZITEM_NAME_600106" type="custom" weapon="enchant_cold" res_sex="a"
    		res_level="0" slot="custom" bt_price="0" image_id="3" effect_level="1" delay="4000"
    		weight="3" limitspeed="90" desc="STR:ZITEM_DESC_600106" />
    	<!-- LIGHTNING 속성 -->
    	<ITEM id="784" name="STR:ZITEM_NAME_600201" type="custom" weapon="enchant_lightning"
    		res_sex="a" res_level="15" slot="custom" bt_price="0" image_id="3" effect_level="2"
    		weight="3" delay="1000" damage="12" desc="STR:ZITEM_DESC_600201" />
    	<ITEM id="785" name="STR:ZITEM_NAME_600202" type="custom" weapon="enchant_lightning"
    		res_sex="a" res_level="35" slot="custom" bt_price="0" image_id="3" effect_level="2"
    		weight="3" delay="1000" damage="14" desc="STR:ZITEM_DESC_600202" />
    	<ITEM id="786" name="STR:ZITEM_NAME_600203" type="custom" weapon="enchant_lightning"
    		res_sex="a" res_level="25" slot="custom" bt_price="0" image_id="3" effect_level="2"
    		weight="3" delay="1000" damage="13" desc="STR:ZITEM_DESC_600203" />
    	<ITEM id="787" name="STR:ZITEM_NAME_600204" type="custom" weapon="enchant_lightning"
    		res_sex="a" res_level="45" slot="custom" bt_price="0" image_id="3" effect_level="2"
    		weight="3" delay="1000" damage="15" desc="STR:ZITEM_DESC_600204" />
    	<ITEM id="788" name="STR:ZITEM_NAME_600205" type="custom" weapon="enchant_lightning"
    		res_sex="a" res_level="55" slot="custom" bt_price="0" image_id="3" effect_level="2"
    		weight="3" delay="1000" damage="16" desc="STR:ZITEM_DESC_600205" />
    	<ITEM id="789" name="STR:ZITEM_NAME_600205" type="custom" weapon="enchant_lightning"
    		res_sex="a" res_level="0" slot="custom" bt_price="0" image_id="3" effect_level="1"
    		weight="3" delay="1000" damage="11" desc="STR:ZITEM_DESC_600206" />
    	<!-- POISON 속성 -->
    	<ITEM id="790" name="STR:ZITEM_NAME_600301" type="custom" weapon="enchant_poison" res_sex="a"
    		res_level="15" slot="custom" bt_price="0" image_id="3" effect_level="2" delay="3000"
    		weight="3" damage="7" desc="STR:ZITEM_DESC_600301" />
    	<ITEM id="791" name="STR:ZITEM_NAME_600302" type="custom" weapon="enchant_poison" res_sex="a"
    		res_level="35" slot="custom" bt_price="0" image_id="3" effect_level="2" delay="2800"
    		weight="3" damage="9" desc="STR:ZITEM_DESC_600302" />
    	<ITEM id="792" name="STR:ZITEM_NAME_600303" type="custom" weapon="enchant_poison" res_sex="a"
    		res_level="25" slot="custom" bt_price="0" image_id="3" effect_level="2" delay="2800"
    		weight="3" damage="8" desc="STR:ZITEM_DESC_600303" />
    	<ITEM id="793" name="STR:ZITEM_NAME_600304" type="custom" weapon="enchant_poison" res_sex="a"
    		res_level="45" slot="custom" bt_price="0" image_id="3" effect_level="2" delay="3000"
    		weight="3" damage="9" desc="STR:ZITEM_DESC_600304" />
    	<ITEM id="794" name="STR:ZITEM_NAME_600305" type="custom" weapon="enchant_poison" res_sex="a"
    		res_level="55" slot="custom" bt_price="0" image_id="3" effect_level="2" delay="3500"
    		weight="3" damage="9" desc="STR:ZITEM_DESC_600305" />
    	<ITEM id="795" name="STR:ZITEM_NAME_600305" type="custom" weapon="enchant_poison" res_sex="a"
    		res_level="0" slot="custom" bt_price="0" image_id="3" effect_level="1" delay="3000"
    		weight="3" damage="6" desc="STR:ZITEM_DESC_600306" />
    
    	<!-- Premium Ticket -->
    	<ITEM id="796" name="STR:ZITEM_NAME_700001" slot="none" type="ticket" ticket_type="admission" 
    		weapon="" res_sex="a" res_level="0" iscash="false" weight="0" desc="STR:ZITEM_DESC_700001" />
    		
    
    	<!--
    	/////////////////////////////////////////////////////////////////////////////////////////////////////////////
         이벤트 아이템
    	/////////////////////////////////////////////////////////////////////////////////////////////////////////////
    	-->
    	<!-- 고블린 런쳐 -->
    	<ITEM id="797" name="STR:ZITEM_NAME_400501" mesh_name="rocketlauncher07" totalpoint="0"
    		type="range" res_sex="a" res_level="23" slot="range" weapon="rocket" weight="30" bt_price="0"
    		delay="1100" damage="45" ctrl_ability="50" magazine="4" maxbullet="16" reloadtime="3"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" limitspeed="90" limitwall="1" color="#FFFFFFFF" image_id="2" bullet_image_id="0"
    		magazine_image_id="0" snd_reload="we_rocket_reload" snd_fire="we_rocket_fire" snd_dryfire="762arifle_dryfire"
    		desc="STR:ZITEM_DESC_400501" />
    		
    	<!-- 데몬브링거 -->
    	<ITEM id="798" name="STR:ZITEM_NAME_400502" mesh_name="katana14" totalpoint="0" type="melee"
    		res_sex="a" res_level="22" slot="melee" weapon="katana" weight="12" bt_price="0"
    		delay="350" damage="20" range="220" ctrl_ability="0" magazine="0" reloadtime="0" slug_output="false"
    		gadget_id="0" hp="-5" ap="-5" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		image_id="0" bullet_image_id="0" magazine_image_id="0" desc="STR:ZITEM_DESC_400502" />
    
    	<!-- 남성용 고블린 모자 -->
    	<ITEM id="799" name="STR:ZITEM_NAME_400503" mesh_name="eq_head_goblin" totalpoint="0"
    		type="equip" res_sex="m" res_level="15" slot="head" weight="0" bt_price="0"
    		hp="0" ap="0" maxwt="2" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_400503" />
    
    	<!-- 여성용 고블린 모자 -->
    	<ITEM id="800" name="STR:ZITEM_NAME_400504" mesh_name="eq_head_goblin" totalpoint="0"
    		type="equip" res_sex="f" res_level="15" slot="head" weight="0" bt_price="0"
    		hp="0" ap="0" maxwt="2" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_400504" />
    
    	<!-- 남성용 데몬핸드 -->
    	<ITEM id="801" name="STR:ZITEM_NAME_400505" mesh_name="eq_hands_skeleton" totalpoint="0"
    		type="equip" res_sex="m" res_level="15" slot="hands" weight="6" bt_price="0" hp="3"
    		ap="12" maxwt="-2" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_400505" />
    
    	<!-- 여성용 데몬핸드 -->
    	<ITEM id="802" name="STR:ZITEM_NAME_400506" mesh_name="eq_hands_skeleton" totalpoint="0"
    		type="equip" res_sex="f" res_level="15" slot="hands" weight="6" bt_price="0" hp="3"
    		ap="12" maxwt="-2" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_400506" />
    
    	<!-- 오드 건 -->
    	<ITEM id="803" name="STR:ZITEM_NAME_400507" mesh_name="eq_pistol_odd" totalpoint="0" type="range"
    		res_sex="a" res_level="25" slot="range" weapon="pistolx2" weight="15" bt_price="0"
    		delay="400" damage="47" ctrl_ability="80" magazine="5" maxbullet="40" reloadtime="4"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="1" bullet_image_id="0" magazine_image_id="0" snd_reload="we_pistol_reload"
    		snd_fire="we_pistol_fire" snd_dryfire="357magrevolver_dryfire" desc="STR:ZITEM_DESC_400507"
    		effect_id="4" />
    
    	<!-- 재앙의 날개 -->
    	<ITEM id="804" name="STR:ZITEM_NAME_400508" mesh_name="eq_blade_wing" totalpoint="0" type="melee"
    		res_sex="a" res_level="25" slot="melee" weapon="doublekatana" weight="16" bt_price="0"
    		delay="290" damage="17" range="220" ctrl_ability="0" magazine="0" reloadtime="0" slug_output="false"
    		gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		image_id="0" bullet_image_id="0" magazine_image_id="0" desc="STR:ZITEM_DESC_400508" />
    
    	<!-- 남성용 레더 랩 슈즈 -->
    	<ITEM id="805" name="STR:ZITEM_NAME_400509" mesh_name="eq_feet_wrapshoes" totalpoint="0" type="equip"
    		res_sex="m" res_level="20" slot="feet" weight="5" bt_price="0" hp="6" ap="8" maxwt="0"
    		sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_400509" />
    
    	<!-- 여성용 레더 랩 슈즈 -->
    	<ITEM id="806" name="STR:ZITEM_NAME_400510" mesh_name="eq_feet_wrapshoes" totalpoint="0" type="equip"
    		res_sex="f" res_level="20" slot="feet" weight="5" bt_price="0" hp="6" ap="8" maxwt="0"
    		sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_400510" />
    
    	<!-- 남성용 어둠의군주 바지 -->
    	<ITEM id="807" name="STR:ZITEM_NAME_400511" mesh_name="eq_legs_dark" totalpoint="0" type="equip"
    		res_sex="m" res_level="20" slot="legs" weight="16" bt_price="0" hp="3" ap="25" maxwt="0"
    		sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_400511" />
    
    	<!-- 여성용 어둠의군주 바지 -->
    	<ITEM id="808" name="STR:ZITEM_NAME_400512" mesh_name="eq_legs_dark" totalpoint="0" type="equip"
    		res_sex="f" res_level="20" slot="legs" weight="16" bt_price="0" hp="3" ap="25" maxwt="0"
    		sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_400512" />
    
    	<!-- 새터드 아이언 -->
    	<ITEM id="809" name="STR:ZITEM_NAME_400513" mesh_name="shotgun_shattered" totalpoint="0" type="range"
    		res_sex="a" res_level="30" slot="range" weapon="shotgun" weight="20" bt_price="0"
    		delay="600" damage="6" ctrl_ability="70" magazine="8" maxbullet="40" reloadtime="5"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" color="#FFFFFFFF" image_id="2" bullet_image_id="0" magazine_image_id="0" snd_reload="we_shotgunpa_reload"
    		snd_fire="we_shotgunpa_fire" snd_dryfire="762arifle_dryfire" desc="STR:ZITEM_DESC_400513"
    		effect_id="7" />
    
    	<!-- 배틀 엑스 -->
    	<ITEM id="810" name="STR:ZITEM_NAME_400514" mesh_name="katana_battleaxe" totalpoint="0" type="melee"
    		res_sex="a" res_level="30" slot="melee" weapon="katana" weight="14" bt_price="0"
    		delay="339" damage="21" range="220" ctrl_ability="0" magazine="0" reloadtime="0" slug_output="false"
    		gadget_id="0" hp="6" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		image_id="0" bullet_image_id="0" magazine_image_id="0" desc="STR:ZITEM_DESC_400514" />
    
    	<!-- 남성용 안드로이드 가면 -->
    	<ITEM id="811" name="STR:ZITEM_NAME_400515" mesh_name="eq_head_android" totalpoint="0"
    		type="equip" res_sex="m" res_level="25" slot="head" weight="3" bt_price="0"
    		hp="-1" ap="13" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_400515" />
    
    	<!-- 여성용 안드로이드 가면 -->
    	<ITEM id="812" name="STR:ZITEM_NAME_400516" mesh_name="eq_head_android" totalpoint="0"
    		type="equip" res_sex="F" res_level="25" slot="head" weight="3" bt_price="0"
    		hp="-1" ap="13" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_400516" />
    
    	<!-- 남성용 도마뱀가죽 장갑 -->
    	<ITEM id="813" name="STR:ZITEM_NAME_400517" mesh_name="eq_hands_lizard" totalpoint="0"
    		type="equip" res_sex="m" res_level="25" slot="hands" weight="3" bt_price="0"
    		hp="0" ap="16" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_400517" />
    
    	<!-- 여성용 도마뱀가죽 장갑 -->
    	<ITEM id="814" name="STR:ZITEM_NAME_400518" mesh_name="eq_hands_lizard" totalpoint="0"
    		type="equip" res_sex="F" res_level="25" slot="hands" weight="3" bt_price="0"
    		hp="0" ap="16" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_400518" />
    
    	<!-- 고블린 대장의 몽둥이 -->
    	<ITEM id="815" name="STR:ZITEM_NAME_400519" mesh_name="katana_club" totalpoint="0" type="melee"
    		res_sex="a" res_level="15" slot="melee" weapon="katana" weight="10" bt_price="0"
    		delay="339" damage="14" range="220" ctrl_ability="0" magazine="0" reloadtime="0" slug_output="false"
    		gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		image_id="0" bullet_image_id="0" magazine_image_id="0" desc="STR:ZITEM_DESC_400519" />
    
    	<!-- 남성용 고블린 위자드의 팔보호대 -->
    	<ITEM id="816" name="STR:ZITEM_NAME_400520" mesh_name="eq_hands_goblin" totalpoint="0"
    		type="equip" res_sex="m" res_level="15" slot="hands" weight="3" bt_price="0" hp="1"
    		ap="7" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_400520" />
    
    	<!-- 여성용 고블린 위자드의 팔보호대 -->
    	<ITEM id="817" name="STR:ZITEM_NAME_400521" mesh_name="eq_hands_goblin" totalpoint="0"
    		type="equip" res_sex="f" res_level="15" slot="hands" weight="3" bt_price="0" hp="1"
    		ap="7" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_400521" />
    
    	<!-- 황금 고블린 런쳐 -->
    	<ITEM id="818" name="STR:ZITEM_NAME_400522" mesh_name="rl_goblin_gold" totalpoint="0"
    		type="range" res_sex="a" res_level="30" slot="range" weapon="rocket" weight="32" bt_price="0"
    		delay="1200" damage="55" ctrl_ability="50" magazine="3" maxbullet="9" reloadtime="3"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" limitspeed="90" limitwall="1" color="#FFFFFFFF" image_id="2" bullet_image_id="0"
    		magazine_image_id="0" snd_reload="we_rocket_reload" snd_fire="we_rocket_fire" snd_dryfire="762arifle_dryfire"
    		desc="STR:ZITEM_DESC_400522" />
    
    	<!-- 남성용 황금 고블린 모자 -->
    	<ITEM id="819" name="STR:ZITEM_NAME_400523" mesh_name="eq_head_goblin_gold" totalpoint="0"
    		type="equip" res_sex="m" res_level="30" slot="head" weight="4" bt_price="0"
    		hp="1" ap="10" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_400523" />
    
    	<!-- 여성용 황금 고블린 모자 -->
    	<ITEM id="820" name="STR:ZITEM_NAME_400524" mesh_name="eq_head_goblin_gold" totalpoint="0"
    		type="equip" res_sex="f" res_level="30" slot="head" weight="4" bt_price="0"
    		hp="1" ap="10" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_400524" />
    
    	<!-- 황금 고블린 몽둥이 -->
    	<ITEM id="821" name="STR:ZITEM_NAME_400525" mesh_name="katana_club_gold" totalpoint="0" type="melee"
    		res_sex="a" res_level="30" slot="melee" weapon="katana" weight="15" bt_price="0"
    		delay="349" damage="20" range="220" ctrl_ability="0" magazine="0" reloadtime="0" slug_output="false"
    		gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		image_id="0" bullet_image_id="0" magazine_image_id="0" desc="STR:ZITEM_DESC_400525" />
    
    	<!-- 남성용 황금 고블린 팔보호대 -->
    	<ITEM id="822" name="STR:ZITEM_NAME_400526" mesh_name="eq_hands_goblin_gold" totalpoint="0"
    		type="equip" res_sex="m" res_level="30" slot="hands" weight="7" bt_price="0" hp="2"
    		ap="15" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_400526" />
    
    	<!-- 여성용 황금 고블린 팔보호대 -->
    	<ITEM id="823" name="STR:ZITEM_NAME_400527" mesh_name="eq_hands_goblin_gold" totalpoint="0"
    		type="equip" res_sex="f" res_level="30" slot="hands" weight="7" bt_price="0" hp="2"
    		ap="15" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_400527" />
    
    	<!-- 팜포우 런쳐 -->
    	<ITEM id="824" name="STR:ZITEM_NAME_400528" mesh_name="rl_palmpou" totalpoint="0"
    		type="range" res_sex="a" res_level="25" slot="range" weapon="rocket" weight="28" bt_price="0"
    		delay="1100" damage="45" ctrl_ability="50" magazine="4" maxbullet="16" reloadtime="3"
    		slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
    		lr="0" limitspeed="90" limitwall="1" color="#FFFFFFFF" image_id="2" bullet_image_id="0"
    		magazine_image_id="0" snd_reload="we_rocket_reload" snd_fire="we_rocket_fire" snd_dryfire="762arifle_dryfire"
    		desc="STR:ZITEM_DESC_400528" />
    
    	<!-- 남성용 팜포아 상의 -->
    	<ITEM id="825" name="STR:ZITEM_NAME_400529" mesh_name="eq_chest_palmpou" totalpoint="0" type="equip"
    		res_sex="m" res_level="25" slot="chest" weight="16" bt_price="0" hp="4" ap="26" maxwt="0"
    		sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_400529" />
    
    	<!-- 여성용 팜포아 상의 -->
    	<ITEM id="826" name="STR:ZITEM_NAME_400530" mesh_name="eq_chest_palmpou" totalpoint="0" type="equip"
    		res_sex="f" res_level="25" slot="chest" weight="16" bt_price="0" hp="4" ap="26" maxwt="0"
    		sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_400530" />
    
    	<!-- 팜포우의 얼음칼 -->
    	<ITEM id="827" name="STR:ZITEM_NAME_400531" mesh_name="katana_palmpou" totalpoint="0" type="melee"
    		res_sex="a" res_level="30" slot="melee" weapon="katana" weight="14" bt_price="0"
    		delay="350" damage="21" range="220" ctrl_ability="0" magazine="0" reloadtime="0" slug_output="false"
    		gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF"
    		image_id="0" bullet_image_id="0" magazine_image_id="0" desc="STR:ZITEM_DESC_400531" />
    
    	<!-- 남성용 팜포아의 헬멧 -->
    	<ITEM id="828" name="STR:ZITEM_NAME_400532" mesh_name="eq_head_palmpou" totalpoint="0"
    		type="equip" res_sex="m" res_level="30" slot="head" weight="3" bt_price="0"
    		hp="0" ap="9" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_400532" />
    
    	<!-- 여성용 팜포아의 헬멧 -->
    	<ITEM id="829" name="STR:ZITEM_NAME_400533" mesh_name="eq_head_palmpou" totalpoint="0"
    		type="equip" res_sex="f" res_level="30" slot="head" weight="3" bt_price="0"
    		hp="0" ap="9" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_400533" />
    	
    	<!-- GM weapons -->
    	
    	<ITEM id="830" name="GM Rocket" mesh_name="rocketlauncher" totalpoint="0" type="range"res_sex="a" res_level="0" slot="range" weapon="rocket" weight="0" bt_price="0"delay="1" damage="10000" ctrl_ability="50" magazine="10000" maxbullet="10000" reloadtime="1"slug_output="flase" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"lr="0" limitspeed="90" limitwall="1" color="#FFFFFFFF" image_id="2" bullet_image_id="0"magazine_image_id="0" snd_reload="we_rocket_reload" snd_fire="we_rocket_fire" snd_dryfire="762arifle_dryfire"desc="STR:ZITEM_DESC_9001" />
    	<ITEM id="831" name="Gm shotgun" mesh_name="shotgun02" totalpoint="0" iscashitem="false"type="range" res_sex="a" res_level="0" slot="range" weapon="shotgun" weight="1" bt_price="0"delay="6" damage="1000" ctrl_ability="60" magazine="1000000" maxbullet="1000000" reloadtime="1"slug_output="false" gadget_id="0" hp="100" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"lr="0" color="#FFFFFFFF" image_id="2" bullet_image_id="0" magazine_image_id="0" snd_reload="we_revolver_reload"snd_fire="we_shotgunpa_fire" snd_dryfire="762arifle_dryfire" desc="STR:ZITEM_DESC_509006"effect_id="7" rent_period="7" />
    	<ITEM id="832" name="GM HP med" mesh_name="medickit_rx" totalpoint="0" type="custom"res_sex="a" res_level="0" slot="custom" weapon="medkit" weight="3" bt_price="0" iscashitem="false"delay="1" damage="0" ctrl_ability="0" magazine="10000" maxbullet="10000" reloadtime="10"slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"lr="0" color="#FFFFFFFF" image_id="3" bullet_image_id="0" magazine_image_id="0" snd_fire="we_grenade_fire"desc="STR:ZITEM_DESC_527001" />
    	<ITEM id="833" name="GM AP med" mesh_name="repairkit_rx" totalpoint="0" type="custom"res_sex="a" res_level="0" slot="custom" weapon="repairkit" weight="3" bt_price="0" iscashitem="false"delay="1" damage="0" ctrl_ability="0" magazine="10000" maxbullet="10000" reloadtime="10"slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"lr="0" color="#FFFFFFFF" image_id="3" bullet_image_id="0" magazine_image_id="0" snd_fire="we_grenade_fire"desc="STR:ZITEM_DESC_528001" />
    	<ITEM id="834" name="Female GM Coat" mesh_name="eq_chest_gm" totalpoint="0" type="equip"res_sex="f" res_level="0" slot="chest" weight="1" bt_price="0" hp="999999" ap="0" maxwt="0"sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_399998" />
    	<ITEM id="835" name="Male Gm coat" mesh_name="eq_chest_gm" totalpoint="0" type="equip"res_sex="m" res_level="0" slot="chest" weight="1" bt_price="0" hp="999999" ap="0" maxwt="0"sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_399999" />
    
    
    
    	<!--
    	/////////////////////////////////////////////////////////////////////////////////////////////////////////////
         이벤트 아이템_행운의 티켓(이벤트 티켓)
    	/////////////////////////////////////////////////////////////////////////////////////////////////////////////
    	-->
    	
    
    </XML>


  2. #2
    Veni, Vidi, Vici Arcelor is offline
    MemberRank
    Jan 2010 Join Date
    Delhi, IndiaLocation
    1,763Posts

    Re: Could anyone find a problem in this?

    Line 3548.

    PHP Code:
        <ITEM id="830" name="GM Rocket" mesh_name="rocketlauncher" totalpoint="0" type="range"res_sex="a" res_level="0" slot="range" weapon="rocket" weight="0" bt_price="0"delay="1" damage="10000" ctrl_ability="50" magazine="10000" maxbullet="10000" reloadtime="1"slug_output="flase" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"lr="0" limitspeed="90" limitwall="1" color="#FFFFFFFF" image_id="2" bullet_image_id="0"magazine_image_id="0" snd_reload="we_rocket_reload" snd_fire="we_rocket_fire" snd_dryfire="762arifle_dryfire"desc="STR:ZITEM_DESC_9001" /> 
    Should be

    PHP Code:
        <ITEM id="830" name="GM Rocket" mesh_name="rocketlauncher" totalpoint="0" type="range" res_sex="a" res_level="0" slot="range" weapon="rocket" weight="0" bt_price="0"delay="1" damage="10000" ctrl_ability="50" magazine="10000" maxbullet="10000" reloadtime="1"slug_output="flase" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"lr="0" limitspeed="90" limitwall="1" color="#FFFFFFFF" image_id="2" bullet_image_id="0"magazine_image_id="0" snd_reload="we_rocket_reload" snd_fire="we_rocket_fire" snd_dryfire="762arifle_dryfire"desc="STR:ZITEM_DESC_9001" /> 

  3. #3
      Phoenix is offline
    ModeratorRank
    Mar 2009 Join Date
    6,890Posts

    Re: Could anyone find a problem in this?

    No, it should be like this :

    Code:
    <ITEM id="830" name="GM Rocket" mesh_name="rocketlauncher" totalpoint="0" type="range" res_sex="a" res_level="0" slot="range" weapon="rocket" weight="0" bt_price="0" delay="1" damage="10000" ctrl_ability="50" magazine="10000" maxbullet="10000" reloadtime="1" slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"lr="0" limitspeed="90" limitwall="1" color="#FFFFFFFF" image_id="2" bullet_image_id="0" magazine_image_id="0" snd_reload="we_rocket_reload" snd_fire="we_rocket_fire" snd_dryfire="762arifle_dryfire" desc="STR:ZITEM_DESC_9001" />
    @Alpha trica : Use the line I specified above.

    You still left the mistakes Arcelor. Here they are :

    1) bt_price="0"delay="1" // 1 Mistake : Missing space.
    2) reloadtime="1"slug_output="flase" //2 Mistakes : Missing Space and spelling of "false"
    3) bullet_image_id="0"magazine_image_id="0" // 1 Mistake : Missing Space.
    4) snd_dryfire="762arifle_dryfire"desc="STR:ZITEM_DESC_9001" // 1 Mistake : Missing space.

    But thanks for specifying the line :).
    Last edited by Phoenix; 19-02-10 at 02:24 PM.

  4. #4
    Valued Member Alpha tricia is offline
    MemberRank
    Jan 2010 Join Date
    141Posts

    Re: Could anyone find a problem in this?

    Quote Originally Posted by phoenix_147 View Post
    No, it should be like this :

    Code:
    <ITEM id="830" name="GM Rocket" mesh_name="rocketlauncher" totalpoint="0" type="range" res_sex="a" res_level="0" slot="range" weapon="rocket" weight="0" bt_price="0" delay="1" damage="10000" ctrl_ability="50" magazine="10000" maxbullet="10000" reloadtime="1" slug_output="false" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"lr="0" limitspeed="90" limitwall="1" color="#FFFFFFFF" image_id="2" bullet_image_id="0" magazine_image_id="0" snd_reload="we_rocket_reload" snd_fire="we_rocket_fire" snd_dryfire="762arifle_dryfire" desc="STR:ZITEM_DESC_9001" />
    @Alpha trica : Use the line I specified above.

    You still left the mistakes Arcelor. Here they are :

    1) bt_price="0"delay="1" // 1 Mistake : Missing space.
    2) reloadtime="1"slug_output="flase" //2 Mistakes : Missing Space and spelling of "false"
    3) bullet_image_id="0"magazine_image_id="0" // 1 Mistake : Missing Space.
    4) snd_dryfire="762arifle_dryfire"desc="STR:ZITEM_DESC_9001" // 1 Mistake : Missing space.

    But thanks for specifying the line :).
    sorry for the late reply.
    but thank you.

    Problem solved :)

    ur a good member

  5. #5
    Veni, Vidi, Vici Arcelor is offline
    MemberRank
    Jan 2010 Join Date
    Delhi, IndiaLocation
    1,763Posts

    Re: Could anyone find a problem in this?

    Leecher kid, thank me too :P.

  6. #6
    Valued Member Alpha tricia is offline
    MemberRank
    Jan 2010 Join Date
    141Posts

    Re: Could anyone find a problem in this?

    Quote Originally Posted by Arcelor View Post
    Leecher kid, thank me too :P.
    no,
    since you gave me the wrong line =D

    edit: ok thanked, i saw you specified the line :)
    Last edited by Alpha tricia; 21-02-10 at 11:29 AM.



Advertisement