vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 <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/
2 ..\FrameXML\UI.xsd">
3 <Script file="Perl_Target.lua"/>
4  
5  
6 <!-- Virtual buffs template -->
7 <Button name="Perl_Target_BuffTemplate" virtual="true">
8 <Size>
9 <AbsDimension x="24" y="24"/>
10 </Size>
11 <Layers>
12 <Layer level="ARTWORK">
13 <Texture name="$parentIcon">
14 <Size>
15 <AbsDimension x="24" y="24"/>
16 </Size>
17 <Anchors>
18 <Anchor point="TOPLEFT">
19 <Offset>
20 <AbsDimension x="0" y="0"/>
21 </Offset>
22 </Anchor>
23 </Anchors>
24 </Texture>
25 </Layer>
26 <Layer level="OVERLAY">
27 <Texture name="$parentDebuffBorder" file="Interface\Buttons\UI-Debuff-Border" hidden="true">
28 <Size>
29 <AbsDimension x="24" y="24"/>
30 </Size>
31 <Anchors>
32 <Anchor point="TOPLEFT">
33 <Offset>
34 <AbsDimension x="0" y="0"/>
35 </Offset>
36 </Anchor>
37 </Anchors>
38 </Texture>
39 <FontString name="$parentCount" inherits="NumberFontNormalSmall">
40 <Anchors>
41 <Anchor point="BOTTOMRIGHT">
42 <Offset>
43 <AbsDimension x="-1" y="0"/>
44 </Offset>
45 </Anchor>
46 </Anchors>
47 </FontString>
48 </Layer>
49 </Layers>
50 <Scripts>
51 <OnEnter>
52 Perl_Target_SetBuffTooltip();
53 </OnEnter>
54 <OnLeave>
55 GameTooltip:Hide();
56 </OnLeave>
57 </Scripts>
58 </Button>
59  
60  
61 <!-- Frame to display Target's health -->
62 <Frame name="Perl_Target_Frame" movable="true" parent="UIParent" hidden="true" enableMouse="true">
63 <Size>
64 <!-- The size of this frame determines what can be clicked for the menu and moving, hence it is the same size as the name frame. (This is no longer true in 0.48) -->
65 <AbsDimension x="180" y="24"/>
66 </Size>
67 <Anchors>
68 <Anchor point="TOPLEFT">
69 <Offset>
70 <AbsDimension x="263" y="-43"/>
71 </Offset>
72 </Anchor>
73 </Anchors>
74  
75  
76 <!-- Script Events -->
77 <Scripts>
78 <OnLoad>
79 Perl_Target_OnLoad();
80 </OnLoad>
81 <OnEvent>
82 Perl_Target_OnEvent(event);
83 </OnEvent>
84 <OnShow>
85 Perl_Target_OnShow();
86 </OnShow>
87 <OnUpdate>
88 Perl_Target_Portrait_Combat_Text();
89 </OnUpdate>
90 </Scripts>
91  
92 <Frames>
93 <!-- Frame for the drop down menu. -->
94 <Frame name="Perl_Target_DropDown" inherits="UIDropDownMenuTemplate" id="1" hidden="true">
95 <Size>
96 <AbsDimension x="10" y="10"/>
97 </Size>
98 <Anchors>
99 <Anchor point="TOP">
100 <Offset>
101 <AbsDimension x="0" y="0"/>
102 </Offset>
103 </Anchor>
104 </Anchors>
105 <Scripts>
106 <OnLoad>
107 Perl_TargetDropDown_OnLoad();
108 </OnLoad>
109 </Scripts>
110 </Frame>
111  
112  
113 <!-- Target Name -->
114 <Frame name="Perl_Target_NameFrame">
115 <Size>
116 <AbsDimension x="180" y="24"/>
117 </Size>
118 <Anchors>
119 <Anchor point="TOPLEFT">
120 <Offset>
121 <AbsDimension x="0" y="0"/>
122 </Offset>
123 </Anchor>
124 </Anchors>
125 <Backdrop bgFile="Interface\AddOns\Perl_Config\Perl_Black" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
126 <EdgeSize>
127 <AbsValue val="16"/>
128 </EdgeSize>
129 <TileSize>
130 <AbsValue val="16"/>
131 </TileSize>
132 <BackgroundInsets>
133 <AbsInset left="5" right="5" top="5" bottom="5"/>
134 </BackgroundInsets>
135 </Backdrop>
136 <Frames>
137 <StatusBar name="Perl_Target_NameFrame_CPMeter" inherits="TextStatusBar">
138 <Size>
139 <AbsDimension x="170" y="12"/>
140 </Size>
141 <Anchors>
142 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="Perl_Target_NameFrame">
143 <Offset>
144 <AbsDimension x="6" y="-6"/>
145 </Offset>
146 </Anchor>
147 </Anchors>
148 <BarTexture name="Perl_Target_NameFrame_CPMeterTex" file="Interface\TargetingFrame\UI-StatusBar"/>
149 <BarColor r="1" g="0" b="0" a="1"/>
150 </StatusBar>
151 </Frames>
152 <Layers>
153 <Layer level="OVERLAY">
154 <!-- Class Icon -->
155 <Texture name="Perl_Target_ClassTexture" file="Interface\Glues\CharacterCreate\UI-CharacterCreate-Classes">
156 <Size>
157 <AbsDimension x="15" y="15"/>
158 </Size>
159 <Anchors>
160 <Anchor point="TOPLEFT" relativePoint="TOPLEFT">
161 <Offset>
162 <AbsDimension x="5" y="-4"/>
163 </Offset>
164 </Anchor>
165 </Anchors>
166 </Texture>
167  
168 <!-- PVP Icon -->
169 <Texture name="Perl_Target_PVPStatus" file="Interface\TargetingFrame\UI-PVP-FFA">
170 <Size>
171 <AbsDimension x="32" y="32"/>
172 </Size>
173 <Anchors>
174 <Anchor point="TOPRIGHT" relativePoint="TOPRIGHT">
175 <Offset>
176 <AbsDimension x="9" y="-2"/>
177 </Offset>
178 </Anchor>
179 </Anchors>
180 </Texture>
181  
182 <!-- PVP Rank Icon -->
183 <Texture name="Perl_Target_PVPRank">
184 <Size>
185 <AbsDimension x="16" y="16"/>
186 </Size>
187 <Anchors>
188 <Anchor point="TOPRIGHT" relativePoint="TOPRIGHT">
189 <Offset>
190 <AbsDimension x="-22" y="-4"/>
191 </Offset>
192 </Anchor>
193 </Anchors>
194 </Texture>
195  
196 <!-- Death Icon -->
197 <Texture name="Perl_Target_DeadStatus" file="Interface\TargetingFrame\TargetDead" visible="false">
198 <Size>
199 <AbsDimension x="16" y="16"/>
200 </Size>
201 <Anchors>
202 <Anchor point="TOPRIGHT" relativePoint="TOPRIGHT">
203 <Offset>
204 <AbsDimension x="-5" y="-5"/>
205 </Offset>
206 </Anchor>
207 </Anchors>
208 </Texture>
209 </Layer>
210 </Layers>
211 </Frame>
212  
213  
214 <!-- Target Name Frame for Combo Point changes -->
215 <Frame name="Perl_Target_Name">
216 <Size>
217 <AbsDimension x="180" y="24"/>
218 </Size>
219 <Anchors>
220 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="Perl_Target_NameFrame">
221 <Offset>
222 <AbsDimension x="0" y="0"/>
223 </Offset>
224 </Anchor>
225 </Anchors>
226 <Frames>
227 <Button name="Perl_Target_NameFrame_CastClickOverlay">
228 <Size>
229 <AbsDimension x="180" y="24"/>
230 </Size>
231 <Anchors>
232 <Anchor point="TOPLEFT">
233 <Offset>
234 <AbsDimension x="0" y="0"/>
235 </Offset>
236 </Anchor>
237 </Anchors>
238 <Scripts>
239 <OnLoad>
240 this:RegisterForClicks('LeftButtonUp', 'RightButtonUp', 'MiddleButtonUp', 'Button4Up', 'Button5Up');
241 </OnLoad>
242 <OnClick>
243 Perl_Target_MouseClick(arg1);
244 </OnClick>
245 <OnEnter>
246 Perl_Target_Tip();
247 UnitFrame_OnEnter();
248 </OnEnter>
249 <OnLeave>
250 UnitFrame_OnLeave();
251 </OnLeave>
252 <OnMouseDown>
253 Perl_Target_MouseDown(arg1);
254 </OnMouseDown>
255 <OnMouseUp>
256 Perl_Target_MouseUp(arg1);
257 </OnMouseUp>
258 </Scripts>
259 </Button>
260 </Frames>
261 <Layers>
262 <Layer level="OVERLAY">
263 <!-- Name Text -->
264 <Fontstring name="Perl_Target_NameBarText" inherits="GameFontNormal" text="Error!">
265 <Anchors>
266 <Anchor point="LEFT" relativeTo="Perl_Target_ClassTexture" relativePoint="RIGHT">
267 <Offset>
268 <AbsDimension x="5" y="0"/>
269 </Offset>
270 </Anchor>
271 </Anchors>
272 </Fontstring>
273 </Layer>
274 </Layers>
275 </Frame>
276  
277  
278 <!-- Target Level Frame -->
279 <Frame name="Perl_Target_LevelFrame">
280 <Size>
281 <AbsDimension x="46" y="24"/>
282 </Size>
283 <Anchors>
284 <Anchor point="TOPLEFT" relativePoint="TOPRIGHT" relativeTo="Perl_Target_NameFrame">
285 <Offset>
286 <AbsDimension x="-5" y="0"/>
287 </Offset>
288 </Anchor>
289 </Anchors>
290 <Frames>
291 <Button name="Perl_Target_LevelFrame_CastClickOverlay">
292 <Size>
293 <AbsDimension x="46" y="24"/>
294 </Size>
295 <Anchors>
296 <Anchor point="TOPLEFT">
297 <Offset>
298 <AbsDimension x="0" y="0"/>
299 </Offset>
300 </Anchor>
301 </Anchors>
302 <Scripts>
303 <OnLoad>
304 this:RegisterForClicks('LeftButtonUp', 'RightButtonUp', 'MiddleButtonUp', 'Button4Up', 'Button5Up');
305 </OnLoad>
306 <OnClick>
307 Perl_Target_MouseClick(arg1);
308 </OnClick>
309 <OnMouseDown>
310 Perl_Target_MouseDown(arg1);
311 </OnMouseDown>
312 <OnMouseUp>
313 Perl_Target_MouseUp(arg1);
314 </OnMouseUp>
315 </Scripts>
316 </Button>
317 </Frames>
318 <Backdrop bgFile="Interface\AddOns\Perl_Config\Perl_Black" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
319 <EdgeSize>
320 <AbsValue val="16"/>
321 </EdgeSize>
322 <TileSize>
323 <AbsValue val="16"/>
324 </TileSize>
325 <BackgroundInsets>
326 <AbsInset left="5" right="5" top="5" bottom="5"/>
327 </BackgroundInsets>
328 </Backdrop>
329 <Layers>
330 <Layer level="OVERLAY">
331 <!-- Level Text -->
332 <Fontstring name="Perl_Target_LevelBarText" inherits="GameFontNormal" text="Error!">
333 <Anchors>
334 <Anchor point="TOP">
335 <Offset>
336 <AbsDimension x="0" y="-5"/>
337 </Offset>
338 </Anchor>
339 </Anchors>
340 </Fontstring>
341 </Layer>
342 </Layers>
343 </Frame>
344  
345  
346 <!-- Portrait Frame -->
347 <Frame name="Perl_Target_PortraitFrame">
348 <Size>
349 <AbsDimension x="60" y="61"/>
350 </Size>
351 <Anchors>
352 <Anchor point="TOPLEFT" relativePoint="TOPRIGHT" relativeTo="Perl_Target_LevelFrame">
353 <Offset>
354 <AbsDimension x="-5" y="0"/>
355 </Offset>
356 </Anchor>
357 </Anchors>
358 <Backdrop bgFile="Interface\AddOns\Perl_Config\Perl_Black" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
359 <EdgeSize>
360 <AbsValue val="16"/>
361 </EdgeSize>
362 <TileSize>
363 <AbsValue val="16"/>
364 </TileSize>
365 <BackgroundInsets>
366 <AbsInset left="5" right="5" top="5" bottom="5"/>
367 </BackgroundInsets>
368 </Backdrop>
369 <Frames>
370 <Button name="Perl_Target_PortraitFrame_CastClickOverlay">
371 <Size>
372 <AbsDimension x="60" y="61"/>
373 </Size>
374 <Anchors>
375 <Anchor point="TOPLEFT">
376 <Offset>
377 <AbsDimension x="0" y="0"/>
378 </Offset>
379 </Anchor>
380 </Anchors>
381 <Scripts>
382 <OnLoad>
383 this:RegisterForClicks('LeftButtonUp', 'RightButtonUp', 'MiddleButtonUp', 'Button4Up', 'Button5Up');
384 </OnLoad>
385 <OnClick>
386 Perl_Target_MouseClick(arg1);
387 </OnClick>
388 <OnMouseDown>
389 Perl_Target_MouseDown(arg1);
390 </OnMouseDown>
391 <OnMouseUp>
392 Perl_Target_MouseUp(arg1);
393 </OnMouseUp>
394 </Scripts>
395 </Button>
396 <PlayerModel name="$parent_TargetModel" hidden="true">
397 <Size>
398 <AbsDimension x="50" y="50"/>
399 </Size>
400 <Anchors>
401 <Anchor point="CENTER">
402 <Offset>
403 <AbsDimension x="1" y="-1"/>
404 </Offset>
405 </Anchor>
406 </Anchors>
407 <Scripts>
408 <OnUpdate>
409 this:SetCamera(0)
410 </OnUpdate>
411 </Scripts>
412 </PlayerModel>
413 </Frames>
414 <Layers>
415 <!-- Portrait -->
416 <Layer level="ARTWORK">
417 <Texture name="Perl_Target_Portrait">
418 <Size>
419 <AbsDimension x="48" y="48"/>
420 </Size>
421 <Anchors>
422 <Anchor point="TOP" relativePoint="TOP" relativeTo="Perl_Target_PortraitFrame">
423 <Offset>
424 <AbsDimension x="0" y="-6"/>
425 </Offset>
426 </Anchor>
427 </Anchors>
428 </Texture>
429 </Layer>
430 </Layers>
431 </Frame>
432  
433  
434 <!-- Portrait Text Frame -->
435 <Frame name="Perl_Target_PortraitTextFrame">
436 <Size>
437 <AbsDimension x="60" y="61"/>
438 </Size>
439 <Anchors>
440 <Anchor point="TOPLEFT" relativePoint="TOPRIGHT" relativeTo="Perl_Target_PortraitFrame">
441 <Offset>
442 <AbsDimension x="0" y="0"/>
443 </Offset>
444 </Anchor>
445 </Anchors>
446 <Layers>
447 <Layer level="OVERLAY">
448 <Fontstring name="Perl_Target_HitIndicator" inherits="NumberFontNormalHuge" hidden="true" text="Error!">
449 <FontHeight>
450 <AbsValue val="30"/>
451 </FontHeight>
452 <Color r="1.0" g="1.0" b="1.0"/>
453 <Anchors>
454 <Anchor point="CENTER" relativePoint="CENTER" relativeTo="Perl_Target_PortraitFrame">
455 <Offset>
456 <AbsDimension x="0" y="0"/>
457 </Offset>
458 </Anchor>
459 </Anchors>
460 </Fontstring>
461 </Layer>
462 </Layers>
463 </Frame>
464  
465  
466 <!-- Target Class Frame -->
467 <Frame name="Perl_Target_ClassNameFrame">
468 <Size>
469 <AbsDimension x="90" y="24"/>
470 </Size>
471 <Anchors>
472 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="Perl_Target_NameFrame">
473 <Offset>
474 <AbsDimension x="0" y="20"/>
475 </Offset>
476 </Anchor>
477 </Anchors>
478 <Frames>
479 <Button name="Perl_Target_ClassNameFrame_CastClickOverlay">
480 <Size>
481 <AbsDimension x="90" y="24"/>
482 </Size>
483 <Anchors>
484 <Anchor point="TOPLEFT">
485 <Offset>
486 <AbsDimension x="0" y="0"/>
487 </Offset>
488 </Anchor>
489 </Anchors>
490 <Scripts>
491 <OnLoad>
492 this:RegisterForClicks('LeftButtonUp', 'RightButtonUp', 'MiddleButtonUp', 'Button4Up', 'Button5Up');
493 </OnLoad>
494 <OnClick>
495 Perl_Target_MouseClick(arg1);
496 </OnClick>
497 <OnMouseDown>
498 Perl_Target_MouseDown(arg1);
499 </OnMouseDown>
500 <OnMouseUp>
501 Perl_Target_MouseUp(arg1);
502 </OnMouseUp>
503 </Scripts>
504 </Button>
505 </Frames>
506 <Backdrop bgFile="Interface\AddOns\Perl_Config\Perl_Black" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
507 <EdgeSize>
508 <AbsValue val="16"/>
509 </EdgeSize>
510 <TileSize>
511 <AbsValue val="16"/>
512 </TileSize>
513 <BackgroundInsets>
514 <AbsInset left="5" right="5" top="5" bottom="5"/>
515 </BackgroundInsets>
516 </Backdrop>
517 <Layers>
518 <Layer level="OVERLAY">
519 <!-- Class Text -->
520 <Fontstring name="Perl_Target_ClassNameBarText" inherits="GameFontNormal" text="Error!">
521 <Anchors>
522 <Anchor point="TOP">
523 <Offset>
524 <AbsDimension x="0" y="-5"/>
525 </Offset>
526 </Anchor>
527 </Anchors>
528 </Fontstring>
529 </Layer>
530 </Layers>
531 </Frame>
532  
533  
534 <!-- Target Civilian Frame -->
535 <Frame name="Perl_Target_CivilianFrame">
536 <Size>
537 <AbsDimension x="95" y="24"/> <!-- 135 -->
538 </Size>
539 <Anchors>
540 <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="Perl_Target_NameFrame">
541 <Offset>
542 <AbsDimension x="85" y="20"/>
543 </Offset>
544 </Anchor>
545 </Anchors>
546 <Frames>
547 <Button name="Perl_Target_CivilianFrame_CastClickOverlay">
548 <Size>
549 <AbsDimension x="95" y="24"/>
550 </Size>
551 <Anchors>
552 <Anchor point="TOPLEFT">
553 <Offset>
554 <AbsDimension x="0" y="0"/>
555 </Offset>
556 </Anchor>
557 </Anchors>
558 <Scripts>
559 <OnLoad>
560 this:RegisterForClicks('LeftButtonUp', 'RightButtonUp', 'MiddleButtonUp', 'Button4Up', 'Button5Up');
561 </OnLoad>
562 <OnClick>
563 Perl_Target_MouseClick(arg1);
564 </OnClick>
565 <OnMouseDown>
566 Perl_Target_MouseDown(arg1);
567 </OnMouseDown>
568 <OnMouseUp>
569 Perl_Target_MouseUp(arg1);
570 </OnMouseUp>
571 </Scripts>
572 </Button>
573 </Frames>
574 <Backdrop bgFile="Interface\AddOns\Perl_Config\Perl_White" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
575 <EdgeSize>
576 <AbsValue val="16"/>
577 </EdgeSize>
578 <TileSize>
579 <AbsValue val="16"/>
580 </TileSize>
581 <BackgroundInsets>
582 <AbsInset left="5" right="5" top="5" bottom="5"/>
583 </BackgroundInsets>
584 </Backdrop>
585 <Layers>
586 <Layer level="OVERLAY">
587 <!-- Class Text -->
588 <Fontstring name="Perl_Target_CivilianBarText" inherits="GameFontNormal" text="Error!">
589 <Anchors>
590 <Anchor point="TOP">
591 <Offset>
592 <AbsDimension x="0" y="-5"/>
593 </Offset>
594 </Anchor>
595 </Anchors>
596 </Fontstring>
597 </Layer>
598 </Layers>
599 </Frame>
600  
601  
602 <!-- Target Rare Elite Frame -->
603 <Frame name="Perl_Target_RareEliteFrame" hidden="true">
604 <Size>
605 <AbsDimension x="46" y="24"/>
606 </Size>
607 <Anchors>
608 <Anchor point="TOPLEFT" relativePoint="TOPRIGHT" relativeTo="Perl_Target_CivilianFrame">
609 <Offset>
610 <AbsDimension x="-5" y="0"/>
611 </Offset>
612 </Anchor>
613 </Anchors>
614 <Frames>
615 <Button name="Perl_Target_RareEliteFrame_CastClickOverlay">
616 <Size>
617 <AbsDimension x="46" y="24"/>
618 </Size>
619 <Anchors>
620 <Anchor point="TOPLEFT">
621 <Offset>
622 <AbsDimension x="0" y="0"/>
623 </Offset>
624 </Anchor>
625 </Anchors>
626 <Scripts>
627 <OnLoad>
628 this:RegisterForClicks('LeftButtonUp', 'RightButtonUp', 'MiddleButtonUp', 'Button4Up', 'Button5Up');
629 </OnLoad>
630 <OnClick>
631 Perl_Target_MouseClick(arg1);
632 </OnClick>
633 <OnMouseDown>
634 Perl_Target_MouseDown(arg1);
635 </OnMouseDown>
636 <OnMouseUp>
637 Perl_Target_MouseUp(arg1);
638 </OnMouseUp>
639 </Scripts>
640 </Button>
641 </Frames>
642 <Backdrop bgFile="Interface\AddOns\Perl_Config\Perl_Black" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
643 <EdgeSize>
644 <AbsValue val="16"/>
645 </EdgeSize>
646 <TileSize>
647 <AbsValue val="16"/>
648 </TileSize>
649 <BackgroundInsets>
650 <AbsInset left="5" right="5" top="5" bottom="5"/>
651 </BackgroundInsets>
652 </Backdrop>
653 <Layers>
654 <Layer level="OVERLAY">
655 <!-- Level Text -->
656 <Fontstring name="Perl_Target_RareEliteBarText" inherits="GameFontNormal" text="Error!">
657 <Anchors>
658 <Anchor point="TOP">
659 <Offset>
660 <AbsDimension x="0" y="-5"/>
661 </Offset>
662 </Anchor>
663 </Anchors>
664 </Fontstring>
665 </Layer>
666 </Layers>
667 </Frame>
668  
669  
670 <!-- Combo Points Frame -->
671 <Frame name="Perl_Target_CPFrame" hidden="true">
672 <Size>
673 <AbsDimension x="25" y="30"/>
674 </Size>
675 <Anchors>
676 <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT" relativeTo="Perl_Target_NameFrame">
677 <Offset>
678 <AbsDimension x="217" y="5"/>
679 </Offset>
680 </Anchor>
681 </Anchors>
682 <Frames>
683 <Button name="Perl_Target_CPFrame_CastClickOverlay">
684 <Size>
685 <AbsDimension x="25" y="30"/>
686 </Size>
687 <Anchors>
688 <Anchor point="TOPLEFT">
689 <Offset>
690 <AbsDimension x="0" y="0"/>
691 </Offset>
692 </Anchor>
693 </Anchors>
694 <Scripts>
695 <OnLoad>
696 this:RegisterForClicks('LeftButtonUp', 'RightButtonUp', 'MiddleButtonUp', 'Button4Up', 'Button5Up');
697 </OnLoad>
698 <OnClick>
699 Perl_Target_MouseClick(arg1);
700 </OnClick>
701 <OnMouseDown>
702 Perl_Target_MouseDown(arg1);
703 </OnMouseDown>
704 <OnMouseUp>
705 Perl_Target_MouseUp(arg1);
706 </OnMouseUp>
707 </Scripts>
708 </Button>
709 </Frames>
710 <Backdrop bgFile="Interface\AddOns\Perl_Config\Perl_Black" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
711 <EdgeSize>
712 <AbsValue val="16"/>
713 </EdgeSize>
714 <TileSize>
715 <AbsValue val="16"/>
716 </TileSize>
717 <BackgroundInsets>
718 <AbsInset left="5" right="5" top="5" bottom="5"/>
719 </BackgroundInsets>
720 </Backdrop>
721 <Layers>
722 <Layer level="OVERLAY">
723 <!-- Combo Point Text -->
724 <Fontstring name="Perl_Target_CPText" inherits="GameFontNormalLarge" text="Error!">
725 <Anchors>
726 <Anchor point="CENTER">
727 <Offset>
728 <AbsDimension x="0" y="0"/>
729 </Offset>
730 </Anchor>
731 </Anchors>
732 </Fontstring>
733 </Layer>
734 </Layers>
735 </Frame>
736  
737  
738 <!-- Target Stats -->
739 <Frame name="Perl_Target_StatsFrame">
740 <Size>
741 <AbsDimension x="221" y="42"/>
742 </Size>
743 <Anchors>
744 <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT" relativeTo="Perl_Target_NameFrame">
745 <Offset>
746 <AbsDimension x="0" y="5"/>
747 </Offset>
748 </Anchor>
749 </Anchors>
750 <Backdrop bgFile="Interface\AddOns\Perl_Config\Perl_Black" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
751 <EdgeSize>
752 <AbsValue val="16"/>
753 </EdgeSize>
754 <TileSize>
755 <AbsValue val="16"/>
756 </TileSize>
757 <BackgroundInsets>
758 <AbsInset left="5" right="5" top="5" bottom="5"/>
759 </BackgroundInsets>
760 </Backdrop>
761 <Frames>
762 <!-- 1.10 Click Solution -->
763 <Button name="Perl_Target_StatsFrame_CastClickOverlay">
764 <Size>
765 <AbsDimension x="221" y="42"/>
766 </Size>
767 <Anchors>
768 <Anchor point="TOPLEFT">
769 <Offset>
770 <AbsDimension x="0" y="0"/>
771 </Offset>
772 </Anchor>
773 </Anchors>
774 <Scripts>
775 <OnLoad>
776 this:RegisterForClicks('LeftButtonUp', 'RightButtonUp', 'MiddleButtonUp', 'Button4Up', 'Button5Up');
777 </OnLoad>
778 <OnClick>
779 Perl_Target_MouseClick(arg1);
780 </OnClick>
781 <OnMouseDown>
782 Perl_Target_MouseDown(arg1);
783 </OnMouseDown>
784 <OnMouseUp>
785 Perl_Target_MouseUp(arg1);
786 </OnMouseUp>
787 </Scripts>
788 </Button>
789  
790 <!-- Health Bar -->
791 <StatusBar name="Perl_Target_HealthBar" inherits="TextStatusBar">
792 <Size>
793 <AbsDimension x="200" y="10"/>
794 </Size>
795 <Anchors>
796 <Anchor point="TOP" relativePoint="TOP">
797 <Offset>
798 <AbsDimension x="0" y="-10"/>
799 </Offset>
800 </Anchor>
801 </Anchors>
802 <Scripts>
803 <OnMouseDown>
804 Perl_Target_MouseDown(arg1);
805 </OnMouseDown>
806 <OnMouseUp>
807 Perl_Target_MouseUp(arg1);
808 </OnMouseUp>
809 </Scripts>
810 <BarTexture name="Perl_Target_HealthBarTex" file="Interface\TargetingFrame\UI-StatusBar"/>
811 <BarColor r="0" g="0.8" b="0"/>
812 <Layers>
813 <!-- Health Text -->
814 <Layer level="OVERLAY">
815 <Fontstring name="Perl_Target_HealthBarText" inherits="GameFontNormalSmall" text="Error!">
816 <Anchors>
817 <Anchor point="TOP" relativePoint="TOP">
818 <Offset>
819 <AbsDimension x="0" y="1"/>
820 </Offset>
821 </Anchor>
822 </Anchors>
823 </Fontstring>
824 <Fontstring name="Perl_Target_HealthBarTextRight" inherits="GameFontNormalSmall" text="Error!">
825 <Anchors>
826 <Anchor point="RIGHT" relativePoint="RIGHT">
827 <Offset>
828 <AbsDimension x="70" y="0"/>
829 </Offset>
830 </Anchor>
831 </Anchors>
832 <Color r="1" g="1" b="1"/>
833 </Fontstring>
834 <Fontstring name="Perl_Target_HealthBarTextCompactPercent" inherits="GameFontNormalSmall" text="Error!">
835 <Anchors>
836 <Anchor point="RIGHT" relativePoint="RIGHT">
837 <Offset>
838 <AbsDimension x="35" y="0"/>
839 </Offset>
840 </Anchor>
841 </Anchors>
842 <Color r="1" g="1" b="1"/>
843 </Fontstring>
844 </Layer>
845 </Layers>
846 </StatusBar>
847 <StatusBar name="Perl_Target_HealthBarBG" inherits="TextStatusBar">
848 <Size>
849 <AbsDimension x="200" y="10"/>
850 </Size>
851 <Anchors>
852 <Anchor point="TOP" relativePoint="TOP" relativeTo="Perl_Target_HealthBar">
853 <Offset>
854 <AbsDimension x="0" y="0"/>
855 </Offset>
856 </Anchor>
857 </Anchors>
858 <BarTexture file="Interface\TargetingFrame\UI-TargetingFrame-BarFill"/>
859 <BarColor r="0" g="0.8" b="0" a="0.25"/>
860 </StatusBar>
861  
862 <!-- Mana Bar -->
863 <StatusBar name="Perl_Target_ManaBar" inherits="TextStatusBar">
864 <Size>
865 <AbsDimension x="200" y="10"/>
866 </Size>
867 <Anchors>
868 <Anchor point="TOP" relativePoint="BOTTOM" relativeTo="Perl_Target_HealthBar">
869 <Offset>
870 <AbsDimension x="0" y="-2"/>
871 </Offset>
872 </Anchor>
873 </Anchors>
874 <Scripts>
875 <OnMouseDown>
876 Perl_Target_MouseDown(arg1);
877 </OnMouseDown>
878 <OnMouseUp>
879 Perl_Target_MouseUp(arg1);
880 </OnMouseUp>
881 </Scripts>
882 <BarTexture name="Perl_Target_ManaBarTex" file="Interface\TargetingFrame\UI-StatusBar"/>
883 <BarColor r="0" g="0" b="1"/>
884 <Layers>
885 <!-- Mana Text -->
886 <Layer level="OVERLAY">
887 <Fontstring name="Perl_Target_ManaBarText" inherits="GameFontNormalSmall" text="Error!">
888 <Anchors>
889 <Anchor point="TOP" relativePoint="TOP">
890 <Offset>
891 <AbsDimension x="0" y="0"/>
892 </Offset>
893 </Anchor>
894 </Anchors>
895 </Fontstring>
896 <Fontstring name="Perl_Target_ManaBarTextRight" inherits="GameFontNormalSmall" text="Error!">
897 <Anchors>
898 <Anchor point="RIGHT" relativePoint="RIGHT">
899 <Offset>
900 <AbsDimension x="70" y="0"/>
901 </Offset>
902 </Anchor>
903 </Anchors>
904 <Color r="1" g="1" b="1"/>
905 </Fontstring>
906 <Fontstring name="Perl_Target_ManaBarTextCompactPercent" inherits="GameFontNormalSmall" text="Error!">
907 <Anchors>
908 <Anchor point="RIGHT" relativePoint="RIGHT">
909 <Offset>
910 <AbsDimension x="35" y="0"/>
911 </Offset>
912 </Anchor>
913 </Anchors>
914 <Color r="1" g="1" b="1"/>
915 </Fontstring>
916 </Layer>
917 </Layers>
918 </StatusBar>
919 <StatusBar name="Perl_Target_ManaBarBG" inherits="TextStatusBar">
920 <Size>
921 <AbsDimension x="200" y="10"/>
922 </Size>
923 <Anchors>
924 <Anchor point="TOP" relativePoint="TOP" relativeTo="Perl_Target_ManaBar">
925 <Offset>
926 <AbsDimension x="0" y="0"/>
927 </Offset>
928 </Anchor>
929 </Anchors>
930 <BarTexture file="Interface\TargetingFrame\UI-TargetingFrame-BarFill"/>
931 <BarColor r="0" g="0" b="1" a="0.25"/>
932 </StatusBar>
933 </Frames>
934 </Frame>
935  
936  
937 <!-- Buffs Frame -->
938 <Frame name="Perl_Target_BuffFrame">
939 <Size>
940 <AbsDimension x="100" y="34"/>
941 </Size>
942 <Anchors>
943 <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT" relativeTo="Perl_Target_StatsFrame">
944 <Offset>
945 <AbsDimension x="0" y="5"/>
946 </Offset>
947 </Anchor>
948 </Anchors>
949 <Backdrop bgFile="Interface\Tooltips\UI-Tooltip-Background" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
950 <EdgeSize>
951 <AbsValue val="16"/>
952 </EdgeSize>
953 <TileSize>
954 <AbsValue val="16"/>
955 </TileSize>
956 <BackgroundInsets>
957 <AbsInset left="5" right="5" top="5" bottom="5"/>
958 </BackgroundInsets>
959 </Backdrop>
960 <Frames>
961 <!-- Start buttons -->
962 <Button name="Perl_Target_Buff1" inherits="Perl_Target_BuffTemplate" id="1">
963 <Anchors>
964 <Anchor point="TOPLEFT">
965 <Offset>
966 <AbsDimension x="5" y="-5"/>
967 </Offset>
968 </Anchor>
969 </Anchors>
970 </Button>
971  
972 <Button name="Perl_Target_Buff2" inherits="Perl_Target_BuffTemplate" id="2">
973 <Anchors>
974 <Anchor point="TOPLEFT" relativeTo="Perl_Target_Buff1" relativePoint="TOPRIGHT">
975 <Offset>
976 <AbsDimension x="2.71" y="0"/>
977 </Offset>
978 </Anchor>
979 </Anchors>
980 </Button>
981  
982 <Button name="Perl_Target_Buff3" inherits="Perl_Target_BuffTemplate" id="3">
983 <Anchors>
984 <Anchor point="TOPLEFT" relativeTo="Perl_Target_Buff2" relativePoint="TOPRIGHT">
985 <Offset>
986 <AbsDimension x="2.71" y="0"/>
987 </Offset>
988 </Anchor>
989 </Anchors>
990 </Button>
991  
992 <Button name="Perl_Target_Buff4" inherits="Perl_Target_BuffTemplate" id="4">
993 <Anchors>
994 <Anchor point="TOPLEFT" relativeTo="Perl_Target_Buff3" relativePoint="TOPRIGHT">
995 <Offset>
996 <AbsDimension x="2.71" y="0"/>
997 </Offset>
998 </Anchor>
999 </Anchors>
1000 </Button>
1001  
1002 <Button name="Perl_Target_Buff5" inherits="Perl_Target_BuffTemplate" id="5">
1003 <Anchors>
1004 <Anchor point="TOPLEFT" relativeTo="Perl_Target_Buff4" relativePoint="TOPRIGHT">
1005 <Offset>
1006 <AbsDimension x="2.71" y="0"/>
1007 </Offset>
1008 </Anchor>
1009 </Anchors>
1010 </Button>
1011  
1012 <Button name="Perl_Target_Buff6" inherits="Perl_Target_BuffTemplate" id="6">
1013 <Anchors>
1014 <Anchor point="TOPLEFT" relativeTo="Perl_Target_Buff5" relativePoint="TOPRIGHT">
1015 <Offset>
1016 <AbsDimension x="2.71" y="0"/>
1017 </Offset>
1018 </Anchor>
1019 </Anchors>
1020 </Button>
1021  
1022 <Button name="Perl_Target_Buff7" inherits="Perl_Target_BuffTemplate" id="7">
1023 <Anchors>
1024 <Anchor point="TOPLEFT" relativeTo="Perl_Target_Buff6" relativePoint="TOPRIGHT">
1025 <Offset>
1026 <AbsDimension x="2.71" y="0"/>
1027 </Offset>
1028 </Anchor>
1029 </Anchors>
1030 </Button>
1031  
1032 <Button name="Perl_Target_Buff8" inherits="Perl_Target_BuffTemplate" id="8">
1033 <Anchors>
1034 <Anchor point="TOPLEFT" relativeTo="Perl_Target_Buff7" relativePoint="TOPRIGHT">
1035 <Offset>
1036 <AbsDimension x="2.71" y="0"/>
1037 </Offset>
1038 </Anchor>
1039 </Anchors>
1040 </Button>
1041  
1042 <Button name="Perl_Target_Buff9" inherits="Perl_Target_BuffTemplate" id="9">
1043 <Anchors>
1044 <Anchor point="TOPLEFT" relativeTo="Perl_Target_Buff1" relativePoint="BOTTOMLEFT">
1045 <Offset>
1046 <AbsDimension x="0" y="-3"/>
1047 </Offset>
1048 </Anchor>
1049 </Anchors>
1050 </Button>
1051  
1052 <Button name="Perl_Target_Buff10" inherits="Perl_Target_BuffTemplate" id="10">
1053 <Anchors>
1054 <Anchor point="TOPLEFT" relativeTo="Perl_Target_Buff9" relativePoint="TOPRIGHT">
1055 <Offset>
1056 <AbsDimension x="2.71" y="0"/>
1057 </Offset>
1058 </Anchor>
1059 </Anchors>
1060 </Button>
1061  
1062 <Button name="Perl_Target_Buff11" inherits="Perl_Target_BuffTemplate" id="11">
1063 <Anchors>
1064 <Anchor point="TOPLEFT" relativeTo="Perl_Target_Buff10" relativePoint="TOPRIGHT">
1065 <Offset>
1066 <AbsDimension x="2.71" y="0"/>
1067 </Offset>
1068 </Anchor>
1069 </Anchors>
1070 </Button>
1071  
1072 <Button name="Perl_Target_Buff12" inherits="Perl_Target_BuffTemplate" id="12">
1073 <Anchors>
1074 <Anchor point="TOPLEFT" relativeTo="Perl_Target_Buff11" relativePoint="TOPRIGHT">
1075 <Offset>
1076 <AbsDimension x="2.71" y="0"/>
1077 </Offset>
1078 </Anchor>
1079 </Anchors>
1080 </Button>
1081  
1082 <Button name="Perl_Target_Buff13" inherits="Perl_Target_BuffTemplate" id="13">
1083 <Anchors>
1084 <Anchor point="TOPLEFT" relativeTo="Perl_Target_Buff12" relativePoint="TOPRIGHT">
1085 <Offset>
1086 <AbsDimension x="2.71" y="0"/>
1087 </Offset>
1088 </Anchor>
1089 </Anchors>
1090 </Button>
1091  
1092 <Button name="Perl_Target_Buff14" inherits="Perl_Target_BuffTemplate" id="14">
1093 <Anchors>
1094 <Anchor point="TOPLEFT" relativeTo="Perl_Target_Buff13" relativePoint="TOPRIGHT">
1095 <Offset>
1096 <AbsDimension x="2.71" y="0"/>
1097 </Offset>
1098 </Anchor>
1099 </Anchors>
1100 </Button>
1101  
1102 <Button name="Perl_Target_Buff15" inherits="Perl_Target_BuffTemplate" id="15">
1103 <Anchors>
1104 <Anchor point="TOPLEFT" relativeTo="Perl_Target_Buff14" relativePoint="TOPRIGHT">
1105 <Offset>
1106 <AbsDimension x="2.71" y="0"/>
1107 </Offset>
1108 </Anchor>
1109 </Anchors>
1110 </Button>
1111  
1112 <Button name="Perl_Target_Buff16" inherits="Perl_Target_BuffTemplate" id="16">
1113 <Anchors>
1114 <Anchor point="TOPLEFT" relativeTo="Perl_Target_Buff15" relativePoint="TOPRIGHT">
1115 <Offset>
1116 <AbsDimension x="2.71" y="0"/>
1117 </Offset>
1118 </Anchor>
1119 </Anchors>
1120 </Button>
1121 <!-- End buttons -->
1122 </Frames>
1123 </Frame>
1124  
1125  
1126 <!-- Debuffs Frame -->
1127 <Frame name="Perl_Target_DebuffFrame">
1128 <Size>
1129 <AbsDimension x="100" y="34"/>
1130 </Size>
1131 <Anchors>
1132 <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT" relativeTo="Perl_Target_StatsFrame">
1133 <Offset>
1134 <AbsDimension x="0" y="-25"/>
1135 </Offset>
1136 </Anchor>
1137 </Anchors>
1138 <Backdrop bgFile="Interface\Tooltips\UI-Tooltip-Background" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
1139 <EdgeSize>
1140 <AbsValue val="16"/>
1141 </EdgeSize>
1142 <TileSize>
1143 <AbsValue val="16"/>
1144 </TileSize>
1145 <BackgroundInsets>
1146 <AbsInset left="5" right="5" top="5" bottom="5"/>
1147 </BackgroundInsets>
1148 </Backdrop>
1149 <Frames>
1150 <!-- Start buttons -->
1151 <Button name="Perl_Target_Debuff1" inherits="Perl_Target_BuffTemplate" id="1">
1152 <Anchors>
1153 <Anchor point="TOPLEFT">
1154 <Offset>
1155 <AbsDimension x="5" y="-5"/>
1156 </Offset>
1157 </Anchor>
1158 </Anchors>
1159 </Button>
1160  
1161 <Button name="Perl_Target_Debuff2" inherits="Perl_Target_BuffTemplate" id="2">
1162 <Anchors>
1163 <Anchor point="TOPLEFT" relativeTo="Perl_Target_Debuff1" relativePoint="TOPRIGHT">
1164 <Offset>
1165 <AbsDimension x="2.71" y="0"/>
1166 </Offset>
1167 </Anchor>
1168 </Anchors>
1169 </Button>
1170  
1171 <Button name="Perl_Target_Debuff3" inherits="Perl_Target_BuffTemplate" id="3">
1172 <Anchors>
1173 <Anchor point="TOPLEFT" relativeTo="Perl_Target_Debuff2" relativePoint="TOPRIGHT">
1174 <Offset>
1175 <AbsDimension x="2.71" y="0"/>
1176 </Offset>
1177 </Anchor>
1178 </Anchors>
1179 </Button>
1180  
1181 <Button name="Perl_Target_Debuff4" inherits="Perl_Target_BuffTemplate" id="4">
1182 <Anchors>
1183 <Anchor point="TOPLEFT" relativeTo="Perl_Target_Debuff3" relativePoint="TOPRIGHT">
1184 <Offset>
1185 <AbsDimension x="2.71" y="0"/>
1186 </Offset>
1187 </Anchor>
1188 </Anchors>
1189 </Button>
1190  
1191 <Button name="Perl_Target_Debuff5" inherits="Perl_Target_BuffTemplate" id="5">
1192 <Anchors>
1193 <Anchor point="TOPLEFT" relativeTo="Perl_Target_Debuff4" relativePoint="TOPRIGHT">
1194 <Offset>
1195 <AbsDimension x="2.71" y="0"/>
1196 </Offset>
1197 </Anchor>
1198 </Anchors>
1199 </Button>
1200  
1201 <Button name="Perl_Target_Debuff6" inherits="Perl_Target_BuffTemplate" id="6">
1202 <Anchors>
1203 <Anchor point="TOPLEFT" relativeTo="Perl_Target_Debuff5" relativePoint="TOPRIGHT">
1204 <Offset>
1205 <AbsDimension x="2.71" y="0"/>
1206 </Offset>
1207 </Anchor>
1208 </Anchors>
1209 </Button>
1210  
1211 <Button name="Perl_Target_Debuff7" inherits="Perl_Target_BuffTemplate" id="7">
1212 <Anchors>
1213 <Anchor point="TOPLEFT" relativeTo="Perl_Target_Debuff6" relativePoint="TOPRIGHT">
1214 <Offset>
1215 <AbsDimension x="2.71" y="0"/>
1216 </Offset>
1217 </Anchor>
1218 </Anchors>
1219 </Button>
1220  
1221 <Button name="Perl_Target_Debuff8" inherits="Perl_Target_BuffTemplate" id="8">
1222 <Anchors>
1223 <Anchor point="TOPLEFT" relativeTo="Perl_Target_Debuff7" relativePoint="TOPRIGHT">
1224 <Offset>
1225 <AbsDimension x="2.71" y="0"/>
1226 </Offset>
1227 </Anchor>
1228 </Anchors>
1229 </Button>
1230  
1231 <Button name="Perl_Target_Debuff9" inherits="Perl_Target_BuffTemplate" id="9">
1232 <Anchors>
1233 <Anchor point="TOPLEFT" relativeTo="Perl_Target_Debuff1" relativePoint="BOTTOMLEFT">
1234 <Offset>
1235 <AbsDimension x="0" y="-3"/>
1236 </Offset>
1237 </Anchor>
1238 </Anchors>
1239 </Button>
1240  
1241 <Button name="Perl_Target_Debuff10" inherits="Perl_Target_BuffTemplate" id="10">
1242 <Anchors>
1243 <Anchor point="TOPLEFT" relativeTo="Perl_Target_Debuff9" relativePoint="TOPRIGHT">
1244 <Offset>
1245 <AbsDimension x="2.71" y="0"/>
1246 </Offset>
1247 </Anchor>
1248 </Anchors>
1249 </Button>
1250  
1251 <Button name="Perl_Target_Debuff11" inherits="Perl_Target_BuffTemplate" id="11">
1252 <Anchors>
1253 <Anchor point="TOPLEFT" relativeTo="Perl_Target_Debuff10" relativePoint="TOPRIGHT">
1254 <Offset>
1255 <AbsDimension x="2.71" y="0"/>
1256 </Offset>
1257 </Anchor>
1258 </Anchors>
1259 </Button>
1260  
1261 <Button name="Perl_Target_Debuff12" inherits="Perl_Target_BuffTemplate" id="12">
1262 <Anchors>
1263 <Anchor point="TOPLEFT" relativeTo="Perl_Target_Debuff11" relativePoint="TOPRIGHT">
1264 <Offset>
1265 <AbsDimension x="2.71" y="0"/>
1266 </Offset>
1267 </Anchor>
1268 </Anchors>
1269 </Button>
1270  
1271 <Button name="Perl_Target_Debuff13" inherits="Perl_Target_BuffTemplate" id="13">
1272 <Anchors>
1273 <Anchor point="TOPLEFT" relativeTo="Perl_Target_Debuff12" relativePoint="TOPRIGHT">
1274 <Offset>
1275 <AbsDimension x="2.71" y="0"/>
1276 </Offset>
1277 </Anchor>
1278 </Anchors>
1279 </Button>
1280  
1281 <Button name="Perl_Target_Debuff14" inherits="Perl_Target_BuffTemplate" id="14">
1282 <Anchors>
1283 <Anchor point="TOPLEFT" relativeTo="Perl_Target_Debuff13" relativePoint="TOPRIGHT">
1284 <Offset>
1285 <AbsDimension x="2.71" y="0"/>
1286 </Offset>
1287 </Anchor>
1288 </Anchors>
1289 </Button>
1290  
1291 <Button name="Perl_Target_Debuff15" inherits="Perl_Target_BuffTemplate" id="15">
1292 <Anchors>
1293 <Anchor point="TOPLEFT" relativeTo="Perl_Target_Debuff14" relativePoint="TOPRIGHT">
1294 <Offset>
1295 <AbsDimension x="2.71" y="0"/>
1296 </Offset>
1297 </Anchor>
1298 </Anchors>
1299 </Button>
1300  
1301 <Button name="Perl_Target_Debuff16" inherits="Perl_Target_BuffTemplate" id="16">
1302 <Anchors>
1303 <Anchor point="TOPLEFT" relativeTo="Perl_Target_Debuff15" relativePoint="TOPRIGHT">
1304 <Offset>
1305 <AbsDimension x="2.71" y="0"/>
1306 </Offset>
1307 </Anchor>
1308 </Anchors>
1309 </Button>
1310 <!-- End buttons -->
1311 </Frames>
1312 </Frame>
1313 </Frames>
1314 </Frame>
1315  
1316 <GameTooltip name="Perl_Target_Tooltip" hidden="true" parent="Perl_Player_Frame" inherits="GameTooltipTemplate"/>
1317  
1318 </Ui>