diff --git a/src/analysis/retail/warlock/affliction/CHANGELOG.tsx b/src/analysis/retail/warlock/affliction/CHANGELOG.tsx
index 8b1108b3866..c04dc39e88d 100644
--- a/src/analysis/retail/warlock/affliction/CHANGELOG.tsx
+++ b/src/analysis/retail/warlock/affliction/CHANGELOG.tsx
@@ -5,6 +5,7 @@ import { Arlie, Jonfanz, Lithix, Meldris, ToppleTheNun, dodse, Gazh } from 'CONT
import { SpellLink } from 'interface';
export default [
+ change(date(2024, 10, 1), <>Add support for >, Gazh),
change(date(2024, 9, 28), <>Fix error >, Gazh),
change(date(2024, 9, 26), "Add support for Hero Talents", Gazh),
change(date(2024, 8, 10), 'Made several changes for affliction in preperation for the TWW', Lithix),
diff --git a/src/analysis/retail/warlock/affliction/CONFIG.tsx b/src/analysis/retail/warlock/affliction/CONFIG.tsx
index 3d88c5f5c54..5658edbe951 100644
--- a/src/analysis/retail/warlock/affliction/CONFIG.tsx
+++ b/src/analysis/retail/warlock/affliction/CONFIG.tsx
@@ -1,4 +1,4 @@
-import { Jonfanz } from 'CONTRIBUTORS';
+import { Gazh } from 'CONTRIBUTORS';
import GameBranch from 'game/GameBranch';
import SPECS from 'game/SPECS';
import type Config from 'parser/Config';
@@ -8,11 +8,11 @@ import { SupportLevel } from 'parser/Config';
const CONFIG: Config = {
// 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.
- contributors: [Jonfanz],
+ contributors: [Gazh],
branch: GameBranch.Retail,
// The WoW client patch this spec was last updated.
- patchCompatibility: null,
- supportLevel: SupportLevel.Unmaintained,
+ patchCompatibility: '11.0.2',
+ supportLevel: SupportLevel.MaintainedPartial,
// 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.
// If this spec's analysis does not show a complete picture please mention this in the `` component.
description: (
@@ -43,7 +43,7 @@ const CONFIG: Config = {
>
),
// A recent example report to see interesting parts of the spec. Will be shown on the homepage.
- exampleReport: '/report/JGFabW3gfqrtynX1/5-Normal+Eranog+-+Kill+(5:08)/Crunky',
+ exampleReport: '/report/mQMF8YnCpTctZK7w/44-Heroic+The+Silken+Court+-+Kill+(7:53)/Desolater',
// Don't change anything below this line;
// The current spec identifier. This is the only place (in code) that specifies which spec this parser is about.
diff --git a/src/analysis/retail/warlock/affliction/modules/checklist/Component.tsx b/src/analysis/retail/warlock/affliction/modules/checklist/Component.tsx
index 71d3e32f890..bf9032939ce 100644
--- a/src/analysis/retail/warlock/affliction/modules/checklist/Component.tsx
+++ b/src/analysis/retail/warlock/affliction/modules/checklist/Component.tsx
@@ -80,6 +80,9 @@ const AfflictionWarlockChecklist = ({ combatant, castEfficiency, thresholds }: C
or mitigate incoming damage with{' '}
/
.
+ You can use 3 if you have{' '}
+ talented.
+
While you shouldn't cast these defensives on cooldown, be aware of them and use them
whenever effective. Not using them at all indicates you might not be aware of them or
not using them optimally.
@@ -90,6 +93,9 @@ const AfflictionWarlockChecklist = ({ combatant, castEfficiency, thresholds }: C
)}
+ {combatant.hasTalent(TALENTS.PACT_OF_GLUTTONY_TALENT) && (
+
+ )}
Add support for >, Gazh),
change(date(2024, 9, 28), <>Add support for & >, Gazh),
change(date(2024, 9, 26), "Add support for Hero Talents", Gazh),
change(date(2024, 5, 31), <>Fixed statistic>, Zyer),
diff --git a/src/analysis/retail/warlock/demonology/CONFIG.tsx b/src/analysis/retail/warlock/demonology/CONFIG.tsx
index de04b03cce0..7b894b70c34 100644
--- a/src/analysis/retail/warlock/demonology/CONFIG.tsx
+++ b/src/analysis/retail/warlock/demonology/CONFIG.tsx
@@ -1,17 +1,17 @@
-import { Zyer } from 'CONTRIBUTORS';
+import { Zyer, Gazh } from 'CONTRIBUTORS';
import GameBranch from 'game/GameBranch';
import SPECS from 'game/SPECS';
import Config, { SupportLevel } from 'parser/Config';
-// import CHANGELOG from './CHANGELOG';
+import CHANGELOG from './CHANGELOG';
const config: Config = {
// 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.
- contributors: [Zyer],
+ contributors: [Zyer, Gazh],
branch: GameBranch.Retail,
// The WoW client patch this spec was last updated.
- patchCompatibility: '10.2.7',
- supportLevel: SupportLevel.MaintainedFull,
+ patchCompatibility: '11.0.2',
+ supportLevel: SupportLevel.MaintainedPartial,
// 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.
// If this spec's analysis does not show a complete picture please mention this in the `` component.
description: (
@@ -72,18 +72,18 @@ const config: Config = {
>
),
// A recent example report to see interesting parts of the spec. Will be shown on the homepage.
- exampleReport: '/report/myndpGBw3k7rjVDf/4-Mythic+Smolderon+-+Kill+(7:01)/Yumiblood/standard',
+ exampleReport: "/report/hY6vg1LxqzmR94XG/126-Heroic+Broodtwister+Ovi'nax+-+Kill+(6:24)/Meurthe/",
// Don't change anything below this line;
// The current spec identifier. This is the only place (in code) that specifies which spec this parser is about.
spec: SPECS.DEMONOLOGY_WARLOCK,
// The contents of your changelog.
- // changelog: CHANGELOG,
+ changelog: CHANGELOG,
// The CombatLogParser class for your spec.
- // parser: () =>
- // import('./CombatLogParser' /* webpackChunkName: "DemonologyWarlock" */).then(
- // (exports) => exports.default,
- // ),
+ parser: () =>
+ import('./CombatLogParser' /* webpackChunkName: "DemonologyWarlock" */).then(
+ (exports) => exports.default,
+ ),
// The path to the current directory (relative form project root). This is used for generating a GitHub link directly to your spec's code.
path: import.meta.url,
};
diff --git a/src/analysis/retail/warlock/destruction/CHANGELOG.tsx b/src/analysis/retail/warlock/destruction/CHANGELOG.tsx
index 6e399935b27..60b2e714f5f 100644
--- a/src/analysis/retail/warlock/destruction/CHANGELOG.tsx
+++ b/src/analysis/retail/warlock/destruction/CHANGELOG.tsx
@@ -5,6 +5,7 @@ import { SpellLink } from 'interface';
// prettier-ignore
export default [
+ change(date(2024, 10, 1), <>Add support for >, Gazh),
change(date(2024, 9, 26), "Add support for Hero Talents", Gazh),
change(date(2023, 7, 8), 'Update CDR on Dark Pact and Unending Resolve', Arlie),
change(date(2023, 7, 8), 'Update SpellLink usage.', ToppleTheNun),
diff --git a/src/analysis/retail/warlock/destruction/CONFIG.tsx b/src/analysis/retail/warlock/destruction/CONFIG.tsx
index a752583996c..bc5b103ed98 100644
--- a/src/analysis/retail/warlock/destruction/CONFIG.tsx
+++ b/src/analysis/retail/warlock/destruction/CONFIG.tsx
@@ -1,16 +1,17 @@
+import { Gazh } from 'CONTRIBUTORS';
import GameBranch from 'game/GameBranch';
import SPECS from 'game/SPECS';
-// import CHANGELOG from './CHANGELOG';
+import CHANGELOG from './CHANGELOG';
import { SupportLevel } from 'parser/Config';
export default {
// 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.
- contributors: [],
+ contributors: [Gazh],
branch: GameBranch.Retail,
// The WoW client patch this spec was last updated.
- patchCompatibility: null,
- supportLevel: SupportLevel.Unmaintained,
+ patchCompatibility: '11.0.2',
+ supportLevel: SupportLevel.MaintainedPartial,
// 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.
// If this spec's analysis does not show a complete picture please mention this in the `` component.
description: (
@@ -39,18 +40,18 @@ export default {
>
),
// A recent example report to see interesting parts of the spec. Will be shown on the homepage.
- exampleReport: '/report/TGzmk4bXDZJndpj7/6-Heroic+Opulence+-+Kill+(8:12)/3-Lunaira',
+ exampleReport: '/report/9dvKWtRTxa4Ab3Yj/8-Heroic+The+Silken+Court+-+Kill+(6:30)/Trundle',
// Don't change anything below this line;
// The current spec identifier. This is the only place (in code) that specifies which spec this parser is about.
spec: SPECS.DESTRUCTION_WARLOCK,
// The contents of your changelog.
- // changelog: CHANGELOG,
+ changelog: CHANGELOG,
// The CombatLogParser class for your spec.
- // parser: () =>
- // import('./CombatLogParser' /* webpackChunkName: "DestructionWarlock" */).then(
- // (exports) => exports.default,
- // ),
+ parser: () =>
+ import('./CombatLogParser' /* webpackChunkName: "DestructionWarlock" */).then(
+ (exports) => exports.default,
+ ),
// The path to the current directory (relative form project root). This is used for generating a GitHub link directly to your spec's code.
path: import.meta.url,
};
diff --git a/src/analysis/retail/warlock/destruction/modules/features/Checklist/Component.tsx b/src/analysis/retail/warlock/destruction/modules/features/Checklist/Component.tsx
index b5f0d51d23b..f50355d0895 100644
--- a/src/analysis/retail/warlock/destruction/modules/features/Checklist/Component.tsx
+++ b/src/analysis/retail/warlock/destruction/modules/features/Checklist/Component.tsx
@@ -110,6 +110,9 @@ const DestructionWarlockChecklist = ({
or mitigate incoming damage with{' '}
/
.
+ You can use 3 if you have{' '}
+ talented.
+
While you shouldn't cast these defensives on cooldown, be aware of them and use them
whenever effective. Not using them at all indicates you might not be aware of them or
not using them optimally.
@@ -120,6 +123,9 @@ const DestructionWarlockChecklist = ({
)}
+ {combatant.hasTalent(TALENTS.PACT_OF_GLUTTONY_TALENT) && (
+
+ )}