Skip to content

Commit

Permalink
Add Enlightenment spec
Browse files Browse the repository at this point in the history
  • Loading branch information
kuwarantine committed Oct 17, 2023
1 parent d91067b commit be77630
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
15 changes: 15 additions & 0 deletions ui/shadow_priest/presets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,21 @@ export const StandardTalents = {
}),
};

export const EnlightenmentTalents = {
name: 'Enlightenment',
data: SavedTalents.create({
talentsString: '05032031303005022--3250230012230101231513011',
glyphs: Glyphs.create({
major1: MajorGlyph.GlyphOfShadow,
major2: MajorGlyph.GlyphOfMindFlay,
major3: MajorGlyph.GlyphOfShadowWordDeath,
minor1: MinorGlyph.GlyphOfFortitude,
minor2: MinorGlyph.GlyphOfShadowProtection,
minor3: MinorGlyph.GlyphOfShadowfiend,
}),
}),
};

export const DefaultOptions = Options.create({
useShadowfiend: true,
useMindBlast: true,
Expand Down
1 change: 1 addition & 0 deletions ui/shadow_priest/sim.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ export class ShadowPriestSimUI extends IndividualSimUI<Spec.SpecShadowPriest> {
// Preset talents that the user can quickly select.
talents: [
Presets.StandardTalents,
Presets.EnlightenmentTalents,
],
rotations: [
Presets.ROTATION_PRESET_DEFAULT,
Expand Down

0 comments on commit be77630

Please sign in to comment.