-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMissionsTemplates.xml
120 lines (119 loc) · 3.93 KB
/
MissionsTemplates.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
<UI xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/
..\FrameXML\UI.xsd">
<Frame name="CharGarrisonLandingPageReportMissionRewardTemplate" enableMouse="true" virtual="true">
<Size x="38" y="38"/>
<Layers>
<Layer level="BACKGROUND">
<Texture atlas="GarrLanding_RewardsShadow" useAtlasSize="true">
<Anchors>
<Anchor point="CENTER"/>
</Anchors>
</Texture>
</Layer>
<Layer level="ARTWORK">
<Texture parentKey="Icon">
<Size x="36" y="36"/>
<Anchors>
<Anchor point="CENTER"/>
</Anchors>
</Texture>
</Layer>
<Layer level="ARTWORK" textureSubLevel="1">
<FontString parentKey="Quantity" inherits="NumberFontNormalSmall">
<Anchors>
<Anchor point="BOTTOMRIGHT" x="4" relativeKey="$parent.Icon"/>
</Anchors>
</FontString>
<Texture parentKey="IconBorder" file="Interface\Common\WhiteIconFrame">
<Size x="36" y="36"/>
<Anchors>
<Anchor point="CENTER" relativeKey="$parent.Icon"/>
</Anchors>
</Texture>
</Layer>
<Layer level="OVERLAY" textureSubLevel="1">
<Texture parentKey="IconOverlay" hidden="true">
<Size x="36" y="36"/>
<Anchors>
<Anchor point="CENTER" relativeKey="$parent.Icon"/>
</Anchors>
</Texture>
</Layer>
</Layers>
<Scripts>
<OnEnter>
CHARTOOLTIPSGLOBAL:on_EnterMissionReward(self)
</OnEnter>
<OnLeave>
CHARTOOLTIPSGLOBAL:on_Leave()
</OnLeave>
</Scripts>
</Frame>
<Frame name="CharGarrisonLandingPageReportMissionTemplate" hidden="false" virtual="true">
<Size>
<AbsDimension x="400" y="47"/>
</Size>
<Anchors>
<Anchor point="TOPLEFT" relativeKey="$parent" relativePoint="BOTTOMLEFT" x="0" y="-1"/>
</Anchors>
<Layers>
<Layer level="BACKGROUND">
<Texture parentKey="BG" atlas="GarrLanding-Mission-InProgress" useAtlasSize="true">
<Anchors>
<Anchor point="CENTER"/>
</Anchors>
</Texture>
</Layer>
<Layer level="ARTWORK">
<Texture parentKey="MissionTypeIcon" atlas="GarrMission_MissionIcon-Combat">
<Size x="50" y="50"/>
<Anchors>
<Anchor point="TOPLEFT" x="0" y="2"/>
</Anchors>
</Texture>
<FontString parentKey="Title" inherits="GameFontHighlightLarge" justifyH="LEFT">
<Size x="290" y="15"/>
<Anchors>
<Anchor point="TOPLEFT" x="63" y="-8"/>
</Anchors>
<Color r=".75" g=".75" b=".73"/>
</FontString>
<FontString parentKey="MissionType" inherits="GameFontNormal" justifyH="LEFT">
<Size x="390" y="0"/>
<Anchors>
<Anchor point="TOPLEFT" relativeKey="$parent.Title" relativePoint="BOTTOMLEFT" x="0" y="-5"/>
</Anchors>
<Color r="0.792" g="0.690" b="0.529" a="1"/>
</FontString>
<FontString parentKey="TimeLeft" inherits="GameFontNormalLarge2" justifyH="RIGHT">
<Anchors>
<Anchor point="TOPRIGHT" x="-10" y="-7"/>
</Anchors>
</FontString>
<FontString parentKey="Status" inherits="GameFontNormal" justifyH="LEFT">
<Anchors>
<Anchor point="BOTTOMRIGHT" x="-45" y="5"/>
</Anchors>
<Color r="0.792" g="0.690" b="0.529" a="1"/>
</FontString>
</Layer>
</Layers>
<Frames>
<Frame parentArray="Rewards" parentKey="Reward1" inherits="CharGarrisonLandingPageReportMissionRewardTemplate" hidden="true">
<Anchors>
<Anchor point="RIGHT" x="-6" y="-2"/>
</Anchors>
</Frame>
<Frame parentArray="Rewards" parentKey="Reward2" inherits="CharGarrisonLandingPageReportMissionRewardTemplate" hidden="true">
<Anchors>
<Anchor point="RIGHT" relativeKey="$parent.Reward1" relativePoint="LEFT" x="-10" y="0"/>
</Anchors>
</Frame>
<Frame parentArray="Rewards" parentKey="Reward3" inherits="CharGarrisonLandingPageReportMissionRewardTemplate" hidden="true">
<Anchors>
<Anchor point="RIGHT" relativeKey="$parent.Reward2" relativePoint="LEFT" x="-10" y="0"/>
</Anchors>
</Frame>
</Frames>
</Frame>
</UI>