You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
change(date(2025,10,13),<>Updated cooldown and CDR of <SpellLinkspell={TALENTS.ANTI_MAGIC_ZONE_TALENT}/>.</>,Arlie),
9
-
change(date(2025,10,13),'Added a Cooldown section to the Guide',Brandrewsss),
10
-
change(date(2025,10,12),'Updated Unholy Death Knight Analyzer to Guide layout and updated folder structure',Brandrewsss),
11
-
change(date(2025,6,23),'Update Unholy Death Knight Buffs for Patch 11.1.5',Brandrewsss),
12
-
change(date(2025,6,8),'Update Unholy Death Knight Abilities and Talents for Patch 11.1.5',Brandrewsss),
13
-
change(date(2024,12,9),'Update spec config to reflect lack of long term maintainers',Khazak),
14
-
change(date(2024,10,7),<>Correct GCD and cooldown of <SpellLinkspell={SPELLS.ANTI_MAGIC_SHELL.id}/> when paired with <SpellLinkspell={TALENTS.ANTI_MAGIC_BARRIER_TALENT.id}/> and <SpellLinkspell={TALENTS.UNYIELDING_WILL_TALENT.id}/>.</>,Vetyst),
15
-
change(date(2024,10,4),'Enable Core Foundation of Unholy DK for TWW.',Vetyst),
5
+
change(date(2026,2,5),<>Initial Update for Midnight</>,Brandrewsss)
Copy file name to clipboardExpand all lines: src/analysis/retail/deathknight/unholy/CONFIG.tsx
+10-13Lines changed: 10 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -1,27 +1,24 @@
1
1
importGameBranchfrom'game/GameBranch';
2
2
importSPECSfrom'game/SPECS';
3
3
importConfig,{SupportLevel}from'parser/Config';
4
-
// import CHANGELOG from './CHANGELOG';
4
+
importCHANGELOGfrom'./CHANGELOG';
5
5
import{Brandrewsss}from'CONTRIBUTORS';
6
-
importSpellLinkfrom'interface/SpellLink';
7
-
importSPELLSfrom'common/SPELLS/deathknight';
8
6
9
7
constconfig: Config={
10
8
// The people that have contributed to this spec recently. People don't have to sign up to be long-time maintainers to be included in this list. If someone built a large part of the spec or contributed something recently to that spec, they can be added to the contributors list. If someone goes MIA, they may be removed after major changes or during a new expansion.
11
9
contributors: [Brandrewsss],
12
10
branch: GameBranch.Retail,
13
11
// The WoW client patch this spec was last updated.
14
-
patchCompatibility: '11.2.0',
12
+
patchCompatibility: '12.0.0',
15
13
supportLevel: SupportLevel.MaintainedPartial,
16
14
// Explain the status of this spec's analysis here. Try to mention how complete it is, and perhaps show links to places users can learn more.
17
15
// If this spec's analysis does not show a complete picture please mention this in the `<Warning>` component.
18
16
description: (
19
17
<>
20
18
<p>
21
19
Unholy Death Knights are disease specialists and undead masters, they turn rot and plague
22
-
into damage. The specialization focuses on spreading and bursting{' '}
23
-
<SpellLinkspell={SPELLS.FESTERING_WOUND}/> and maintaining{' '}
24
-
<SpellLinkspell={SPELLS.VIRULENT_PLAGUE}/>.
20
+
into damage. The specialization focuses on spreading diseases and keeping abilities on
21
+
cooldown to maximize the damage from DOTs.
25
22
</p>
26
23
<p>
27
24
Efficient resource use and cooldown alignment are key. Whether in AoE or single-target
@@ -45,18 +42,18 @@ const config: Config = {
45
42
),
46
43
// A recent example report to see interesting parts of the spec. Will be shown on the homepage.
0 commit comments