Mercurial > wow > buffalo2
diff Modules/ArtifactPower.xml @ 116:ddfe19d70a34
ArtifactPower:
- Further 7.2 accommodations, relating to tokens that grant millions of AP.
Currency:
- Ancient Mana zones list expanded
- Legionfall War Supplies, Nethershards, and Blood of Sargeras are tracked globally
PaperDoll:
- Should update more effectively when delayed artifact data loads in.
WorldState:
- Fixed hanging panels after OrderHallCommandBar is hidden.
author | Nenue |
---|---|
date | Wed, 26 Apr 2017 20:06:38 -0400 |
parents | 1196c2bad31c |
children | 0f47780a83c4 |
line wrap: on
line diff
--- a/Modules/ArtifactPower.xml Tue Mar 28 07:02:26 2017 -0400 +++ b/Modules/ArtifactPower.xml Wed Apr 26 20:06:38 2017 -0400 @@ -52,26 +52,33 @@ <Anchor point="TOP" x="0" y="-2" /> </Anchors> </FontString> + + <FontString name="$parentRemainingCost" parentKey="RemainingCost" inherits="VeneerNumberFont" text="Bank:"> + <Anchors> + <Anchor point="BOTTOM" x="0" y="2" /> + </Anchors> + <Color r="1" g="1" b="1" /> + </FontString> <FontString name="$parentCurrentXP" parentKey="CurrentXP" inherits="VeneerNumberFont" text="Bank:"> <Anchors> - <Anchor point="BOTTOM" x="0" y="4" /> + <Anchor point="BOTTOM" x="0" y="2" relativePoint="TOP" relativeKey="$parent.RemainingCost" /> </Anchors> - <Color r="1" g="1" b="0" /> + <Color r="0" g="1" b="0" /> </FontString> - <Texture parentKey="CurrentProgress" alphaMode="ADD"> + <Texture parentKey="CurrentProgress" alphaMode="BLEND"> <Anchors> - <Anchor point="BOTTOMLEFT" /> - <Anchor point="BOTTOMRIGHT" /> + <Anchor point="BOTTOMLEFT" x="4" /> + <Anchor point="BOTTOMRIGHT" relativePoint="BOTTOMLEFT" x="8" /> </Anchors> - <Color a="0.25" r="0" g="1" b="0" /> + <Color a="1" r="1" g=".25" b="0" /> </Texture> - <Texture parentKey="AdjustedProgress" alphaMode="ADD"> + <Texture parentKey="AdjustedProgress" alphaMode="BLEND"> <Anchors> - <Anchor point="LEFT" /> - <Anchor point="RIGHT" /> + <Anchor point="LEFT" x="4" /> + <Anchor point="RIGHT" relativePoint="LEFT" x="8" /> </Anchors> - <Color a="0.25" r="0" g="0.5" b="1" /> + <Color a="1" r="1" g="1" b="1" /> </Texture> <Texture parentKey="AdjustedLine"> <Size y="1" />