|
143 | 143 | <ImageSource x:Key="MysticPsiPointsUnavailable">pack://application:,,,/GustavNoesisGUI;component/Assets/Mystic/Shared/Resources/ico_classRes_psipointsresource_missing.png</ImageSource>
|
144 | 144 | <ImageSource x:Key="MysticPsionicMasteryCharge">pack://application:,,,/GustavNoesisGUI;component/Assets/Mystic/Shared/Resources/ico_classRes_psionicmasteryresource_d.png</ImageSource>
|
145 | 145 | <ImageSource x:Key="MysticPsionicMasteryChargeUnavailable">pack://application:,,,/GustavNoesisGUI;component/Assets/Mystic/Shared/Resources/ico_classRes_psionicmasteryresource_missing.png</ImageSource>
|
146 |
| - <!-- EDIT HERE --> |
147 |
| - <ImageSource x:Key="DemonicFury">pack://application:,,,/GustavNoesisGUI;component/Assets/WoWDemonHunterClass/Shared/Resources/Icon_DH_DemonicFury.png</ImageSource> |
| 146 | + <ImageSource x:Key="DemonicFury">pack://application:,,,/GustavNoesisGUI;component/Assets/WoWDemonHunterClass/Shared/Resources/Icon_DH_DemonicFury.png</ImageSource> |
148 | 147 | <ImageSource x:Key="DemonicFuryUnavailable">pack://application:,,,/GustavNoesisGUI;component/Assets/WoWDemonHunterClass/Shared/Resources/Icon_DH_DemonicFury_Missing.png</ImageSource>
|
| 148 | + <!-- EDIT HERE --> |
149 | 149 |
|
150 | 150 | <!-- This is the icon that appears on the tooltip -->
|
151 | 151 | <Style TargetType="Image" x:Key="IUI_ActionResourceTypeIdToSource" BasedOn="{StaticResource IUI_ActionResourceTypeIdToSourceDefault}">
|
|
210 | 210 | <DataTrigger Binding="{Binding TypeId}" Value="CunningDie">
|
211 | 211 | <Setter Property="Source" Value="{StaticResource CunningDie}"/>
|
212 | 212 | </DataTrigger>
|
213 |
| - |
214 |
| - <DataTrigger Binding="{Binding TypeId}" Value="PsiPointsResource"> |
| 213 | + <DataTrigger Binding="{Binding TypeId}" Value="PsiPointsResource"> |
215 | 214 | <Setter Property="Source" Value="{StaticResource MysticPsiPoints}"/>
|
216 | 215 | </DataTrigger>
|
217 | 216 | <DataTrigger Binding="{Binding TypeId}" Value="PsionicMasteryResource">
|
218 | 217 | <Setter Property="Source" Value="{StaticResource MysticPsionicMasteryCharge}"/>
|
219 | 218 | </DataTrigger>
|
220 |
| - <!-- EDIT HERE --> |
221 |
| - <DataTrigger Binding="{Binding TypeId}" Value="DemonicFury"> |
| 219 | + <DataTrigger Binding="{Binding TypeId}" Value="DemonicFury"> |
222 | 220 | <Setter Property="Source" Value="{StaticResource DemonicFury}"/>
|
223 | 221 | </DataTrigger>
|
| 222 | + <!-- EDIT HERE --> |
224 | 223 | </Style.Triggers>
|
225 | 224 | </Style>
|
226 | 225 |
|
|
812 | 811 | <Setter Property="Source" Value="{StaticResource CunningDieUnavailable}"/>
|
813 | 812 | </MultiDataTrigger.Setters>
|
814 | 813 | </MultiDataTrigger>
|
815 |
| - |
816 | 814 | <MultiDataTrigger>
|
817 | 815 | <MultiDataTrigger.Conditions>
|
818 | 816 | <Condition Binding="{Binding TypeId}" Value="PsiPointsResource"/>
|
|
832 | 830 | <MultiDataTrigger.Setters>
|
833 | 831 | <Setter Property="Source" Value="{StaticResource MysticPsionicMasteryChargeUnavailable}"/>
|
834 | 832 | </MultiDataTrigger.Setters>
|
835 |
| - </MultiDataTrigger> |
836 |
| - <!-- EDIT HERE --> |
837 |
| - <MultiDataTrigger> |
| 833 | + </MultiDataTrigger> |
| 834 | + <MultiDataTrigger> |
838 | 835 | <MultiDataTrigger.Conditions>
|
839 | 836 | <Condition Binding="{Binding TypeId}" Value="DemonicFury"/>
|
840 | 837 | <Condition Binding="{Binding Value}" Value="0"/>
|
|
844 | 841 | <Setter Property="Source" Value="{StaticResource DemonicFuryUnavailable}"/>
|
845 | 842 | </MultiDataTrigger.Setters>
|
846 | 843 | </MultiDataTrigger>
|
847 |
| - |
| 844 | + <!-- EDIT HERE --> |
848 | 845 | </Style.Triggers>
|
849 | 846 | </Style>
|
850 | 847 |
|
|
1110 | 1107 | </ControlTemplate.Resources>
|
1111 | 1108 | <ContentControl ContentTemplate="{StaticResource ActionResources.ActionGroup.ActionPoint}"/>
|
1112 | 1109 | </ControlTemplate>
|
1113 |
| - |
| 1110 | + |
1114 | 1111 | <ControlTemplate x:Key="ActionResources.ActionGroup.PracticedStrikeGroup" TargetType="ls:LSActionPoint">
|
1115 | 1112 | <ControlTemplate.Resources>
|
1116 | 1113 | <ImageSource x:Key="Highlight">/GustavNoesisGUI;component/Assets/AlternateMonk/Shared/Resources/c_ico_res_PracticedStrike_h.png</ImageSource>
|
|
1149 | 1146 | </ControlTemplate.Resources>
|
1150 | 1147 | <ContentControl ContentTemplate="{StaticResource ActionResources.ActionGroup.ActionPoint}"/>
|
1151 | 1148 | </ControlTemplate>
|
1152 |
| - |
1153 |
| - <ControlTemplate x:Key="ActionResources.ActionGroup.MysticPsiPointsGroup" TargetType="ls:LSActionPoint"> |
| 1149 | + |
| 1150 | + <ControlTemplate x:Key="ActionResources.ActionGroup.MysticPsiPointsGroup" TargetType="ls:LSActionPoint"> |
1154 | 1151 | <ControlTemplate.Resources>
|
1155 | 1152 | <ImageSource x:Key="Highlight">/GustavNoesisGUI;component/Assets/Mystic/Shared/Resources/ico_classRes_psipointsresource_h.png</ImageSource>
|
1156 | 1153 | <ImageSource x:Key="Available">/GustavNoesisGUI;component/Assets/Mystic/Shared/Resources/ico_classRes_psipointsresource_d.png</ImageSource>
|
|
1169 | 1166 | </ControlTemplate.Resources>
|
1170 | 1167 | <ContentControl ContentTemplate="{StaticResource ActionResources.ActionGroup.ActionPoint}"/>
|
1171 | 1168 | </ControlTemplate>
|
1172 |
| - <!-- EDIT HERE --> |
| 1169 | + |
1173 | 1170 | <ControlTemplate x:Key="ActionResources.ActionGroup.DemonicFuryGroup" TargetType="ls:LSActionPoint">
|
1174 | 1171 | <ControlTemplate.Resources>
|
1175 | 1172 | <ImageSource x:Key="Highlight">/GustavNoesisGUI;component/Assets/WoWDemonHunterClass/Shared/Resources/Icon_DH_DemonicFury_Hover.png</ImageSource>
|
|
1179 | 1176 | </ControlTemplate.Resources>
|
1180 | 1177 | <ContentPresenter ContentTemplate="{StaticResource ActionResources.ActionGroup.ActionPoint}"/>
|
1181 | 1178 | </ControlTemplate>
|
1182 |
| - |
| 1179 | + <!-- EDIT HERE --> |
| 1180 | + |
1183 | 1181 | <!-- Setup default styles that are inherited before changes are applied, do not touch these -->
|
1184 | 1182 | <ControlTemplate x:Key="ActionResources.ActionGroup.FallbackActionPointGroup">
|
1185 | 1183 | <ControlTemplate.Resources>
|
|
1730 | 1728 | <Setter Property="Margin" Value="0,-15,0,0"/>
|
1731 | 1729 | </MultiDataTrigger.Setters>
|
1732 | 1730 | </MultiDataTrigger>
|
1733 |
| - |
1734 |
| - <DataTrigger Binding="{Binding TypeId}" Value="PsiPointsResource"> |
| 1731 | + <DataTrigger Binding="{Binding TypeId}" Value="PsiPointsResource"> |
1735 | 1732 | <Setter Property="ActionPointTemplate" Value="{DynamicResource ActionResources.ActionGroup.MysticPsiPointsGroup}"/>
|
1736 | 1733 | <Setter Property="ActionPointSize" Value="{DynamicResource ActionResources.ActionPointSize}" />
|
1737 | 1734 | </DataTrigger>
|
|
1757 | 1754 | <Setter Property="Margin" Value="0,-15,0,0"/>
|
1758 | 1755 | </MultiDataTrigger.Setters>
|
1759 | 1756 | </MultiDataTrigger>
|
1760 |
| - <!-- EDIT HERE --> |
1761 |
| - <DataTrigger Binding="{Binding TypeId}" Value="DemonicFury"> |
| 1757 | + <DataTrigger Binding="{Binding TypeId}" Value="DemonicFury"> |
1762 | 1758 | <Setter Property="ActionPointTemplate" Value="{DynamicResource ActionResources.ActionGroup.DemonicFuryGroup}"/>
|
1763 | 1759 | <Setter Property="MaxGroupActionPoints" Value="1"/>
|
1764 | 1760 | <Setter Property="ActionPointSize" Value="{DynamicResource ActionResources.ActionPointSize}" />
|
|
1772 | 1768 | <Setter Property="Margin" Value="0,-15,0,0"/>
|
1773 | 1769 | </MultiDataTrigger.Setters>
|
1774 | 1770 | </MultiDataTrigger>
|
1775 |
| - |
| 1771 | + <!-- EDIT HERE --> |
1776 | 1772 | </Style.Triggers>
|
1777 | 1773 | </Style>
|
1778 | 1774 | </ResourceDictionary>
|
0 commit comments