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.

200 lines
6.0 KiB

<Ui xmlns="http://www.blizzard.com/wow/ui" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Frame name="VuhDoNewOptionsColorsPowersTemplate" virtual="true">
<Frames>
<Frame name="$parentPowerTypesPanel" inherits="VuhDoPanelTemplate">
<Size>
<AbsDimension x="230" y="252" />
</Size>
<Anchors>
<Anchor point="TOPLEFT">
<Offset>
<AbsDimension x="146" y="-15" />
</Offset>
</Anchor>
</Anchors>
<Frames>
<Frame name="$parentTitleLabel" inherits="VuhDoLabelFrameTemplate">
<Layers>
<Layer>
<FontString name="$parentLabel" text="VUHDO_I18N_POWER_TYPES" inherits="VuDoDefaultTitleFontTemplate">
</FontString>
</Layer>
</Layers>
</Frame>
<Frame name="$parentManaTexture" inherits="VuhDoColorSwatchTexture">
<Anchors>
<Anchor point="TOPLEFT">
<Offset>
<AbsDimension x="13" y="-50" />
</Offset>
</Anchor>
</Anchors>
<Scripts>
<OnLoad>
VUHDO_lnfSetModel(self, "VUHDO_POWER_TYPE_COLORS.##0");
VUHDO_lnfInitColorSwatch(self, VUHDO_I18N_MANA, VUHDO_I18N_MANA);
VUHDO_lnfSetTooltip(self, VUHDO_I18N_TT.K158);
</OnLoad>
</Scripts>
</Frame>
<Frame name="$parentRageTexture" inherits="VuhDoColorSwatchTexture">
<Anchors>
<Anchor point="TOPLEFT">
<Offset>
<AbsDimension x="13" y="-88" />
</Offset>
</Anchor>
</Anchors>
<Scripts>
<OnLoad>
VUHDO_lnfSetModel(self, "VUHDO_POWER_TYPE_COLORS.##1");
VUHDO_lnfInitColorSwatch(self, VUHDO_I18N_RAGE, VUHDO_I18N_RAGE);
VUHDO_lnfSetTooltip(self, VUHDO_I18N_TT.K159);
</OnLoad>
</Scripts>
</Frame>
<Frame name="$parentEnergyTexture" inherits="VuhDoColorSwatchTexture">
<Anchors>
<Anchor point="TOPLEFT">
<Offset>
<AbsDimension x="13" y="-126" />
</Offset>
</Anchor>
</Anchors>
<Scripts>
<OnLoad>
VUHDO_lnfSetModel(self, "VUHDO_POWER_TYPE_COLORS.##3");
VUHDO_lnfInitColorSwatch(self, VUHDO_I18N_ENERGY, VUHDO_I18N_ENERGY);
VUHDO_lnfSetTooltip(self, VUHDO_I18N_TT.K160);
</OnLoad>
</Scripts>
</Frame>
<Frame name="$parentRunicTexture" inherits="VuhDoColorSwatchTexture">
<Anchors>
<Anchor point="TOPLEFT">
<Offset>
<AbsDimension x="13" y="-164" />
</Offset>
</Anchor>
</Anchors>
<Scripts>
<OnLoad>
VUHDO_lnfSetModel(self, "VUHDO_POWER_TYPE_COLORS.##6");
VUHDO_lnfInitColorSwatch(self, VUHDO_I18N_RUNES, VUHDO_I18N_RUNES);
VUHDO_lnfSetTooltip(self, VUHDO_I18N_TT.K161);
</OnLoad>
</Scripts>
</Frame>
<Frame name="$parentFocusTexture" inherits="VuhDoColorSwatchTexture">
<Anchors>
<Anchor point="TOPLEFT">
<Offset>
<AbsDimension x="13" y="-202" />
</Offset>
</Anchor>
</Anchors>
<Scripts>
<OnLoad>
VUHDO_lnfSetModel(self, "VUHDO_POWER_TYPE_COLORS.##2");
VUHDO_lnfInitColorSwatch(self, VUHDO_I18N_FOCUS, VUHDO_I18N_FOCUS);
VUHDO_lnfSetTooltip(self, VUHDO_I18N_TT.K559);
</OnLoad>
</Scripts>
</Frame>
<Frame name="$parentLunarPowerTexture" inherits="VuhDoColorSwatchTexture">
<Anchors>
<Anchor point="TOPLEFT">
<Offset>
<AbsDimension x="119" y="-50" />
</Offset>
</Anchor>
</Anchors>
<Scripts>
<OnLoad>
VUHDO_lnfSetModel(self, "VUHDO_POWER_TYPE_COLORS.##8");
VUHDO_lnfInitColorSwatch(self, VUHDO_I18N_LUNAR_POWER, VUHDO_I18N_LUNAR_POWER);
VUHDO_lnfSetTooltip(self, VUHDO_I18N_TT.K560);
</OnLoad>
</Scripts>
</Frame>
<Frame name="$parentMaelstromTexture" inherits="VuhDoColorSwatchTexture">
<Anchors>
<Anchor point="TOPLEFT">
<Offset>
<AbsDimension x="119" y="-88" />
</Offset>
</Anchor>
</Anchors>
<Scripts>
<OnLoad>
VUHDO_lnfSetModel(self, "VUHDO_POWER_TYPE_COLORS.##11");
VUHDO_lnfInitColorSwatch(self, VUHDO_I18N_MAELSTROM, VUHDO_I18N_MAELSTROM);
VUHDO_lnfSetTooltip(self, VUHDO_I18N_TT.K561);
</OnLoad>
</Scripts>
</Frame>
<Frame name="$parentInsanityTexture" inherits="VuhDoColorSwatchTexture">
<Anchors>
<Anchor point="TOPLEFT">
<Offset>
<AbsDimension x="119" y="-126" />
</Offset>
</Anchor>
</Anchors>
<Scripts>
<OnLoad>
VUHDO_lnfSetModel(self, "VUHDO_POWER_TYPE_COLORS.##13");
VUHDO_lnfInitColorSwatch(self, VUHDO_I18N_INSANITY, VUHDO_I18N_INSANITY);
VUHDO_lnfSetTooltip(self, VUHDO_I18N_TT.K562);
</OnLoad>
</Scripts>
</Frame>
<Frame name="$parentFuryTexture" inherits="VuhDoColorSwatchTexture">
<Anchors>
<Anchor point="TOPLEFT">
<Offset>
<AbsDimension x="119" y="-164" />
</Offset>
</Anchor>
</Anchors>
<Scripts>
<OnLoad>
VUHDO_lnfSetModel(self, "VUHDO_POWER_TYPE_COLORS.##17");
VUHDO_lnfInitColorSwatch(self, VUHDO_I18N_FURY, VUHDO_I18N_FURY);
VUHDO_lnfSetTooltip(self, VUHDO_I18N_TT.K563);
</OnLoad>
</Scripts>
</Frame>
<Frame name="$parentPainTexture" inherits="VuhDoColorSwatchTexture">
<Anchors>
<Anchor point="TOPLEFT">
<Offset>
<AbsDimension x="119" y="-202" />
</Offset>
</Anchor>
</Anchors>
<Scripts>
<OnLoad>
VUHDO_lnfSetModel(self, "VUHDO_POWER_TYPE_COLORS.##18");
VUHDO_lnfInitColorSwatch(self, VUHDO_I18N_PAIN, VUHDO_I18N_PAIN);
VUHDO_lnfSetTooltip(self, VUHDO_I18N_TT.K566);
</OnLoad>
</Scripts>
</Frame>
</Frames>
</Frame>
</Frames>
</Frame>
</Ui>