<config>

	<!-- Z_BigInv98slots | XUi_InGame\templates.xml -->

	<set xpath="/templates/item_action_entry/rect/sprite/@width">174</set>

	<set xpath="/templates/item_action_entry/rect/label[@name='keyboardButton']/@pos">168,-22</set>

	<insertAfter xpath="/templates/item_stack">
			<backpack_item_stack controller="ItemStack" on_scroll="false" allow_dropping="true" prefix_id="false" show_favorites="false">
				<rect controller="${controller}" style="itemStack, hover" width="58" height="52" on_scroll="${on_scroll}" allow_dropping="${allow_dropping}" prefix_id="${prefix_id}" show_favorites="${show_favorites}" tooltip="{tooltip}" enabled="{# !defined('userlockmode') or !userlockmode}" visible="{# !defined('container_slots') or (int(${repeat_i}) &lt; int(container_slots)) }">
					<sprite depth="2" name="backgroundMain" sprite="menu_empty2px" pos="-3,3" width="61" height="55" color="[black]" type="sliced" fillcenter="false" />
					<sprite depth="3" name="background" sprite="menu_empty2px" width="56" height="50" color="{selectionbordercolor}" type="sliced" fillcenter="false" />
					<sprite depth="2" name="highlightOverlay" width="55" height="49" color="{backgroundcolor}" pos="0,0" type="sliced" />

					<texture depth="3" name="backgroundTexture" material="Materials/Transparent Colored" size="56,50" />
					<sprite depth="8" name="favoriteIcon" width="18" height="18" sprite="server_favorite" pos="2,-2" foregroundlayer="true" visible="{isfavorite}" />
					<sprite depth="7" name="itemIcon" width="44" height="44" atlas="ItemIconAtlas" sprite="{itemicon}" pivot="center" foregroundlayer="true" color="{iconcolor}" pos="29,-24" />
					<sprite depth="8" name="lockTypeIcon" width="18" height="18" sprite="{locktypeicon}" pos="2,-2" foregroundlayer="true" />
					<sprite depth="8" name="itemtypeicon" width="18" height="18" sprite="ui_game_symbol_{itemtypeicon}" pos="2,-2" foregroundlayer="true" visible="{hasitemtypeicon}" color="{itemtypeicontint}" />

					<sprite depth="2" name="durabilityBackground" sprite="menu_empty3px" color="185,0,0,255" type="sliced" globalopacitymod="0" visible="{haspermadurability}" width="50" height="8" pos="3,-40" />
					<sprite depth="4" name="durability" sprite="menu_empty2px" color="[darkGrey]" fill="{removeddurabilityfill}" type="filled" fillspritepad="true" globalopacitymod="0" visible="{hasdurability}" width="50" height="8" pos="3,-40" />
					<filledsprite depth="5" name="durability" sprite="menu_empty2px" color="{durabilitycolor}" fill="{durabilityfill}" type="filled" globalopacitymod="0" visible="{hasdurability}" width="50" height="8" pos="3,-40" />

					<label depth="8" name="stackValue" height="24" text="{itemcount}" font_size="18" effect="outline" justify="{#hasdurability ? 'Center' : 'Right'}" pos="-1,-31" width="53" />
					<label depth="8" name="timer" height="22" font_size="18" justify="center" pivot="center" color="[beige]" effect="outline" pos="29,-26" width="53" effect_distance="1,1" effect_color="0,0,0,255" />
					<sprite depth="9" name="cancel" sprite="ui_game_symbol_x" color="255,0,0,255" type="sliced" visible="{# ishovered and islocked}" foregroundlayer="true" width="53" height="47" />
					<sprite depth="13" name="assembleIcon" sprite="{stacklockicon}" color="{stacklockcolor}" visible="{isassemblelocked}" pos="16,-14" foregroundlayer="true" size="24,24" />

					<sprite depth="14" name="quickswapIcon" size="22,22" sprite="server_refresh" pos="34,-2" foregroundlayer="true" visible="{isQuickSwap}" />

					<button name="rectSlotLock" depth="15" style="press, hover" width="56" height="50" visible="{# defined('userlockmode') and userlockmode}" sprite="" hoverscale="1" use_selection_box="true">
						<sprite depth="16" name="slotLockIcon" width="18" height="18" sprite="{# !defined('userlockmode') ? '' : (userlockedslot ? 'ui_game_symbol_lock' : 'ui_game_symbol_unlock') }" pos="45,-10" style="icon32px" pivot="center" color="{# !defined('userlockmode') ? '255,255,255,1' : (userlockedslot ? '222,206,163' : '255,255,255') }" />
					</button>
					<sprite depth="15" name="iconSlotLock" width="16" height="16" sprite="ui_game_symbol_lock" pos="45,-10" style="icon32px" pivot="center" visible="{# defined('userlockmode') and !userlockmode and userlockedslot }" color="222,206,163" />
				</rect>
			</backpack_item_stack>
		</insertAfter>


	<!-- Z_HUD | XUi_InGame\templates.xml -->

	<remove xpath="/templates/ingredient_header" />

	<insertAfter xpath="/templates/skill_action_entry">
			<ingredient_header>
				<rect name="header" width="447" height="43">
					<rect depth="2" width="65" height="41">
						<sprite depth="2" name="backgroundMain" sprite="menu_empty3px" pos="-3,3" width="71" height="46" color="[black]" type="sliced" fillcenter="false" />
						<sprite color="[darkGrey]" type="sliced" />
						<label depth="3" text="ITEM" text_key="lblitem" pos="32,-20" height="26" font_size="22" justify="center" pivot="center" />
					</rect>
					<rect depth="2" width="236" height="41" pos="68,0">
						<sprite depth="2" name="backgroundMain" sprite="menu_empty3px" pos="-3,3" width="242" height="46" color="[black]" type="sliced" fillcenter="false" />
						<sprite color="[darkGrey]" type="sliced" />
						<label depth="3" text="NAME" text_key="mmTextName" pos="117,-20" width="230" height="26" font_size="22" justify="center" pivot="center" />
					</rect>
					<rect depth="2" width="140" height="41" pos="307,0">
						<sprite depth="2" name="backgroundMain" sprite="menu_empty3px" pos="-3,3" width="146" height="46" color="[black]" type="sliced" fillcenter="false" />
						<sprite color="[darkGrey]" type="sliced" />
						<label depth="3" text="COUNT" text_key="lblContextCraftCount" pos="70,-20" width="64" height="22" font_size="18" justify="center" pivot="center" />
					</rect>
				</rect>
			</ingredient_header>
		</insertAfter>

	<remove xpath="/templates/ingredient_row" />

	<insertAfter xpath="/templates/ingredient_header">
			<ingredient_row>
				<rect name="row" width="447" height="43" controller="IngredientEntry">
					<rect depth="2" width="65" height="41">
						<sprite depth="2" name="backgroundMain" sprite="menu_empty3px" pos="-3,2" width="71" height="46" color="[black]" type="sliced" fillcenter="false" />
						<sprite color="[lightGrey]" type="sliced" />
						<sprite depth="2" name="icon" width="36" height="36" atlas="ItemIconAtlas" sprite="{itemicon}" color="{itemicontint}" pos="30,-20" pivot="center" foregroundlayer="true" />
					</rect>
					<rect depth="2" width="236" height="41" pos="68,0">
						<sprite depth="2" name="backgroundMain" sprite="menu_empty3px" pos="-3,2" width="242" height="46" color="[black]" type="sliced" fillcenter="false" />
						<sprite color="[lightGrey]" type="sliced" />
						<label depth="3" name="name" pos="117,-23" width="230" height="26" font_size="26" color="[labelColor]" justify="center" pivot="center" text="{itemname}" />
					</rect>
					<rect depth="2" width="140" height="41" pos="307,0">
						<sprite depth="2" name="backgroundMain" sprite="menu_empty3px" pos="-3,2" width="146" height="46" color="[black]" type="sliced" fillcenter="false" />
						<sprite color="[lightGrey]" type="sliced" />
						<label depth="3" name="needCount" pos="70,-23" width="120" height="26" font_size="26" color="[labelColor]" justify="center" pivot="center" text="{haveneedcount}" />
					</rect>
				</rect>
			</ingredient_row>
		</insertAfter>

	<remove xpath="/templates/party_entry" />

	<insertAfter xpath="/templates/poi_teleport_list_entry">
			<party_entry>

				<rect width="180" height="40" controller="PartyEntry" visible="{partyvisible}" default_health_color="255,0,0,180" twitch_health_color="255,0,0,180">
					<filledsprite depth="3" pos="0,0" name="BarHealthModifiedMax" color="110,110,110,128" height="34" type="filled" fill="{healthmodifiedmax}" />

					<filledsprite depth="3" pos="0,-34" name="BarStaminaModifiedMax" color="110,110,110,128" height="6" type="filled" fill="{staminamodifiedmax}" />

					<filledsprite depth="5" name="BarHealth" color="{healthcolor}" width="180" height="34" type="filled" fill="{healthfill}" />
					<filledsprite depth="5" pos="0,-34" name="BarStamina" color="0,54,255,180" width="180" height="6" type="filled" fill="{staminafill}" />

					<filledsprite depth="8" name="BarHealthModifiedMax" color="0,0,0,255" width="180" fillcenter="false" type="filled" fill="{healthmodifiedmax}" />
					<filledsprite depth="3" name="BarHealthModifiedMax" color="0,0,0,255" width="180" fillcenter="false" type="filled" fill="{healthmodifiedmax}" />


					<label depth="6" name="TextContent" pos="30, -9" font_size="22" color="[white]" justify="left" pivot="topleft" text="{name}" height="30" width="100" />
					<label depth="6" name="TextContent" pos="212,-9" font_size="22" color="{distancecolor}" pivot="topleft" text="{distance}" height="30" effect="outline" />

					<sprite pos="156,-8" depth="8" name="icon2" style="icon22px" sprite="{icon2}" visible="{showicon2}" />
					<sprite pos="156,-8" depth="8" name="icon1" size="18,18" sprite="{icon1}" visible="{showicon1}" />

					<sprite depth="8" name="arrowContent" style="icon22px" pos="196,-20" sprite="ui_game_symbol_map_player_arrow" visible="{showarrow}" pivot="center" color="{arrowcolor}" />
					<sprite depth="8" name="voiceStatus" size="18,18" pos="15,-18" sprite="ui_game_symbol_talk" visible="{voicevisible}" pivot="center" color="{# voicemuted ? '200,0,0,255' : (voiceactive ? '255,255,255,255' : '128,128,128,255') }" />
				</rect>
			</party_entry>
		</insertAfter>

	<append xpath="/templates">

			<z_hud_buff>
				<panel width="${width}" height="${height}" pos="${pos}" controller="ActiveBuffEntry" disableautobackground="true">	
					<sprite depth="1" name="border" color="${border_color}" type="sliced" fillcenter="false" visible="{# bufficon != ''}" />
					<sprite depth="2" name="background" color="${background_color}" type="sliced" visible="{# bufficon != ''}" />
					<sprite depth="3" name="Icon" sprite="{bufficon}" size="${icon_size}" pos="${icon_pos}" color="${icon_color}" foregroundlayer="true" tooltip="${tooltip}" on_hover="${on_hover}" />
					<label depth="4" name="Text" pos="${text_pos}" width="${text_width}" height="${text_height}" font_size="32" color="${text_color}" text="${text}" justify="${text_justify}" effect="outline" />
					<sprite depth="8" name="border" color="${border_color}" type="sliced" fillcenter="false" visible="{# bufficon != ''}" />
				</panel>
			</z_hud_buff>

			<z_hud_buffList_10row4colUp>
				<rect name="BuffList" pos="${pos}" controller="ActiveBuffList">
					<!--Row 1-->
					<z_hud_buff width="${width}" height="${height}" pos="0,0" border_color="${border_color}" background_color="${background_color}" icon_size="${icon_size}" icon_pos="${icon_pos}" icon_color="${icon_color}" text_pos="${text_pos}" text_width="${text_width}" text_height="${text_height}" text_color="${text_color}" text="${text}" text_justify="${text_justify}" tooltip="${tooltip}" on_hover="${on_hover}" />

					<z_hud_buff width="${width}" height="${height}" pos="${Round(panel_offset, 0)+width},0" border_color="${border_color}" background_color="${background_color}" icon_size="${icon_size}" icon_pos="${icon_pos}" icon_color="${icon_color}" text_pos="${text_pos}" text_width="${text_width}" text_height="${text_height}" text_color="${text_color}" text="${text}" text_justify="${text_justify}" tooltip="${tooltip}" on_hover="${on_hover}" />

					<z_hud_buff width="${width}" height="${height}" pos="${width*2+(Round(panel_offset, 0)*2)},0" border_color="${border_color}" background_color="${background_color}" icon_size="${icon_size}" icon_pos="${icon_pos}" icon_color="${icon_color}" text_pos="${text_pos}" text_width="${text_width}" text_height="${text_height}" text_color="${text_color}" text="${text}" text_justify="${text_justify}" tooltip="${tooltip}" on_hover="${on_hover}" />

					<z_hud_buff width="${width}" height="${height}" pos="${width*3+(Round(panel_offset, 0)*3)},0" border_color="${border_color}" background_color="${background_color}" icon_size="${icon_size}" icon_pos="${icon_pos}" icon_color="${icon_color}" text_pos="${text_pos}" text_width="${text_width}" text_height="${text_height}" text_color="${text_color}" text="${text}" text_justify="${text_justify}" tooltip="${tooltip}" on_hover="${on_hover}" />

					<!--Row 2-->
					<z_hud_buff width="${width}" height="${height}" pos="0,${Round(panel_offset, 0)+height}" border_color="${border_color}" background_color="${background_color}" icon_size="${icon_size}" icon_pos="${icon_pos}" icon_color="${icon_color}" text_pos="${text_pos}" text_width="${text_width}" text_height="${text_height}" text_color="${text_color}" text="${text}" text_justify="${text_justify}" tooltip="${tooltip}" on_hover="${on_hover}" />

					<z_hud_buff width="${width}" height="${height}" pos="${Round(panel_offset, 0)+width},${Round(panel_offset, 0)+height}" border_color="${border_color}" background_color="${background_color}" icon_size="${icon_size}" icon_pos="${icon_pos}" icon_color="${icon_color}" text_pos="${text_pos}" text_width="${text_width}" text_height="${text_height}" text_color="${text_color}" text="${text}" text_justify="${text_justify}" tooltip="${tooltip}" on_hover="${on_hover}" />

					<z_hud_buff width="${width}" height="${height}" pos="${width*2+(Round(panel_offset, 0)*2)},${Round(panel_offset, 0)+height}" border_color="${border_color}" background_color="${background_color}" icon_size="${icon_size}" icon_pos="${icon_pos}" icon_color="${icon_color}" text_pos="${text_pos}" text_width="${text_width}" text_height="${text_height}" text_color="${text_color}" text="${text}" text_justify="${text_justify}" tooltip="${tooltip}" on_hover="${on_hover}" />

					<z_hud_buff width="${width}" height="${height}" pos="${width*3+(Round(panel_offset, 0)*3)},${Round(panel_offset, 0)+height}" border_color="${border_color}" background_color="${background_color}" icon_size="${icon_size}" icon_pos="${icon_pos}" icon_color="${icon_color}" text_pos="${text_pos}" text_width="${text_width}" text_height="${text_height}" text_color="${text_color}" text="${text}" text_justify="${text_justify}" tooltip="${tooltip}" on_hover="${on_hover}" />

					<!--Row 3-->

					<z_hud_buff width="${width}" height="${height}" pos="0,${height*2+(Round(panel_offset, 0)*2)}" border_color="${border_color}" background_color="${background_color}" icon_size="${icon_size}" icon_pos="${icon_pos}" icon_color="${icon_color}" text_pos="${text_pos}" text_width="${text_width}" text_height="${text_height}" text_color="${text_color}" text="${text}" text_justify="${text_justify}" tooltip="${tooltip}" on_hover="${on_hover}" />

					<z_hud_buff width="${width}" height="${height}" pos="${Round(panel_offset, 0)+width},${height*2+(Round(panel_offset, 0)*2)}" border_color="${border_color}" background_color="${background_color}" icon_size="${icon_size}" icon_pos="${icon_pos}" icon_color="${icon_color}" text_pos="${text_pos}" text_width="${text_width}" text_height="${text_height}" text_color="${text_color}" text="${text}" text_justify="${text_justify}" tooltip="${tooltip}" on_hover="${on_hover}" />

					<z_hud_buff width="${width}" height="${height}" pos="${width*2+(Round(panel_offset, 0)*2)},${height*2+(Round(panel_offset, 0)*2)}" border_color="${border_color}" background_color="${background_color}" icon_size="${icon_size}" icon_pos="${icon_pos}" icon_color="${icon_color}" text_pos="${text_pos}" text_width="${text_width}" text_height="${text_height}" text_color="${text_color}" text="${text}" text_justify="${text_justify}" tooltip="${tooltip}" on_hover="${on_hover}" />

					<z_hud_buff width="${width}" height="${height}" pos="${width*3+(Round(panel_offset, 0)*3)},${height*2+(Round(panel_offset, 0)*2)}" border_color="${border_color}" background_color="${background_color}" icon_size="${icon_size}" icon_pos="${icon_pos}" icon_color="${icon_color}" text_pos="${text_pos}" text_width="${text_width}" text_height="${text_height}" text_color="${text_color}" text="${text}" text_justify="${text_justify}" tooltip="${tooltip}" on_hover="${on_hover}" />

					<!--Row 4-->
					<z_hud_buff width="${width}" height="${height}" pos="0,${height*3+(Round(panel_offset, 0)*3)}" border_color="${border_color}" background_color="${background_color}" icon_size="${icon_size}" icon_pos="${icon_pos}" icon_color="${icon_color}" text_pos="${text_pos}" text_width="${text_width}" text_height="${text_height}" text_color="${text_color}" text="${text}" text_justify="${text_justify}" tooltip="${tooltip}" on_hover="${on_hover}" />

					<z_hud_buff width="${width}" height="${height}" pos="${Round(panel_offset, 0)+width},${height*3+(Round(panel_offset, 0)*3)}" border_color="${border_color}" background_color="${background_color}" icon_size="${icon_size}" icon_pos="${icon_pos}" icon_color="${icon_color}" text_pos="${text_pos}" text_width="${text_width}" text_height="${text_height}" text_color="${text_color}" text="${text}" text_justify="${text_justify}" tooltip="${tooltip}" on_hover="${on_hover}" />

					<z_hud_buff width="${width}" height="${height}" pos="${width*2+(Round(panel_offset, 0)*2)},${height*3+(Round(panel_offset, 0)*3)}" border_color="${border_color}" background_color="${background_color}" icon_size="${icon_size}" icon_pos="${icon_pos}" icon_color="${icon_color}" text_pos="${text_pos}" text_width="${text_width}" text_height="${text_height}" text_color="${text_color}" text="${text}" text_justify="${text_justify}" tooltip="${tooltip}" on_hover="${on_hover}" />

					<z_hud_buff width="${width}" height="${height}" pos="${width*3+(Round(panel_offset, 0)*3)},${height*3+(Round(panel_offset, 0)*3)}" border_color="${border_color}" background_color="${background_color}" icon_size="${icon_size}" icon_pos="${icon_pos}" icon_color="${icon_color}" text_pos="${text_pos}" text_width="${text_width}" text_height="${text_height}" text_color="${text_color}" text="${text}" text_justify="${text_justify}" tooltip="${tooltip}" on_hover="${on_hover}" />

					<!--Row 5-->
					<z_hud_buff width="${width}" height="${height}" pos="0,${height*4+(Round(panel_offset, 0)*4)}" border_color="${border_color}" background_color="${background_color}" icon_size="${icon_size}" icon_pos="${icon_pos}" icon_color="${icon_color}" text_pos="${text_pos}" text_width="${text_width}" text_height="${text_height}" text_color="${text_color}" text="${text}" text_justify="${text_justify}" tooltip="${tooltip}" on_hover="${on_hover}" />

					<z_hud_buff width="${width}" height="${height}" pos="${Round(panel_offset, 0)+width},${height*4+(Round(panel_offset, 0)*4)}" border_color="${border_color}" background_color="${background_color}" icon_size="${icon_size}" icon_pos="${icon_pos}" icon_color="${icon_color}" text_pos="${text_pos}" text_width="${text_width}" text_height="${text_height}" text_color="${text_color}" text="${text}" text_justify="${text_justify}" tooltip="${tooltip}" on_hover="${on_hover}" />

					<z_hud_buff width="${width}" height="${height}" pos="${width*2+(Round(panel_offset, 0)*2)},${height*4+(Round(panel_offset, 0)*4)}" border_color="${border_color}" background_color="${background_color}" icon_size="${icon_size}" icon_pos="${icon_pos}" icon_color="${icon_color}" text_pos="${text_pos}" text_width="${text_width}" text_height="${text_height}" text_color="${text_color}" text="${text}" text_justify="${text_justify}" tooltip="${tooltip}" on_hover="${on_hover}" />

					<z_hud_buff width="${width}" height="${height}" pos="${width*3+(Round(panel_offset, 0)*3)},${height*4+(Round(panel_offset, 0)*4)}" border_color="${border_color}" background_color="${background_color}" icon_size="${icon_size}" icon_pos="${icon_pos}" icon_color="${icon_color}" text_pos="${text_pos}" text_width="${text_width}" text_height="${text_height}" text_color="${text_color}" text="${text}" text_justify="${text_justify}" tooltip="${tooltip}" on_hover="${on_hover}" />

					<!--Row 6-->
					<z_hud_buff width="${width}" height="${height}" pos="0,${height*5+(Round(panel_offset, 0)*5)}" border_color="${border_color}" background_color="${background_color}" icon_size="${icon_size}" icon_pos="${icon_pos}" icon_color="${icon_color}" text_pos="${text_pos}" text_width="${text_width}" text_height="${text_height}" text_color="${text_color}" text="${text}" text_justify="${text_justify}" tooltip="${tooltip}" on_hover="${on_hover}" />

					<z_hud_buff width="${width}" height="${height}" pos="${Round(panel_offset, 0)+width},${height*5+(Round(panel_offset, 0)*5)}" border_color="${border_color}" background_color="${background_color}" icon_size="${icon_size}" icon_pos="${icon_pos}" icon_color="${icon_color}" text_pos="${text_pos}" text_width="${text_width}" text_height="${text_height}" text_color="${text_color}" text="${text}" text_justify="${text_justify}" tooltip="${tooltip}" on_hover="${on_hover}" />

					<z_hud_buff width="${width}" height="${height}" pos="${width*2+(Round(panel_offset, 0)*2)},${height*5+(Round(panel_offset, 0)*5)}" border_color="${border_color}" background_color="${background_color}" icon_size="${icon_size}" icon_pos="${icon_pos}" icon_color="${icon_color}" text_pos="${text_pos}" text_width="${text_width}" text_height="${text_height}" text_color="${text_color}" text="${text}" text_justify="${text_justify}" tooltip="${tooltip}" on_hover="${on_hover}" />

					<z_hud_buff width="${width}" height="${height}" pos="${width*3+(Round(panel_offset, 0)*3)},${height*5+(Round(panel_offset, 0)*5)}" border_color="${border_color}" background_color="${background_color}" icon_size="${icon_size}" icon_pos="${icon_pos}" icon_color="${icon_color}" text_pos="${text_pos}" text_width="${text_width}" text_height="${text_height}" text_color="${text_color}" text="${text}" text_justify="${text_justify}" tooltip="${tooltip}" on_hover="${on_hover}" />

					<!--Row 7-->
					<z_hud_buff width="${width}" height="${height}" pos="0,${height*6+(Round(panel_offset, 0)*6)}" border_color="${border_color}" background_color="${background_color}" icon_size="${icon_size}" icon_pos="${icon_pos}" icon_color="${icon_color}" text_pos="${text_pos}" text_width="${text_width}" text_height="${text_height}" text_color="${text_color}" text="${text}" text_justify="${text_justify}" tooltip="${tooltip}" on_hover="${on_hover}" />

					<z_hud_buff width="${width}" height="${height}" pos="${Round(panel_offset, 0)+width},${height*6+(Round(panel_offset, 0)*6)}" border_color="${border_color}" background_color="${background_color}" icon_size="${icon_size}" icon_pos="${icon_pos}" icon_color="${icon_color}" text_pos="${text_pos}" text_width="${text_width}" text_height="${text_height}" text_color="${text_color}" text="${text}" text_justify="${text_justify}" tooltip="${tooltip}" on_hover="${on_hover}" />

					<z_hud_buff width="${width}" height="${height}" pos="${width*2+(Round(panel_offset, 0)*2)},${height*6+(Round(panel_offset, 0)*6)}" border_color="${border_color}" background_color="${background_color}" icon_size="${icon_size}" icon_pos="${icon_pos}" icon_color="${icon_color}" text_pos="${text_pos}" text_width="${text_width}" text_height="${text_height}" text_color="${text_color}" text="${text}" text_justify="${text_justify}" tooltip="${tooltip}" on_hover="${on_hover}" />

					<z_hud_buff width="${width}" height="${height}" pos="${width*3+(Round(panel_offset, 0)*3)},${height*6+(Round(panel_offset, 0)*6)}" border_color="${border_color}" background_color="${background_color}" icon_size="${icon_size}" icon_pos="${icon_pos}" icon_color="${icon_color}" text_pos="${text_pos}" text_width="${text_width}" text_height="${text_height}" text_color="${text_color}" text="${text}" text_justify="${text_justify}" tooltip="${tooltip}" on_hover="${on_hover}" />

					<!--Row 8-->
					<z_hud_buff width="${width}" height="${height}" pos="0,${height*7+(Round(panel_offset, 0)*7)}" border_color="${border_color}" background_color="${background_color}" icon_size="${icon_size}" icon_pos="${icon_pos}" icon_color="${icon_color}" text_pos="${text_pos}" text_width="${text_width}" text_height="${text_height}" text_color="${text_color}" text="${text}" text_justify="${text_justify}" tooltip="${tooltip}" on_hover="${on_hover}" />

					<z_hud_buff width="${width}" height="${height}" pos="${Round(panel_offset, 0)+width},${height*7+(Round(panel_offset, 0)*7)}" border_color="${border_color}" background_color="${background_color}" icon_size="${icon_size}" icon_pos="${icon_pos}" icon_color="${icon_color}" text_pos="${text_pos}" text_width="${text_width}" text_height="${text_height}" text_color="${text_color}" text="${text}" text_justify="${text_justify}" tooltip="${tooltip}" on_hover="${on_hover}" />

					<z_hud_buff width="${width}" height="${height}" pos="${width*2+(Round(panel_offset, 0)*2)},${height*7+(Round(panel_offset, 0)*7)}" border_color="${border_color}" background_color="${background_color}" icon_size="${icon_size}" icon_pos="${icon_pos}" icon_color="${icon_color}" text_pos="${text_pos}" text_width="${text_width}" text_height="${text_height}" text_color="${text_color}" text="${text}" text_justify="${text_justify}" tooltip="${tooltip}" on_hover="${on_hover}" />

					<z_hud_buff width="${width}" height="${height}" pos="${width*3+(Round(panel_offset, 0)*3)},${height*7+(Round(panel_offset, 0)*7)}" border_color="${border_color}" background_color="${background_color}" icon_size="${icon_size}" icon_pos="${icon_pos}" icon_color="${icon_color}" text_pos="${text_pos}" text_width="${text_width}" text_height="${text_height}" text_color="${text_color}" text="${text}" text_justify="${text_justify}" tooltip="${tooltip}" on_hover="${on_hover}" />

					<!--Row 9-->
					<z_hud_buff width="${width}" height="${height}" pos="0,${height*8+(Round(panel_offset, 0)*8)}" border_color="${border_color}" background_color="${background_color}" icon_size="${icon_size}" icon_pos="${icon_pos}" icon_color="${icon_color}" text_pos="${text_pos}" text_width="${text_width}" text_height="${text_height}" text_color="${text_color}" text="${text}" text_justify="${text_justify}" tooltip="${tooltip}" on_hover="${on_hover}" />

					<z_hud_buff width="${width}" height="${height}" pos="${Round(panel_offset, 0)+width},${height*8+(Round(panel_offset, 0)*8)}" border_color="${border_color}" background_color="${background_color}" icon_size="${icon_size}" icon_pos="${icon_pos}" icon_color="${icon_color}" text_pos="${text_pos}" text_width="${text_width}" text_height="${text_height}" text_color="${text_color}" text="${text}" text_justify="${text_justify}" tooltip="${tooltip}" on_hover="${on_hover}" />

					<z_hud_buff width="${width}" height="${height}" pos="${width*2+(Round(panel_offset, 0)*2)},${height*8+(Round(panel_offset, 0)*8)}" border_color="${border_color}" background_color="${background_color}" icon_size="${icon_size}" icon_pos="${icon_pos}" icon_color="${icon_color}" text_pos="${text_pos}" text_width="${text_width}" text_height="${text_height}" text_color="${text_color}" text="${text}" text_justify="${text_justify}" tooltip="${tooltip}" on_hover="${on_hover}" />

					<z_hud_buff width="${width}" height="${height}" pos="${width*3+(Round(panel_offset, 0)*3)},${height*8+(Round(panel_offset, 0)*8)}" border_color="${border_color}" background_color="${background_color}" icon_size="${icon_size}" icon_pos="${icon_pos}" icon_color="${icon_color}" text_pos="${text_pos}" text_width="${text_width}" text_height="${text_height}" text_color="${text_color}" text="${text}" text_justify="${text_justify}" tooltip="${tooltip}" on_hover="${on_hover}" />

					<!--Row 10-->
					<z_hud_buff width="${width}" height="${height}" pos="0,${height*9+(Round(panel_offset, 0)*9)}" border_color="${border_color}" background_color="${background_color}" icon_size="${icon_size}" icon_pos="${icon_pos}" icon_color="${icon_color}" text_pos="${text_pos}" text_width="${text_width}" text_height="${text_height}" text_color="${text_color}" text="${text}" text_justify="${text_justify}" tooltip="${tooltip}" on_hover="${on_hover}" />

					<z_hud_buff width="${width}" height="${height}" pos="${Round(panel_offset, 0)+width},${height*9+(Round(panel_offset, 0)*9)}" border_color="${border_color}" background_color="${background_color}" icon_size="${icon_size}" icon_pos="${icon_pos}" icon_color="${icon_color}" text_pos="${text_pos}" text_width="${text_width}" text_height="${text_height}" text_color="${text_color}" text="${text}" text_justify="${text_justify}" tooltip="${tooltip}" on_hover="${on_hover}" />

					<z_hud_buff width="${width}" height="${height}" pos="${width*2+(Round(panel_offset, 0)*2)},${height*9+(Round(panel_offset, 0)*9)}" border_color="${border_color}" background_color="${background_color}" icon_size="${icon_size}" icon_pos="${icon_pos}" icon_color="${icon_color}" text_pos="${text_pos}" text_width="${text_width}" text_height="${text_height}" text_color="${text_color}" text="${text}" text_justify="${text_justify}" tooltip="${tooltip}" on_hover="${on_hover}" />

					<z_hud_buff width="${width}" height="${height}" pos="${width*3+(Round(panel_offset, 0)*3)},${height*9+(Round(panel_offset, 0)*9)}" border_color="${border_color}" background_color="${background_color}" icon_size="${icon_size}" icon_pos="${icon_pos}" icon_color="${icon_color}" text_pos="${text_pos}" text_width="${text_width}" text_height="${text_height}" text_color="${text_color}" text="${text}" text_justify="${text_justify}" tooltip="${tooltip}" on_hover="${on_hover}" />

				</rect>
			</z_hud_buffList_10row4colUp>

		</append>


	<!-- Z_Master_Skills | XUi_InGame\templates.xml -->

	<append xpath="/templates">

			<!-- <recipe_stack_imp> -->
				<!-- <rect controller="RecipeStack" width="60" height="60" collider_scale="1.0"> -->
					<!-- <sprite depth="2" name="backgroundMain" sprite="menu_empty3px" pos="-3,3" width="66" height="81" color="[black]" type="sliced" fillcenter="false" /> -->
					<!-- <sprite name="background" color="[mediumGrey]" type="sliced" style="press" on_hover="true"/> -->
					<!-- <sprite depth="1" name="itemIcon" width="52" height="52" atlas="ItemIconAtlas" sprite="" pos="36,-35" pivot="center" foregroundlayer="true"/> -->
					<!-- <sprite depth="4" name="lockIcon" width="16" height="16" sprite="ui_game_symbol_hammer" pos="2,-2" visible="false" foregroundlayer="true"/> -->
					<!-- <label depth="4" name="count" pos="0,-50" width="56" height="26" text="Test" font_size="24" justify="right" effect="outline" /> -->
					<!-- <label depth="4" name="timer" pos="36,-36" width="56" height="26" font_size="24" justify="center" pivot="center" color="[beige]" effect="outline" effect_distance="1,1" effect_color="0,0,0,255"/> -->
					<!-- <sprite depth="2" name="overlay" width="60" height="60" color="32,32,32,128" type="sliced"/> -->
					<!-- <sprite depth="3" name="cancel" sprite="ui_game_symbol_x" width="60" height="60" color="255,0,0,0" type="sliced" visible="false" foregroundlayer="true"/> -->
				<!-- </rect> -->
			<!-- </recipe_stack_imp> -->

			<recipe_stack_imp>
				<rect controller="RecipeStack" width="72" height="72" collider_scale="1.0">
					<sprite depth="2" name="backgroundMain" sprite="menu_empty3px" pos="-3,3" width="78" height="78" color="[black]" type="sliced" fillcenter="false" />
					<sprite name="background" color="[mediumGrey]" type="sliced" style="press" on_hover="true" />
					<sprite depth="1" name="itemIcon" width="64" height="64" atlas="ItemIconAtlas" sprite="" pos="36,-35" pivot="center" foregroundlayer="true" />
					<sprite depth="4" name="lockIcon" width="24" height="24" sprite="ui_game_symbol_hammer" pos="2,-2" visible="false" foregroundlayer="true" />
					<label depth="4" name="count" pos="0,-50" width="70" height="26" text="Test" font_size="24" justify="right" effect="outline" />
					<label depth="4" name="timer" pos="36,-36" width="70" height="26" font_size="24" justify="center" pivot="center" color="[beige]" effect="outline" effect_distance="1,1" effect_color="0,0,0,255" />
					<sprite depth="2" name="overlay" width="72" height="72" color="32,32,32,128" type="sliced" />
					<sprite depth="3" name="cancel" sprite="ui_game_symbol_x" width="72" height="72" color="255,0,0,0" type="sliced" visible="false" foregroundlayer="true" />
				</rect>
			</recipe_stack_imp>

		</append>


	<!-- Z_PassiveSkills | XUi_InGame\templates.xml -->

	<remove xpath="/templates/skill_perk_level" />

	<append xpath="/templates">

			<skill_perk_level>
				<rect controller="SkillPerkLevel" width="${width}" height="${height}" style="hover, scroll" color_bg_bought="140,130,100,255" color_bg_available="[lightGrey]" color_bg_locked="[darkGrey]" color_lbl_available="[white]" color_lbl_locked="[lightGrey]" color_lbl_nerfed="204,17,17" color_lbl_buffed="17,204,17" visible="{nothiddenbypager}">
					<!-- <sprite depth="2" name="backgroundMain" sprite="menu_empty2px" pos="0,${-height}" height="2" color="[black]" type="sliced" fillcenter="false" /> -->
					<!-- <sprite depth="1" name="backgroundMainColor" sprite="menu_empty" pos="2,0" width="${width-4}" type="sliced" fillcenter="true" color="{color_bg}" visible="{hasentry}" /> -->
					<!-- <label depth="3" pos="5,-24" text="{level}" pivot="left" justify="center" width="65" font_size="28" color="{color_fg}" visible="{hasentry}" /> -->
					<!-- <label depth="3" pos="77,-${Round(height/2,0)}" text="{text}" pivot="left" justify="left" width="493" font_size="24" color="{color_fg}" visible="{hasentry}" /> -->
					<!-- <button depth="3" name="btnBuy" pos="${width-36},-${Round(height/2,0)}" style="icon30px, press, hover" sprite="{buyicon}" pivot="center" tooltip="{buytooltip}" sound="[paging_click]" defaultcolor="{buycolor}" manualcolors="true" visible="{buyvisible}" /> -->

					<sprite depth="2" name="backgroundMain" sprite="menu_empty2px" pos="0,${-height}" height="2" color="[black]" type="sliced" fillcenter="false" />
					<sprite depth="1" name="backgroundMainColor" sprite="menu_empty" pos="2,0" width="${width-4}" type="sliced" fillcenter="true" color="{color_bg}" visible="{hasentry}" />
					<label depth="3" pos="5,-${Round(height/2,0)}" text="{level}" pivot="left" justify="center" width="65" font_size="30" color="{color_fg}" visible="{hasentry}" />
					<label depth="3" pos="77,-${Round(height/2,0)}" text="{text}" pivot="left" justify="left" width="493" font_size="24" color="{color_fg}" visible="{hasentry}" />
					<button depth="3" name="btnBuy" pos="${width-36},-${Round(height/2,0)}" style="icon30px, press, hover" sprite="{buyicon}" pivot="center" tooltip="{buytooltip}" sound="[paging_click]" defaultcolor="{buycolor}" manualcolors="true" visible="{buyvisible}" />
				</rect>
			</skill_perk_level>

		</append>


</config>
