|
| 1 | +<root> |
| 2 | + <styles> |
| 3 | + <include src="s2r://panorama/styles/tooltips/tooltip_base.vcss_c" /> |
| 4 | + <include src="s2r://panorama/styles/tooltips/tooltip_stat_branch.vcss_c" /> |
| 5 | + <include src="s2r://panorama/styles/ui_stat_branch.vcss_c" /> |
| 6 | + <include src="s2r://panorama/styles/hud/dota_hud_stat_branch.vcss_c" /> |
| 7 | + <include src="file://{resources}/styles/custom_game/talent_tooltip.css" /> |
| 8 | + <include src="file://{resources}/styles/custom_game/bottlepass_rewards.css" /> |
| 9 | + </styles> |
| 10 | + <scripts> |
| 11 | + <include src="file://{resources}/scripts/custom_game/util.js" /> |
| 12 | + <include src="file://{resources}/scripts/custom_game/vanila_hero_selection.js"/> |
| 13 | + </scripts> |
| 14 | + <snippets> |
| 15 | + <snippet name="BottleRadio"> |
| 16 | + <RadioButton class="BottleOption" group="BottleOption" onactivate="SelectBottle()" hittest="true"> |
| 17 | + <Panel class="Bottle"/> |
| 18 | + </RadioButton> |
| 19 | + </snippet> |
| 20 | + <snippet name="ArcanaRadio"> |
| 21 | + <RadioButton class="ArcanaOption" group="ArcanaOption" onactivate="SelectArcana()" hittest="true"> |
| 22 | + <Panel class="Arcana"/> |
| 23 | + </RadioButton> |
| 24 | + </snippet> |
| 25 | + </snippets> |
| 26 | + <Panel class='Holder' hittest="false"> |
| 27 | + <Panel class='DOTATooltipStatBranch ' hittest="false"> |
| 28 | + <Panel id='DOTAHUDStatBranchTooltipAlt' class='TooltipContainer TopArrowVisible' hittest='false' hittestchildren='false'> |
| 29 | + <Panel id='TopArrow' hittest='false'/> |
| 30 | + <Panel id='TooltipRow' hittest='false'> |
| 31 | + <Panel id='LeftArrow' hittest='false'/> |
| 32 | + <TooltipContents id='Contents' hittest='false'> |
| 33 | + <Panel id='StatBranchAlt' > |
| 34 | + <Label id='BranchTitle' text='#DOTA_StatBranch_TooltipTitle'/> |
| 35 | + <Panel id='MainBranchContainerAlt' > |
| 36 | + |
| 37 | + <Panel id='UpgradeOption4Alt' class='BranchPair' > |
| 38 | + <Panel class='BranchChoiceContainer LeftBranch' > |
| 39 | + <Button id='Upgrade8' class='BranchChoice'> |
| 40 | + <Label class='StatBonusLabel' text='{s:name_8}' /> |
| 41 | + </Button> |
| 42 | + </Panel> |
| 43 | + <Panel class='BranchChoiceContainer RightBranch' > |
| 44 | + <Button id='Upgrade7' class='BranchChoice'> |
| 45 | + <Label class='StatBonusLabel' text='{s:name_7}' /> |
| 46 | + </Button> |
| 47 | + </Panel> |
| 48 | + <Panel class='Center' > |
| 49 | + <Panel class='ChoiceArrow Left'/> |
| 50 | + <Panel class='LevelBG'> |
| 51 | + <Label class='ReqLabel' text='25' /> |
| 52 | + </Panel> |
| 53 | + <Panel class='ChoiceArrow Right'/> |
| 54 | + </Panel> |
| 55 | + </Panel> |
| 56 | + |
| 57 | + <Panel id='UpgradeOption3Alt' class='BranchPair' > |
| 58 | + <Panel class='BranchChoiceContainer LeftBranch' > |
| 59 | + <Button id='Upgrade6' class='BranchChoice'> |
| 60 | + <Label class='StatBonusLabel' text='{s:name_6}' /> |
| 61 | + </Button> |
| 62 | + </Panel> |
| 63 | + <Panel class='BranchChoiceContainer RightBranch' > |
| 64 | + <Button id='Upgrade5' class='BranchChoice'> |
| 65 | + <Label class='StatBonusLabel' text='{s:name_5}' /> |
| 66 | + </Button> |
| 67 | + </Panel> |
| 68 | + <Panel class='Center' > |
| 69 | + <Panel class='ChoiceArrow Left'/> |
| 70 | + <Panel class='LevelBG'> |
| 71 | + <Label class='ReqLabel' text='20' /> |
| 72 | + </Panel> |
| 73 | + <Panel class='ChoiceArrow Right'/> |
| 74 | + </Panel> |
| 75 | + </Panel> |
| 76 | + |
| 77 | + <Panel id='UpgradeOption2Alt' class='BranchPair' > |
| 78 | + <Panel class='BranchChoiceContainer LeftBranch' > |
| 79 | + <Button id='Upgrade4' class='BranchChoice'> |
| 80 | + <Label class='StatBonusLabel' text='{s:name_4}' /> |
| 81 | + </Button> |
| 82 | + </Panel> |
| 83 | + <Panel class='BranchChoiceContainer RightBranch' > |
| 84 | + <Button id='Upgrade3' class='BranchChoice'> |
| 85 | + <Label class='StatBonusLabel' text='{s:name_3}' /> |
| 86 | + </Button> |
| 87 | + </Panel> |
| 88 | + <Panel class='Center' > |
| 89 | + <Panel class='ChoiceArrow Left'/> |
| 90 | + <Panel class='LevelBG'> |
| 91 | + <Label class='ReqLabel' text='15' /> |
| 92 | + </Panel> |
| 93 | + <Panel class='ChoiceArrow Right'/> |
| 94 | + </Panel> |
| 95 | + </Panel> |
| 96 | + |
| 97 | + <Panel id='UpgradeOption1Alt' class='BranchPair' > |
| 98 | + <Panel class='BranchChoiceContainer LeftBranch' > |
| 99 | + <Button id='Upgrade2' class='BranchChoice'> |
| 100 | + <Label class='StatBonusLabel' text='{s:name_2}' /> |
| 101 | + </Button> |
| 102 | + </Panel> |
| 103 | + <Panel class='BranchChoiceContainer RightBranch' > |
| 104 | + <Button id='Upgrade1' class='BranchChoice'> |
| 105 | + <Label class='StatBonusLabel' text='{s:name_1}' /> |
| 106 | + </Button> |
| 107 | + </Panel> |
| 108 | + <Panel class='Center' > |
| 109 | + <Panel class='ChoiceArrow Left'/> |
| 110 | + <Panel class='LevelBG'> |
| 111 | + <Label class='ReqLabel' text='10' /> |
| 112 | + </Panel> |
| 113 | + <Panel class='ChoiceArrow Right'/> |
| 114 | + </Panel> |
| 115 | + </Panel> |
| 116 | + </Panel> |
| 117 | + </Panel> |
| 118 | + </TooltipContents> |
| 119 | + <Panel id='RightArrow' hittest='false'/> |
| 120 | + </Panel> |
| 121 | + <Panel id='BottomArrow' hittest='false'/> |
| 122 | + </Panel> |
| 123 | + </Panel> |
| 124 | + <Panel class="BottlePassSelection" hittest="true" hittestchildren="true" > |
| 125 | + <Label id="BottlePassSelectionTitle" text="#BottlePassSelection"/> |
| 126 | + <Label id="BottleSelectionTitle" text="#BottleSelection"/> |
| 127 | + <Panel id="BottleSelection" hittest="true" hittestchildren="true" > |
| 128 | + </Panel> |
| 129 | + <Panel class="ArcanaPanel" id="ArcanaPanel"> |
| 130 | + <Label id="ArcanaSelectionTitle" text="#ArcanaSelection"/> |
| 131 | + <Panel id="ArcanaSelection" hittest="true" hittestchildren="true" > |
| 132 | + </Panel> |
| 133 | + </Panel> |
| 134 | + </Panel> |
| 135 | + </Panel> |
| 136 | +</root> |
0 commit comments