Skip to content

Commit

Permalink
feat(FrostDK): 11.0 First Pass
Browse files Browse the repository at this point in the history
- Also add AbominationLimb DisplayStyle and remove Signature DisplayStyle
  • Loading branch information
Cilraaz committed Jul 24, 2024
1 parent 44f4c64 commit 5152504
Show file tree
Hide file tree
Showing 4 changed files with 435 additions and 354 deletions.
2 changes: 1 addition & 1 deletion HeroRotation_DeathKnight/Blood.lua
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ local function APL()
end
-- abomination_limb
if CDsON() and S.AbominationLimb:IsCastable() then
if Cast(S.AbominationLimb, nil, Settings.CommonsDS.DisplayStyle.Signature, not Target:IsInRange(20)) then return "abomination_limb main 22"; end
if Cast(S.AbominationLimb, nil, Settings.CommonsDS.DisplayStyle.AbominationLimb, not Target:IsInRange(20)) then return "abomination_limb main 22"; end
end
-- dancing_rune_weapon,if=!buff.dancing_rune_weapon.up
if CDsON() and S.DancingRuneWeapon:IsCastable() and (Player:BuffDown(S.DancingRuneWeaponBuff)) then
Expand Down
6 changes: 6 additions & 0 deletions HeroRotation_DeathKnight/DeathKnight.lua
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,11 @@ Spell.DeathKnight.Deathbringer = {
}

Spell.DeathKnight.RideroftheApocalypse = {
-- Talents
AFeastofSouls = Spell(444072),
ApocalypseNow = Spell(444040),
-- Buffs
AFeastofSoulsBuff = Spell(440861),
MograinesMightBuff = Spell(444505),
}

Expand Down Expand Up @@ -147,6 +151,7 @@ Spell.DeathKnight.Frost = MergeTableByKey(Spell.DeathKnight.Commons, {
BreathofSindragosa = Spell(152279),
ChillStreak = Spell(305392),
ColdHeart = Spell(281208),
EnduringStrength = Spell(377190),
Everfrost = Spell(376938),
FatalFixation = Spell(405166),
Frostscythe = Spell(207230),
Expand All @@ -166,6 +171,7 @@ Spell.DeathKnight.Frost = MergeTableByKey(Spell.DeathKnight.Commons, {
ShatteredFrost = Spell(455993),
ShatteringBlade = Spell(207057),
SmotheringOffense = Spell(435005),
TheLongWinter = Spell(456240),
UnleashedFrenzy = Spell(376905),
-- Buffs
ChillingRageBuff = Spell(424165), -- Tier 31 2pc
Expand Down
Loading

0 comments on commit 5152504

Please sign in to comment.