From 90465dffa405ac9a661a8ded51a48cbcf450d5c8 Mon Sep 17 00:00:00 2001 From: NerdEgghead Date: Sat, 11 Jan 2025 22:39:49 -0800 Subject: [PATCH] Implement Seal of the Seven Signs On branch feature/add-seal-of-the-seven-signs Changes to be committed: modified: sim/common/cata/stat_bonus_procs.go modified: sim/death_knight/blood/TestBlood.results modified: sim/death_knight/frost/TestFrost.results modified: sim/death_knight/unholy/TestUnholy.results modified: sim/druid/balance/TestBalance.results modified: sim/druid/feral/TestFeral.results modified: sim/druid/guardian/TestGuardian.results modified: sim/hunter/beast_mastery/TestBM.results modified: sim/hunter/marksmanship/TestMM.results modified: sim/hunter/survival/TestSV.results modified: sim/mage/arcane/TestArcane.results modified: sim/mage/fire/TestFire.results modified: sim/paladin/protection/TestProtection.results modified: sim/paladin/retribution/TestRetribution.results modified: sim/priest/shadow/TestShadow.results modified: sim/rogue/assassination/TestAssassination.results modified: sim/rogue/combat/TestCombat.results modified: sim/rogue/subtlety/TestSubtlety.results modified: sim/shaman/elemental/TestElemental.results modified: sim/shaman/enhancement/TestEnhancement.results modified: sim/warlock/affliction/TestAffliction.results modified: sim/warlock/demonology/TestDemonology.results modified: sim/warlock/destruction/TestDestruction.results modified: sim/warrior/arms/TestArms.results modified: sim/warrior/fury/TestFury.results modified: sim/warrior/protection/TestProtectionWarrior.results --- sim/common/cata/stat_bonus_procs.go | 12 ++++++++++ sim/death_knight/blood/TestBlood.results | 24 +++++++++++++++++++ sim/death_knight/frost/TestFrost.results | 24 +++++++++++++++++++ sim/death_knight/unholy/TestUnholy.results | 24 +++++++++++++++++++ sim/druid/balance/TestBalance.results | 21 ++++++++++++++++ sim/druid/feral/TestFeral.results | 21 ++++++++++++++++ sim/druid/guardian/TestGuardian.results | 24 +++++++++++++++++++ sim/hunter/beast_mastery/TestBM.results | 21 ++++++++++++++++ sim/hunter/marksmanship/TestMM.results | 21 ++++++++++++++++ sim/hunter/survival/TestSV.results | 21 ++++++++++++++++ sim/mage/arcane/TestArcane.results | 21 ++++++++++++++++ sim/mage/fire/TestFire.results | 21 ++++++++++++++++ sim/paladin/protection/TestProtection.results | 21 ++++++++++++++++ .../retribution/TestRetribution.results | 21 ++++++++++++++++ sim/priest/shadow/TestShadow.results | 21 ++++++++++++++++ .../assassination/TestAssassination.results | 21 ++++++++++++++++ sim/rogue/combat/TestCombat.results | 21 ++++++++++++++++ sim/rogue/subtlety/TestSubtlety.results | 21 ++++++++++++++++ sim/shaman/elemental/TestElemental.results | 21 ++++++++++++++++ .../enhancement/TestEnhancement.results | 21 ++++++++++++++++ sim/warlock/affliction/TestAffliction.results | 21 ++++++++++++++++ sim/warlock/demonology/TestDemonology.results | 21 ++++++++++++++++ .../destruction/TestDestruction.results | 21 ++++++++++++++++ sim/warrior/arms/TestArms.results | 21 ++++++++++++++++ sim/warrior/fury/TestFury.results | 21 ++++++++++++++++ .../protection/TestProtectionWarrior.results | 21 ++++++++++++++++ 26 files changed, 549 insertions(+) diff --git a/sim/common/cata/stat_bonus_procs.go b/sim/common/cata/stat_bonus_procs.go index 3e057187e9..4f30beedc9 100644 --- a/sim/common/cata/stat_bonus_procs.go +++ b/sim/common/cata/stat_bonus_procs.go @@ -1144,6 +1144,18 @@ func init() { ICD: time.Second * 115, }) + shared.NewProcStatBonusEffect(shared.ProcStatBonusEffect{ + Name: "Seal of the Seven Signs" + labelSuffix, + ID: []int32{77969, 77204, 77989}[version], + AuraID: []int32{109803, 107984, 109805}[version], + Bonus: stats.Stats{stats.HasteRating: []float64{2573, 2904, 3278}[version]}, + Duration: time.Second * 20, + Callback: core.CallbackOnHealDealt | core.CallbackOnPeriodicHealDealt, + ProcMask: core.ProcMaskSpellHealing, + ProcChance: 0.15, + ICD: time.Second * 115, + }) + shared.NewProcStatBonusEffect(shared.ProcStatBonusEffect{ Name: "Soulshifter Vortex" + labelSuffix, ID: []int32{77970, 77206, 77990}[version], diff --git a/sim/death_knight/blood/TestBlood.results b/sim/death_knight/blood/TestBlood.results index 9e8860c33a..31f579c2a7 100644 --- a/sim/death_knight/blood/TestBlood.results +++ b/sim/death_knight/blood/TestBlood.results @@ -1603,6 +1603,30 @@ dps_results: { hps: 5300.29889 } } +dps_results: { + key: "TestBlood-AllItems-SealoftheSevenSigns-77204" + value: { + dps: 22115.12597 + tps: 111531.13752 + hps: 5457.04271 + } +} +dps_results: { + key: "TestBlood-AllItems-SealoftheSevenSigns-77969" + value: { + dps: 22009.66333 + tps: 110377.7788 + hps: 5456.37743 + } +} +dps_results: { + key: "TestBlood-AllItems-SealoftheSevenSigns-77989" + value: { + dps: 22378.91459 + tps: 112308.53866 + hps: 5467.11498 + } +} dps_results: { key: "TestBlood-AllItems-Shadowmourne-49623" value: { diff --git a/sim/death_knight/frost/TestFrost.results b/sim/death_knight/frost/TestFrost.results index 98bffdbc1c..6b49864dfc 100644 --- a/sim/death_knight/frost/TestFrost.results +++ b/sim/death_knight/frost/TestFrost.results @@ -1635,6 +1635,30 @@ dps_results: { hps: 521.88199 } } +dps_results: { + key: "TestFrost-AllItems-SealoftheSevenSigns-77204" + value: { + dps: 38688.87584 + tps: 36488.59781 + hps: 539.77064 + } +} +dps_results: { + key: "TestFrost-AllItems-SealoftheSevenSigns-77969" + value: { + dps: 38762.29847 + tps: 36523.18172 + hps: 535.10404 + } +} +dps_results: { + key: "TestFrost-AllItems-SealoftheSevenSigns-77989" + value: { + dps: 38942.55976 + tps: 36736.21674 + hps: 531.99297 + } +} dps_results: { key: "TestFrost-AllItems-Shadowmourne-49623" value: { diff --git a/sim/death_knight/unholy/TestUnholy.results b/sim/death_knight/unholy/TestUnholy.results index f974dff11e..281932b6f3 100644 --- a/sim/death_knight/unholy/TestUnholy.results +++ b/sim/death_knight/unholy/TestUnholy.results @@ -1611,6 +1611,30 @@ dps_results: { hps: 646.50919 } } +dps_results: { + key: "TestUnholy-AllItems-SealoftheSevenSigns-77204" + value: { + dps: 39915.83599 + tps: 29462.91364 + hps: 659.8312 + } +} +dps_results: { + key: "TestUnholy-AllItems-SealoftheSevenSigns-77969" + value: { + dps: 39920.37289 + tps: 29491.48114 + hps: 653.56202 + } +} +dps_results: { + key: "TestUnholy-AllItems-SealoftheSevenSigns-77989" + value: { + dps: 40160.97481 + tps: 29701.00924 + hps: 662.96579 + } +} dps_results: { key: "TestUnholy-AllItems-Shadowmourne-49623" value: { diff --git a/sim/druid/balance/TestBalance.results b/sim/druid/balance/TestBalance.results index b84655598e..9696fc070c 100644 --- a/sim/druid/balance/TestBalance.results +++ b/sim/druid/balance/TestBalance.results @@ -1445,6 +1445,27 @@ dps_results: { tps: 27667.93127 } } +dps_results: { + key: "TestBalance-AllItems-SealoftheSevenSigns-77204" + value: { + dps: 28379.82347 + tps: 28395.90986 + } +} +dps_results: { + key: "TestBalance-AllItems-SealoftheSevenSigns-77969" + value: { + dps: 28194.09114 + tps: 28211.00984 + } +} +dps_results: { + key: "TestBalance-AllItems-SealoftheSevenSigns-77989" + value: { + dps: 28588.22921 + tps: 28603.33637 + } +} dps_results: { key: "TestBalance-AllItems-ShardofWoe-60233" value: { diff --git a/sim/druid/feral/TestFeral.results b/sim/druid/feral/TestFeral.results index 27c9cdc23f..f1777948f1 100644 --- a/sim/druid/feral/TestFeral.results +++ b/sim/druid/feral/TestFeral.results @@ -1438,6 +1438,27 @@ dps_results: { tps: 46454.53299 } } +dps_results: { + key: "TestFeral-AllItems-SealoftheSevenSigns-77204" + value: { + dps: 30947.06126 + tps: 46123.89422 + } +} +dps_results: { + key: "TestFeral-AllItems-SealoftheSevenSigns-77969" + value: { + dps: 30947.06126 + tps: 46123.93807 + } +} +dps_results: { + key: "TestFeral-AllItems-SealoftheSevenSigns-77989" + value: { + dps: 30947.06126 + tps: 46123.84446 + } +} dps_results: { key: "TestFeral-AllItems-ShardofWoe-60233" value: { diff --git a/sim/druid/guardian/TestGuardian.results b/sim/druid/guardian/TestGuardian.results index 935fce971b..e4ccfbc446 100644 --- a/sim/druid/guardian/TestGuardian.results +++ b/sim/druid/guardian/TestGuardian.results @@ -1643,6 +1643,30 @@ dps_results: { hps: 314.83292 } } +dps_results: { + key: "TestGuardian-AllItems-SealoftheSevenSigns-77204" + value: { + dps: 9705.01597 + tps: 48591.91358 + hps: 316.2575 + } +} +dps_results: { + key: "TestGuardian-AllItems-SealoftheSevenSigns-77969" + value: { + dps: 9645.52154 + tps: 48295.05416 + hps: 316.2575 + } +} +dps_results: { + key: "TestGuardian-AllItems-SealoftheSevenSigns-77989" + value: { + dps: 9675.68712 + tps: 48446.00079 + hps: 319.10667 + } +} dps_results: { key: "TestGuardian-AllItems-ShardofWoe-60233" value: { diff --git a/sim/hunter/beast_mastery/TestBM.results b/sim/hunter/beast_mastery/TestBM.results index 5330003051..107522cafc 100644 --- a/sim/hunter/beast_mastery/TestBM.results +++ b/sim/hunter/beast_mastery/TestBM.results @@ -1508,6 +1508,27 @@ dps_results: { tps: 15118.55967 } } +dps_results: { + key: "TestBM-AllItems-SealoftheSevenSigns-77204" + value: { + dps: 23897.65495 + tps: 15118.55967 + } +} +dps_results: { + key: "TestBM-AllItems-SealoftheSevenSigns-77969" + value: { + dps: 23897.65495 + tps: 15118.55967 + } +} +dps_results: { + key: "TestBM-AllItems-SealoftheSevenSigns-77989" + value: { + dps: 23897.65495 + tps: 15118.55967 + } +} dps_results: { key: "TestBM-AllItems-Shadowmourne-49623" value: { diff --git a/sim/hunter/marksmanship/TestMM.results b/sim/hunter/marksmanship/TestMM.results index b88c262366..9183d77b26 100644 --- a/sim/hunter/marksmanship/TestMM.results +++ b/sim/hunter/marksmanship/TestMM.results @@ -1508,6 +1508,27 @@ dps_results: { tps: 20372.66012 } } +dps_results: { + key: "TestMM-AllItems-SealoftheSevenSigns-77204" + value: { + dps: 22541.49473 + tps: 20253.42057 + } +} +dps_results: { + key: "TestMM-AllItems-SealoftheSevenSigns-77969" + value: { + dps: 22541.49473 + tps: 20253.42057 + } +} +dps_results: { + key: "TestMM-AllItems-SealoftheSevenSigns-77989" + value: { + dps: 22541.49473 + tps: 20253.42057 + } +} dps_results: { key: "TestMM-AllItems-Shadowmourne-49623" value: { diff --git a/sim/hunter/survival/TestSV.results b/sim/hunter/survival/TestSV.results index 49d6d41496..6c1e77eea2 100644 --- a/sim/hunter/survival/TestSV.results +++ b/sim/hunter/survival/TestSV.results @@ -1501,6 +1501,27 @@ dps_results: { tps: 25581.18738 } } +dps_results: { + key: "TestSV-AllItems-SealoftheSevenSigns-77204" + value: { + dps: 28305.30571 + tps: 25581.18738 + } +} +dps_results: { + key: "TestSV-AllItems-SealoftheSevenSigns-77969" + value: { + dps: 28305.30571 + tps: 25581.18738 + } +} +dps_results: { + key: "TestSV-AllItems-SealoftheSevenSigns-77989" + value: { + dps: 28305.30571 + tps: 25581.18738 + } +} dps_results: { key: "TestSV-AllItems-Shadowmourne-49623" value: { diff --git a/sim/mage/arcane/TestArcane.results b/sim/mage/arcane/TestArcane.results index 619d7f470f..f6ad5b63ac 100644 --- a/sim/mage/arcane/TestArcane.results +++ b/sim/mage/arcane/TestArcane.results @@ -1424,6 +1424,27 @@ dps_results: { tps: 33793.42963 } } +dps_results: { + key: "TestArcane-AllItems-SealoftheSevenSigns-77204" + value: { + dps: 38224.56479 + tps: 34925.75513 + } +} +dps_results: { + key: "TestArcane-AllItems-SealoftheSevenSigns-77969" + value: { + dps: 37960.13615 + tps: 34629.68476 + } +} +dps_results: { + key: "TestArcane-AllItems-SealoftheSevenSigns-77989" + value: { + dps: 38476.27966 + tps: 35265.47943 + } +} dps_results: { key: "TestArcane-AllItems-ShardofWoe-60233" value: { diff --git a/sim/mage/fire/TestFire.results b/sim/mage/fire/TestFire.results index 80153672ab..5a753de49c 100644 --- a/sim/mage/fire/TestFire.results +++ b/sim/mage/fire/TestFire.results @@ -1417,6 +1417,27 @@ dps_results: { tps: 32809.92842 } } +dps_results: { + key: "TestFire-AllItems-SealoftheSevenSigns-77204" + value: { + dps: 37874.24137 + tps: 33704.11639 + } +} +dps_results: { + key: "TestFire-AllItems-SealoftheSevenSigns-77969" + value: { + dps: 37916.36631 + tps: 33740.11755 + } +} +dps_results: { + key: "TestFire-AllItems-SealoftheSevenSigns-77989" + value: { + dps: 38087.78658 + tps: 33925.12738 + } +} dps_results: { key: "TestFire-AllItems-ShardofWoe-60233" value: { diff --git a/sim/paladin/protection/TestProtection.results b/sim/paladin/protection/TestProtection.results index 223c1d6c2c..28493654d6 100644 --- a/sim/paladin/protection/TestProtection.results +++ b/sim/paladin/protection/TestProtection.results @@ -1428,6 +1428,27 @@ dps_results: { tps: 53979.21063 } } +dps_results: { + key: "TestProtection-AllItems-SealoftheSevenSigns-77204" + value: { + dps: 10844.79153 + tps: 54531.1142 + } +} +dps_results: { + key: "TestProtection-AllItems-SealoftheSevenSigns-77969" + value: { + dps: 10794.78325 + tps: 54279.49883 + } +} +dps_results: { + key: "TestProtection-AllItems-SealoftheSevenSigns-77989" + value: { + dps: 10819.61801 + tps: 54403.64029 + } +} dps_results: { key: "TestProtection-AllItems-ShardofWoe-60233" value: { diff --git a/sim/paladin/retribution/TestRetribution.results b/sim/paladin/retribution/TestRetribution.results index fa98b13a7e..61b4f4be0b 100644 --- a/sim/paladin/retribution/TestRetribution.results +++ b/sim/paladin/retribution/TestRetribution.results @@ -1445,6 +1445,27 @@ dps_results: { tps: 36573.42377 } } +dps_results: { + key: "TestRetribution-AllItems-SealoftheSevenSigns-77204" + value: { + dps: 36651.29333 + tps: 36528.55175 + } +} +dps_results: { + key: "TestRetribution-AllItems-SealoftheSevenSigns-77969" + value: { + dps: 36634.08458 + tps: 36515.48666 + } +} +dps_results: { + key: "TestRetribution-AllItems-SealoftheSevenSigns-77989" + value: { + dps: 36582.94349 + tps: 36462.18116 + } +} dps_results: { key: "TestRetribution-AllItems-Shadowmourne-49623" value: { diff --git a/sim/priest/shadow/TestShadow.results b/sim/priest/shadow/TestShadow.results index 89efbe84e3..74c2b1e138 100644 --- a/sim/priest/shadow/TestShadow.results +++ b/sim/priest/shadow/TestShadow.results @@ -1431,6 +1431,27 @@ dps_results: { tps: 33025.38649 } } +dps_results: { + key: "TestShadow-AllItems-SealoftheSevenSigns-77204" + value: { + dps: 39351.82253 + tps: 33465.94967 + } +} +dps_results: { + key: "TestShadow-AllItems-SealoftheSevenSigns-77969" + value: { + dps: 39220.15255 + tps: 33344.04899 + } +} +dps_results: { + key: "TestShadow-AllItems-SealoftheSevenSigns-77989" + value: { + dps: 39573.01424 + tps: 33645.34386 + } +} dps_results: { key: "TestShadow-AllItems-ShardofWoe-60233" value: { diff --git a/sim/rogue/assassination/TestAssassination.results b/sim/rogue/assassination/TestAssassination.results index 69afe7c5bf..b1647132dd 100644 --- a/sim/rogue/assassination/TestAssassination.results +++ b/sim/rogue/assassination/TestAssassination.results @@ -1461,6 +1461,27 @@ dps_results: { tps: 19491.33575 } } +dps_results: { + key: "TestAssassination-AllItems-SealoftheSevenSigns-77204" + value: { + dps: 27452.58556 + tps: 19491.33575 + } +} +dps_results: { + key: "TestAssassination-AllItems-SealoftheSevenSigns-77969" + value: { + dps: 27452.58556 + tps: 19491.33575 + } +} +dps_results: { + key: "TestAssassination-AllItems-SealoftheSevenSigns-77989" + value: { + dps: 27452.58556 + tps: 19491.33575 + } +} dps_results: { key: "TestAssassination-AllItems-ShardofWoe-60233" value: { diff --git a/sim/rogue/combat/TestCombat.results b/sim/rogue/combat/TestCombat.results index f192a4ea2a..b707378191 100644 --- a/sim/rogue/combat/TestCombat.results +++ b/sim/rogue/combat/TestCombat.results @@ -1466,6 +1466,27 @@ dps_results: { tps: 19868.94288 } } +dps_results: { + key: "TestCombat-AllItems-SealoftheSevenSigns-77204" + value: { + dps: 27984.42658 + tps: 19868.94288 + } +} +dps_results: { + key: "TestCombat-AllItems-SealoftheSevenSigns-77969" + value: { + dps: 27984.42658 + tps: 19868.94288 + } +} +dps_results: { + key: "TestCombat-AllItems-SealoftheSevenSigns-77989" + value: { + dps: 27984.42658 + tps: 19868.94288 + } +} dps_results: { key: "TestCombat-AllItems-ShardofWoe-60233" value: { diff --git a/sim/rogue/subtlety/TestSubtlety.results b/sim/rogue/subtlety/TestSubtlety.results index 9f252791b3..7edae030ef 100644 --- a/sim/rogue/subtlety/TestSubtlety.results +++ b/sim/rogue/subtlety/TestSubtlety.results @@ -1424,6 +1424,27 @@ dps_results: { tps: 17060.98753 } } +dps_results: { + key: "TestSubtlety-AllItems-SealoftheSevenSigns-77204" + value: { + dps: 24029.55991 + tps: 17060.98753 + } +} +dps_results: { + key: "TestSubtlety-AllItems-SealoftheSevenSigns-77969" + value: { + dps: 24029.55991 + tps: 17060.98753 + } +} +dps_results: { + key: "TestSubtlety-AllItems-SealoftheSevenSigns-77989" + value: { + dps: 24029.55991 + tps: 17060.98753 + } +} dps_results: { key: "TestSubtlety-AllItems-ShardofWoe-60233" value: { diff --git a/sim/shaman/elemental/TestElemental.results b/sim/shaman/elemental/TestElemental.results index a1e922025a..0f0bb4f893 100644 --- a/sim/shaman/elemental/TestElemental.results +++ b/sim/shaman/elemental/TestElemental.results @@ -1445,6 +1445,27 @@ dps_results: { tps: 620.05113 } } +dps_results: { + key: "TestElemental-AllItems-SealoftheSevenSigns-77204" + value: { + dps: 41588.79028 + tps: 641.95969 + } +} +dps_results: { + key: "TestElemental-AllItems-SealoftheSevenSigns-77969" + value: { + dps: 41379.88948 + tps: 639.82667 + } +} +dps_results: { + key: "TestElemental-AllItems-SealoftheSevenSigns-77989" + value: { + dps: 41833.3128 + tps: 644.23854 + } +} dps_results: { key: "TestElemental-AllItems-Shadowmourne-49623" value: { diff --git a/sim/shaman/enhancement/TestEnhancement.results b/sim/shaman/enhancement/TestEnhancement.results index 6ad4eb2f34..c9a0dcef0f 100644 --- a/sim/shaman/enhancement/TestEnhancement.results +++ b/sim/shaman/enhancement/TestEnhancement.results @@ -1445,6 +1445,27 @@ dps_results: { tps: 22349.69241 } } +dps_results: { + key: "TestEnhancement-AllItems-SealoftheSevenSigns-77204" + value: { + dps: 34775.06215 + tps: 22366.19336 + } +} +dps_results: { + key: "TestEnhancement-AllItems-SealoftheSevenSigns-77969" + value: { + dps: 34771.66237 + tps: 22365.10435 + } +} +dps_results: { + key: "TestEnhancement-AllItems-SealoftheSevenSigns-77989" + value: { + dps: 34784.53231 + tps: 22368.05866 + } +} dps_results: { key: "TestEnhancement-AllItems-Shadowmourne-49623" value: { diff --git a/sim/warlock/affliction/TestAffliction.results b/sim/warlock/affliction/TestAffliction.results index 60d2ae18fa..c227953d43 100644 --- a/sim/warlock/affliction/TestAffliction.results +++ b/sim/warlock/affliction/TestAffliction.results @@ -1368,6 +1368,27 @@ dps_results: { tps: 25705.79252 } } +dps_results: { + key: "TestAffliction-AllItems-SealoftheSevenSigns-77204" + value: { + dps: 37320.32552 + tps: 26302.20461 + } +} +dps_results: { + key: "TestAffliction-AllItems-SealoftheSevenSigns-77969" + value: { + dps: 37176.66356 + tps: 26096.98817 + } +} +dps_results: { + key: "TestAffliction-AllItems-SealoftheSevenSigns-77989" + value: { + dps: 37703.43715 + tps: 26402.26012 + } +} dps_results: { key: "TestAffliction-AllItems-ShadowflameRegalia" value: { diff --git a/sim/warlock/demonology/TestDemonology.results b/sim/warlock/demonology/TestDemonology.results index 7076d5b922..1de8d7e029 100644 --- a/sim/warlock/demonology/TestDemonology.results +++ b/sim/warlock/demonology/TestDemonology.results @@ -1368,6 +1368,27 @@ dps_results: { tps: 19182.90596 } } +dps_results: { + key: "TestDemonology-AllItems-SealoftheSevenSigns-77204" + value: { + dps: 38378.61907 + tps: 19544.55526 + } +} +dps_results: { + key: "TestDemonology-AllItems-SealoftheSevenSigns-77969" + value: { + dps: 38179.6611 + tps: 19472.73302 + } +} +dps_results: { + key: "TestDemonology-AllItems-SealoftheSevenSigns-77989" + value: { + dps: 38585.30327 + tps: 19657.69944 + } +} dps_results: { key: "TestDemonology-AllItems-ShadowflameRegalia" value: { diff --git a/sim/warlock/destruction/TestDestruction.results b/sim/warlock/destruction/TestDestruction.results index d8b6dc30e3..ded62a81f6 100644 --- a/sim/warlock/destruction/TestDestruction.results +++ b/sim/warlock/destruction/TestDestruction.results @@ -1368,6 +1368,27 @@ dps_results: { tps: 23034.23929 } } +dps_results: { + key: "TestDestruction-AllItems-SealoftheSevenSigns-77204" + value: { + dps: 39639.84039 + tps: 23468.41879 + } +} +dps_results: { + key: "TestDestruction-AllItems-SealoftheSevenSigns-77969" + value: { + dps: 39461.98139 + tps: 23366.06473 + } +} +dps_results: { + key: "TestDestruction-AllItems-SealoftheSevenSigns-77989" + value: { + dps: 39836.55782 + tps: 23589.99978 + } +} dps_results: { key: "TestDestruction-AllItems-ShadowflameRegalia" value: { diff --git a/sim/warrior/arms/TestArms.results b/sim/warrior/arms/TestArms.results index 37bc4f2b17..c9231f975d 100644 --- a/sim/warrior/arms/TestArms.results +++ b/sim/warrior/arms/TestArms.results @@ -1452,6 +1452,27 @@ dps_results: { tps: 20907.25644 } } +dps_results: { + key: "TestArms-AllItems-SealoftheSevenSigns-77204" + value: { + dps: 31349.59001 + tps: 20942.45779 + } +} +dps_results: { + key: "TestArms-AllItems-SealoftheSevenSigns-77969" + value: { + dps: 31349.59001 + tps: 20942.45779 + } +} +dps_results: { + key: "TestArms-AllItems-SealoftheSevenSigns-77989" + value: { + dps: 31349.59001 + tps: 20942.45779 + } +} dps_results: { key: "TestArms-AllItems-Shadowmourne-49623" value: { diff --git a/sim/warrior/fury/TestFury.results b/sim/warrior/fury/TestFury.results index 8cfa99046f..b35d97c0bb 100644 --- a/sim/warrior/fury/TestFury.results +++ b/sim/warrior/fury/TestFury.results @@ -1494,6 +1494,27 @@ dps_results: { tps: 23785.19572 } } +dps_results: { + key: "TestFury-AllItems-SealoftheSevenSigns-77204" + value: { + dps: 28663.09175 + tps: 23757.76147 + } +} +dps_results: { + key: "TestFury-AllItems-SealoftheSevenSigns-77969" + value: { + dps: 28663.09175 + tps: 23757.76147 + } +} +dps_results: { + key: "TestFury-AllItems-SealoftheSevenSigns-77989" + value: { + dps: 28663.09175 + tps: 23757.76147 + } +} dps_results: { key: "TestFury-AllItems-Shadowmourne-49623" value: { diff --git a/sim/warrior/protection/TestProtectionWarrior.results b/sim/warrior/protection/TestProtectionWarrior.results index 8281c4789c..efbcaa8269 100644 --- a/sim/warrior/protection/TestProtectionWarrior.results +++ b/sim/warrior/protection/TestProtectionWarrior.results @@ -1477,6 +1477,27 @@ dps_results: { tps: 27959.98603 } } +dps_results: { + key: "TestProtectionWarrior-AllItems-SealoftheSevenSigns-77204" + value: { + dps: 4560.8072 + tps: 27959.98603 + } +} +dps_results: { + key: "TestProtectionWarrior-AllItems-SealoftheSevenSigns-77969" + value: { + dps: 4560.8072 + tps: 27959.98603 + } +} +dps_results: { + key: "TestProtectionWarrior-AllItems-SealoftheSevenSigns-77989" + value: { + dps: 4560.8072 + tps: 27959.98603 + } +} dps_results: { key: "TestProtectionWarrior-AllItems-ShardofWoe-60233" value: {