<window_group name="toolbelt" actionSet="false">
<window name="windowToolbelt" anchor="CenterBottom" />
<window name="HUDLeftStatBars" anchor="LeftBottom" />
[color="#00FF00"]<window name="HUDRightStatBars" anchor="RightBottom" />[/color]
<window name="windowQuestTracker" anchor="RightTop" />
<window name="windowGroupBars" anchor="LeftTop" />
</window_group>
<window name="HUDRightStatBars">
<rect name="hud" pos="-90,31" side="right" controller="CollectedItemList" pivot="BottomLeft">
<panel width="168" height="43" name="item" visible="false" pivot="right" disableautobackground="true" pos="70, 0" >
................................
<grid name="hud" pos="-177,52" rows="2" cols="1" width="168" cell_width="168" cell_height="46" repeat_content="false" side="right">
<rect width="168" height="43" controller="HUDStatBar" stat_type="ActiveItem" visible="{statvisible}">
<sprite depth="3" pos="3,0" name="BarContent" sprite="{statimage|once}" height="43" width="162" />
<sprite depth="4" name="Icon" atlas="{staticonatlas|once}" sprite="{staticon}" size="36,32" pos="130,-6" color="{staticoncolor}" foregroundlayer="true" />
<label depth="6" name="TextContent" pos="15,-8" font_size="28" color="[white]" justify="center" text="{statcurrentwithmax}" height="30"/>
</rect>
</grid>