|
771 | 771 | <Action type="SetProperty" frame="$this/TalentTreeBorder/IconBorderImage" Visible="False" />
|
772 | 772 | <Action type="SetState" frame="$this" Group="BaselineType" State="HasNone"/>
|
773 | 773 | </State>
|
| 774 | + <State name="RexxarDummyState"> |
| 775 | + <When type="Property" frame="$ancestor[@type=UnitStatusFrame]" unit="HeroRexxar"/> |
| 776 | + <When type="Property" frame="$ancestor[@name=DummyAncestorRelationFrame]/BottomPanelDetector" Text="False" /> |
| 777 | + <When type="Property" frame="$Talent0MasterSetting/ShowNonQuests/CheckBoxButton" Toggled="True"/> |
| 778 | + <Action type="SetProperty" frame="$this/UnitAbilFrame" AbilityLink="NULL" /> |
| 779 | + <Action type="SetProperty" frame="$this/UnitStatusBehaviorIconBaselineQuest" Behavior="NULL" /> |
| 780 | + <Action type="SetProperty" frame="$this/UnitChargeFrame" AbilityLink="NULL" /> |
| 781 | + <Action type="SetProperty" frame="$this/UnitChargeFrame" ChargeLink="NULL" /> |
| 782 | + <Action type="SetProperty" frame="$this/UnitChargeFrame" ChargeLocation="Unit" /> |
| 783 | + <Action type="SetProperty" frame="$this/TalentTreeBorder" Visible="False" /> |
| 784 | + <Action type="SetProperty" frame="$this/TalentTreeBorder/IconBorderImage" Visible="False" /> |
| 785 | + <Action type="SetState" frame="$this" Group="BaselineType" State="HasNone"/> |
| 786 | + </State> |
774 | 787 | <State name="DeathwingHeroicAvailableForChoice">
|
775 | 788 | <When type="Property" frame="$ancestor[@type=UnitStatusFrame]" unit="HeroDeathwing"/>
|
776 | 789 | <When type="Property" frame="$Talent0MasterSetting/ShowActives/CheckBoxButton" Toggled="True"/>
|
|
2458 | 2471 | <Action type="SetProperty" frame="$parent/BuffDurationT1" Behavior="JunkratConcussionMineBlowEmUpBonusDamageBehavior" />
|
2459 | 2472 | <Action type="SetState" frame="$this" Group="UsesTokens" State="False"/>
|
2460 | 2473 | </State>
|
| 2474 | + <State name="DwarfBlock"> |
| 2475 | + <When type="StateGroup" frame="$ancestor[@name=DummyAncestorRelationFrame]/$parent/HeroSelectedTalentTreeFrame/TalentTreeIcon1/IconImage" TextureState="TierSelected"/> |
| 2476 | + <When type="Property" frame="$ancestor[@type=UnitStatusFrame]" Unit="HeroMuradin"/> |
| 2477 | + <When type="Property" frame="$ancestor[@name=DummyAncestorRelationFrame]/$parent/HeroSelectedTalentTreeFrame/TalentTreeIcon1/IconImage" texture="Assets\Textures\storm_ui_icon_Muradin_Dwarftoss.dds"/> |
| 2478 | + <When type="Property" frame="$ancestor[@type=UnitStatusFrame]/T1QuestControllerFrame" Visible="False"/> |
| 2479 | + <When type="Property" frame="$Talent1MasterSetting/ShowNonQuests/CheckBoxButton" Toggled="True"/> |
| 2480 | + <When type="Property" frame="$ancestor[@name=DummyAncestorRelationFrame]/BottomPanelDetector" Text="False" /> |
| 2481 | + <Action type="SetProperty" frame="$parent/QuestStackCounterT1" Behavior="NULL" /> |
| 2482 | + <Action type="SetProperty" frame="$parent/BuffDurationT1" Behavior="TalentBucketBlock" /> |
| 2483 | + <Action type="SetState" frame="$this" Group="UsesTokens" State="False"/> |
| 2484 | + </State> |
2461 | 2485 | <State name="NoState">
|
2462 | 2486 | <Action type="SetProperty" frame="$parent/QuestStackCounterT1" Behavior="NULL" />
|
2463 | 2487 | <Action type="SetProperty" frame="$parent/QuestStackCounterT1" Visible="False" />
|
|
2842 | 2866 | <Action type="SetState" frame="$this" Group="UsesTokens" State="True"/>
|
2843 | 2867 | <Action type="ApplyTemplate" frame="$parent/VisiblityControllerFrame" template="SpazzoCustomTopBarQuests/VisibityControllerFrameDontHideAtCompletion"/>
|
2844 | 2868 | </State>
|
| 2869 | + <State name="ReflexiveBlock"> |
| 2870 | + <When type="Property" frame="$ancestor[@type=UnitStatusFrame]" Unit="HeroIllidan"/> |
| 2871 | + <When type="StateGroup" frame="$ancestor[@name=DummyAncestorRelationFrame]/$parent/HeroSelectedTalentTreeFrame/TalentTreeIcon2/IconImage" TextureState="TierSelected"/> |
| 2872 | + <When type="Property" frame="$Talent2MasterSetting/ShowNonQuests/CheckBoxButton" Toggled="True"/> |
| 2873 | + <When type="Property" frame="$ancestor[@name=DummyAncestorRelationFrame]/BottomPanelDetector" Text="False" /> |
| 2874 | + <When type="Property" frame="$ancestor[@name=DummyAncestorRelationFrame]/$parent/HeroSelectedTalentTreeFrame/TalentTreeIcon2/IconImage" texture="Assets\Textures\storm_ui_icon_illidan_dive.dds"/> |
| 2875 | + <Action type="SetProperty" frame="$parent/QuestStackCounterT2" Behavior="TalentBucketBlock" /> |
| 2876 | + <Action type="SetProperty" frame="$parent/BuffDurationT2" Behavior="TalentBucketBlock" /> |
| 2877 | + <Action type="SetProperty" frame="$parent/QuestStackCounterT2/BehaviorIcon/StackLabel" Style="Spazzo_TopPanelQuestLabel_NotQuest" /> |
| 2878 | + <Action type="SetProperty" frame="$parent/QuestStackCounterT2/BehaviorIcon/StackProgressBar/FillImageContainer/FillImage" AdjustmentColor="255,200,200,200" /> |
| 2879 | + <Action type="SetProperty" frame="$parent/QuestStackCounterT2/BehaviorIcon/StackProgressBar/FillImageContainer/FillImage" Alpha="130" /> |
| 2880 | + <Action type="SetProperty" frame="$parent/QuestStackCounterT2/BehaviorIcon/StackProgressBar/FillImageContainer/FillImage" ColorAdjustMode="Fill" /> |
| 2881 | + <Action type="SetState" frame="$this" Group="UsesTokens" State="True"/> |
| 2882 | + </State> |
2845 | 2883 | <State name="NoState">
|
2846 | 2884 | <Action type="SetProperty" frame="$parent/QuestStackCounterT2" Behavior="NULL" />
|
2847 | 2885 | <Action type="SetProperty" frame="$parent/QuestStackCounterT2" Visible="False" />
|
|
2868 | 2906 | </State>
|
2869 | 2907 | <State name="MaelstromWeapon">
|
2870 | 2908 | <When type="StateGroup" frame="$ancestor[@name=DummyAncestorRelationFrame]/$parent/HeroSelectedTalentTreeFrame/TalentTreeIcon3/IconImage" TextureState="TierSelected"/>
|
2871 |
| - <When type="Property" frame="$ancestor[@name=DummyAncestorRelationFrame]/$parent/HeroSelectedTalentTreeFrame/TalentTreeIcon3/IconImage" texture="Assets\Textures\storm_ui_icon_thrall_windfury_var1.dds"/> |
| 2909 | + <When type="Property" frame="$ancestor[@name=DummyAncestorRelationFrame]/$parent/HeroSelectedTalentTreeFrame/TalentTreeIcon3/IconImage" texture="Assets\Textures\storm_ui_icon_thrall_windfury.dds"/> |
2872 | 2910 | <When type="Property" frame="$ancestor[@type=UnitStatusFrame]/T3QuestControllerFrame" Visible="True"/>
|
2873 | 2911 | <Action type="SetProperty" frame="$parent" Behavior="ThrallMaelstromWeaponTokenCounter" />
|
2874 | 2912 | <Action type="ApplyTemplate" frame="$parent/VisiblityControllerFrame" template="SpazzoCustomTopBarQuests/VisibityControllerFrameDontHideAtCompletion"/>
|
|
3718 | 3756 | <DefaultState val="NoState" />
|
3719 | 3757 | <State name="Zanshin">
|
3720 | 3758 | <When type="StateGroup" frame="$ancestor[@name=DummyAncestorRelationFrame]/$parent/HeroSelectedTalentTreeFrame/TalentTreeIcon7/IconImage" TextureState="TierSelected"/>
|
3721 |
| - <When type="Property" frame="$ancestor[@name=DummyAncestorRelationFrame]/$parent/HeroSelectedTalentTreeFrame/TalentTreeIcon7/IconImage" texture="Assets\Textures\storm_ui_icon_genji_deflect_b.dds"/> |
| 3759 | + <When type="Property" frame="$ancestor[@name=DummyAncestorRelationFrame]/$parent/HeroSelectedTalentTreeFrame/TalentTreeIcon7/IconImage" texture="Assets\Textures\storm_ui_icon_genji_deflect.dds"/> |
3722 | 3760 | <When type="Property" frame="$ancestor[@type=UnitStatusFrame]/T7QuestControllerFrame" Visible="True"/>
|
3723 | 3761 | <Action type="SetProperty" frame="$parent" Behavior="GenjiDeflectZanshin" />
|
3724 | 3762 | </State>
|
|
3738 | 3776 | <When type="StateGroup" frame="$ancestor[@name=DummyAncestorRelationFrame]/$parent/HeroSelectedTalentTreeFrame/TalentTreeIcon7/IconImage" TextureState="TierSelected"/>
|
3739 | 3777 | <When type="Property" frame="$Talent7MasterSetting/ShowNonQuests/CheckBoxButton" Toggled="True"/>
|
3740 | 3778 | <When type="Property" frame="$ancestor[@name=DummyAncestorRelationFrame]/BottomPanelDetector" Text="False" />
|
3741 |
| - <When type="Property" frame="$ancestor[@name=DummyAncestorRelationFrame]/$parent/HeroSelectedTalentTreeFrame/TalentTreeIcon7/IconImage" texture="Assets\Textures\storm_ui_icon_malfurion_moonfire_a.dds"/> |
| 3779 | + <When type="Property" frame="$ancestor[@name=DummyAncestorRelationFrame]/$parent/HeroSelectedTalentTreeFrame/TalentTreeIcon7/IconImage" texture="Assets\Textures\storm_ui_icon_malfurion_moonfire.dds"/> |
3742 | 3780 | <Action type="SetProperty" frame="$parent" Behavior="MalfurionMoonfireLunarShowerTokenCounter" />
|
3743 | 3781 | <Action type="SetProperty" frame="$parent/BehaviorIcon/StackLabel" Style="Spazzo_TopPanelQuestLabel_NotQuest" />
|
3744 | 3782 | <Action type="SetProperty" frame="$parent/BehaviorIcon/StackProgressBar/FillImageContainer/FillImage" AdjustmentColor="255,200,200,200" />
|
|
0 commit comments