You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

146 lines
6.8 KiB

<Ui xsi:schemaLocation="http://www.blizzard.com/wow/ui/..\FrameXML\UI.xsd">
<Script file="EncounterInfo.lua"/>
<Script file="Inspector.lua"/>
<Frame name="NarciRaidCheckItemOutlineTemplate" virtual="true" hidden="true">
<Size x="14" y="14"/>
<Layers>
<Layer>
<Texture parentKey="Selection">
<Color r="0.25" g="0.83" b="0.66"/>
<Size x="14" y="14"/>
<Anchors>
<Anchor point="CENTER"/>
</Anchors>
</Texture>
<MaskTexture parentKey="Exclusion" file="Interface\AddOns\Narcissus\Art\Masks\Exclusion" hWrapMode="CLAMPTOWHITE" vWrapMode="CLAMPTOWHITE">
<Size x="14" y="14"/>
<Anchors>
<Anchor point="CENTER" relativeKey="$parent.Selection" relativePoint="CENTER"/>
</Anchors>
<MaskedTextures>
<MaskedTexture childKey="Selection"/>
</MaskedTextures>
</MaskTexture>
</Layer>
</Layers>
</Frame>
<Frame name="NarciRaidCheckMemberFrameTemplate" virtual="true" mixin="NarciRaidCheckMemberFrameMixin">
<Size x="256" y="16"/>
<Layers>
<Layer level="BACKGROUND">
<Texture parentKey="Background"/>
</Layer>
<Layer level="OVERLAY">
<Texture parentKey="SpecIcon">
<Size x="14" y="14"/>
<TexCoords left="0.05" right="0.95" top="0.05" bottom="0.95"/>
<Anchors>
<Anchor point="LEFT" relativeKey="$parent" relativePoint="LEFT" x="2"/>
</Anchors>
</Texture>
<MaskTexture parentKey="SpecIconMask" file="Interface\AddOns\Narcissus\Art\Masks\Circle" hWrapMode="CLAMPTOWHITE" vWrapMode="CLAMPTOWHITE">
<Anchors>
<Anchor point="TOPLEFT" relativeKey="$parent.SpecIcon" relativePoint="TOPLEFT"/>
<Anchor point="BOTTOMRIGHT" relativeKey="$parent.SpecIcon" relativePoint="BOTTOMRIGHT"/>
</Anchors>
<MaskedTextures>
<MaskedTexture childKey="SpecIcon"/>
</MaskedTextures>
</MaskTexture>
<FontString parentKey="PlayerName" inherits="NarciFontUniversal9" justifyH="LEFT" maxLines="1" justifyV="MIDDLE">
<Color r="0.8" g="0.8" b="0.8"/>
<Size x="80"/>
<Anchors>
<Anchor point="LEFT" relativeKey="$parent" relativePoint="LEFT" x="16"/>
</Anchors>
</FontString>
<FontString parentKey="ItemCount" inherits="NarciFontUniversal9" justifyH="LEFT" maxLines="1" justifyV="MIDDLE" text="-">
<Color r="0.8" g="0.8" b="0.8"/>
<Size x="32"/>
<Anchors>
<Anchor point="LEFT" relativeKey="$parent.PlayerName" relativePoint="RIGHT" x="8"/>
</Anchors>
</FontString>
<FontString parentKey="BossCount" inherits="NarciFontUniversal9" justifyH="LEFT" maxLines="1" justifyV="MIDDLE" text="-">
<Color r="0.8" g="0.8" b="0.8"/>
<Size x="32"/>
<Anchors>
<Anchor point="LEFT" relativeKey="$parent" relativePoint="RIGHT" x="8"/>
</Anchors>
</FontString>
</Layer>
</Layers>
<Scripts>
<OnLoad method="OnLoad"/>
</Scripts>
</Frame>
<Frame name="NarciRaidCheckFrame" mixin="NarciRaidCheckFrameMixin" movable="true">
<Size x="256" y="16"/>
<Anchors>
<Anchor point="CENTER"/>
</Anchors>
<Frames>
<Frame parentKey="MouseOverFrame" hidden="true" useParentLevel="true">
<Layers>
<Layer level="BORDER">
<Texture parentKey="Background">
<Color r="0.2" g="0.2" b="0.2"/>
</Texture>
</Layer>
</Layers>
</Frame>
<GameTooltip name="NarciRaidCheckTooltip" parentKey="Tooltip" hidden="true" clampedToScreen="false" scale="0.75">
<KeyValues>
<KeyValue key="textLeft1Font" value="NarciFontUniversal12" type="string"/>
<KeyValue key="textRight1Font" value="NarciFontUniversal12" type="string"/>
<KeyValue key="textLeft2Font" value="NarciFontUniversal12" type="string"/>
<KeyValue key="textRight2Font" value="NarciFontUniversal12" type="string"/>
</KeyValues>
<Layers>
<Layer level="BACKGROUND">
<Texture>
<Color r="0.1" g="0.1" b="0.1" a="0.9"/>
</Texture>
</Layer>
<Layer level="ARTWORK">
<FontString name="$parentTextLeft1" parentKey="TextLeft1" inherits="NarciFontUniversal12" justifyH="LEFT"/>
<FontString name="$parentTextRight1" parentKey="TextRight1" inherits="NarciFontUniversal12" justifyH="LEFT">
<Anchors>
<Anchor point="RIGHT" relativeKey="$parent.TextLeft1" relativePoint="LEFT" x="40" y="0"/>
</Anchors>
</FontString>
<FontString name="$parentTextLeft2" parentKey="TextLeft2" inherits="NarciFontUniversal12" justifyH="LEFT"/>
<FontString name="$parentTextRight2" parentKey="TextRight2" inherits="NarciFontUniversal12" justifyH="RIGHT">
<Anchors>
<Anchor point="RIGHT" relativeKey="$parent.TextLeft2" relativePoint="LEFT" x="40" y="0"/>
</Anchors>
</FontString>
<Texture name="$parentTexture1">
<Size x="4" y="4"/>
</Texture>
<Texture name="$parentTexture2">
<Size x="4" y="4"/>
</Texture>
<Texture name="$parentTexture3">
<Size x="4" y="4"/>
</Texture>
<Texture name="$parentTexture4">
<Size x="4" y="4"/>
</Texture>
</Layer>
</Layers>
</GameTooltip>
</Frames>
<Scripts>
<OnLoad method="OnLoad"/>
<OnHide method="OnHide"/>
<OnMouseUp method="OnMouseUp"/>
<OnEvent method="OnEvent"/>
</Scripts>
</Frame>
</Ui>