From 25ac5a6e6d1ffc3131ef42f3043e9c0d79f88b3e Mon Sep 17 00:00:00 2001 From: Cilraaz Date: Tue, 6 Aug 2024 09:11:13 -0400 Subject: [PATCH] feat(Mage): Remove "Signature" DisplayStyle --- HeroRotation_Mage/Fire.lua | 4 ++-- HeroRotation_Mage/Frost.lua | 6 +++--- HeroRotation_Mage/Settings.lua | 1 - 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/HeroRotation_Mage/Fire.lua b/HeroRotation_Mage/Fire.lua index 94c2e6654..2ecc357f1 100755 --- a/HeroRotation_Mage/Fire.lua +++ b/HeroRotation_Mage/Fire.lua @@ -453,7 +453,7 @@ local function CombustionPhase() end -- shifting_power,if=buff.combustion.up&!action.fire_blast.charges&(action.phoenix_flames.chargescast_time&active_enemies>=variable.skb_flamestrike&buff.fury_of_the_sun_king.expiration_delay_remains=0 if AoEON() and S.Flamestrike:IsReady() and not Player:IsCasting(S.Flamestrike) and (Player:BuffUp(S.FuryoftheSunKingBuff) and Player:BuffRemains(S.FuryoftheSunKingBuff) > S.Flamestrike:CastTime() and EnemiesCount8ySplash >= var_skb_flamestrike) then @@ -803,7 +803,7 @@ local function APL() end -- shifting_power,if=buff.combustion.down&(action.fire_blast.charges=0|variable.fire_blast_pooling)&(!improved_scorch.active|debuff.improved_scorch.remains>cast_time+action.scorch.cast_time&!buff.fury_of_the_sun_king.up)&!buff.hot_streak.react&variable.shifting_power_before_combustion if S.ShiftingPower:IsReady() and (CombustionDown and (S.FireBlast:Charges() == 0 or var_fire_blast_pooling) and (not ImprovedScorchActive() or Target:DebuffRemains(S.ImprovedScorchDebuff) > S.ShiftingPower:CastTime() + S.Scorch:CastTime() and Player:BuffDown(S.FuryoftheSunKingBuff)) and Player:BuffDown(S.HotStreakBuff) and var_shifting_power_before_combustion) then - if Cast(S.ShiftingPower, nil, Settings.CommonsDS.DisplayStyle.Signature, not Target:IsInRange(18)) then return "shifting_power main 26"; end + if Cast(S.ShiftingPower, nil, Settings.CommonsDS.DisplayStyle.ShiftingPower, not Target:IsInRange(18)) then return "shifting_power main 26"; end end -- variable,name=phoenix_pooling,if=active_enemies10 if CDsON() and S.ShiftingPower:IsCastable() and (S.CometStorm:CooldownRemains() > 10) then - if Cast(S.ShiftingPower, nil, Settings.CommonsDS.DisplayStyle.Signature, not Target:IsInRange(18)) then return "shifting_power aoe 18"; end + if Cast(S.ShiftingPower, nil, Settings.CommonsDS.DisplayStyle.ShiftingPower, not Target:IsInRange(18)) then return "shifting_power aoe 18"; end end -- flurry,if=cooldown_react&!debuff.winters_chill.remains&buff.icicles.react=4&talent.glacial_spike&!freezable if S.Flurry:IsCastable() and (RemainingWintersChill == 0 and Icicles == 4 and S.GlacialSpike:IsAvailable() and not Freezable()) then @@ -334,7 +334,7 @@ local function Cleave() end -- shifting_power,if=cooldown.frozen_orb.remains>10&(!talent.comet_storm|cooldown.comet_storm.remains>10)&(!talent.ray_of_frost|cooldown.ray_of_frost.remains>10)|cooldown.icy_veins.remains<20 if S.ShiftingPower:IsCastable() and (S.FrozenOrb:CooldownRemains() > 10 and (not S.CometStorm:IsAvailable() or S.CometStorm:CooldownRemains() > 10) and (not S.RayofFrost:IsAvailable() or S.RayofFrost:CooldownRemains() > 10) or S.IcyVeins:CooldownRemains() < 20) then - if Cast(S.ShiftingPower, nil, Settings.CommonsDS.DisplayStyle.Signature, not Target:IsInRange(18)) then return "shifting_power cleave 16"; end + if Cast(S.ShiftingPower, nil, Settings.CommonsDS.DisplayStyle.ShiftingPower, not Target:IsInRange(18)) then return "shifting_power cleave 16"; end end -- glacial_spike,if=buff.icicles.react=5 if S.GlacialSpike:IsReady() and (Icicles == 5) then @@ -393,7 +393,7 @@ local function ST() end -- shifting_power,if=(buff.icy_veins.down|!talent.deaths_chill)&cooldown.frozen_orb.remains>10&(!talent.comet_storm|cooldown.comet_storm.remains>10)&(!talent.ray_of_frost|cooldown.ray_of_frost.remains>10)|cooldown.icy_veins.remains<20 if S.ShiftingPower:IsCastable() and ((Player:BuffDown(S.IcyVeinsBuff) or not S.DeathsChill:IsAvailable()) and S.FrozenOrb:CooldownRemains() > 10 and (not S.CometStorm:IsAvailable() or S.CometStorm:CooldownRemains() > 10) and (not S.RayofFrost:IsAvailable() or S.RayofFrost:CooldownRemains() > 10) or S.IcyVeins:CooldownRemains() < 20) then - if Cast(S.ShiftingPower, nil, Settings.CommonsDS.DisplayStyle.Signature, not Target:IsInRange(18)) then return "shifting_power single 18"; end + if Cast(S.ShiftingPower, nil, Settings.CommonsDS.DisplayStyle.ShiftingPower, not Target:IsInRange(18)) then return "shifting_power single 18"; end end -- glacial_spike,if=buff.icicles.react=5 if S.GlacialSpike:IsCastable() and (Icicles == 5) then diff --git a/HeroRotation_Mage/Settings.lua b/HeroRotation_Mage/Settings.lua index 2fc29e55d..1214723df 100755 --- a/HeroRotation_Mage/Settings.lua +++ b/HeroRotation_Mage/Settings.lua @@ -30,7 +30,6 @@ HR.GUISettings.APL.Mage = { Interrupts = "Cooldown", Items = "Suggested", Potions = "Suggested", - Signature = "Suggested", Trinkets = "Suggested", -- Class Specific ShiftingPower = "Suggested",