Skip to content

Commit

Permalink
Merge pull request #3206 from where-fore/BFMutiPreset
Browse files Browse the repository at this point in the history
Add Blade Flurry Mutilate Talent Presets
  • Loading branch information
jimmyt857 authored Jun 24, 2023
2 parents 3351270 + 137db62 commit d8ffdb0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions ui/rogue/presets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,18 @@ export const AssassinationTalents182 = {
}),
};

export const AssassinationTalentsBF = {
name: 'Assassination Blade Flurry',
data: SavedTalents.create({
talentsString: '005303104352100520103231-005205005003001-501',
glyphs: Glyphs.create({
major1: RogueMajorGlyph.GlyphOfMutilate,
major2: RogueMajorGlyph.GlyphOfTricksOfTheTrade,
major3: RogueMajorGlyph.GlyphOfBladeFlurry,
})
}),
};

export const SubtletyTalents = {
name: 'Subtlety',
data: SavedTalents.create({
Expand Down
1 change: 1 addition & 0 deletions ui/rogue/sim.ts
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ export class RogueSimUI extends IndividualSimUI<Spec.SpecRogue> {
talents: [
Presets.AssassinationTalents137,
Presets.AssassinationTalents182,
Presets.AssassinationTalentsBF,
Presets.CombatHackTalents,
Presets.CombatCQCTalents,
Presets.SubtletyTalents,
Expand Down

0 comments on commit d8ffdb0

Please sign in to comment.