Skip to content

Commit

Permalink
Merge pull request #1057 from hillerstorm/dk_preset_updates
Browse files Browse the repository at this point in the history
[DK] Add P3 Unholy and Masterfrost presets and update APLs
  • Loading branch information
hillerstorm authored Sep 25, 2024
2 parents 93c2302 + 5e11371 commit 3bd1b55
Show file tree
Hide file tree
Showing 14 changed files with 1,945 additions and 1,848 deletions.
2,174 changes: 1,087 additions & 1,087 deletions sim/death_knight/frost/TestFrost.results

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions sim/death_knight/frost/frost_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,27 +18,27 @@ func TestFrost(t *testing.T) {
Race: proto.Race_RaceOrc,
OtherRaces: []proto.Race{proto.Race_RaceHuman},

GearSet: core.GetGearSet("../../../ui/death_knight/frost/gear_sets", "p1.dw"),
Talents: TwoHandTalents,
GearSet: core.GetGearSet("../../../ui/death_knight/frost/gear_sets", "p3.masterfrost"),
Talents: MasterfrostTalents,
OtherTalentSets: []core.TalentsCombo{
{
Label: "TwoHand",
Talents: TwoHandTalents,
Glyphs: FrostDefaultGlyphs,
},
{
Label: "Masterfrost",
Talents: MasterfrostTalents,
Label: "DualWield",
Talents: DualWieldTalents,
Glyphs: FrostDefaultGlyphs,
},
},
Glyphs: FrostDefaultGlyphs,
Consumes: FullConsumes,
SpecOptions: core.SpecOptionsCombo{Label: "Basic", SpecOptions: PlayerOptionsFrost},
Rotation: core.GetAplRotation("../../../ui/death_knight/frost/apls", "dw"),
Rotation: core.GetAplRotation("../../../ui/death_knight/frost/apls", "masterfrost"),
OtherRotations: []core.RotationCombo{
core.GetAplRotation("../../../ui/death_knight/frost/apls", "2h"),
core.GetAplRotation("../../../ui/death_knight/frost/apls", "masterfrost"),
core.GetAplRotation("../../../ui/death_knight/frost/apls", "dw"),
},

ItemFilter: ItemFilter,
Expand Down
Loading

0 comments on commit 3bd1b55

Please sign in to comment.