Skip to content

Commit

Permalink
add enhancement p3 presets
Browse files Browse the repository at this point in the history
  • Loading branch information
kayla-glick committed Aug 20, 2023
1 parent 805a546 commit 69d8981
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 0 deletions.
49 changes: 49 additions & 0 deletions ui/enhancement_shaman/presets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -223,3 +223,52 @@ export const P2_PRESET_WF = {
]
}`),
};

export const P3_PRESET_ALLIANCE = {
name: 'P3 Preset Alliance',
tooltip: Tooltips.BASIC_BIS_DISCLAIMER,
gear: EquipmentSpec.fromJsonString(`{ "items": [
{"id":48353,"enchant":3817,"gems":[41398,40128]},
{"id":47060,"gems":[40159]},
{"id":48351,"enchant":3808,"gems":[40128]},
{"id":47552,"enchant":3722,"gems":[40159]},
{"id":46965,"enchant":3832,"gems":[40159,49110,40128]},
{"id":47916,"enchant":3845,"gems":[40159,0]},
{"id":48354,"enchant":3604,"gems":[40128,0]},
{"id":47112,"enchant":3599,"gems":[40128,40159,40128]},
{"id":48352,"enchant":3823,"gems":[40128,40128]},
{"id":47099,"enchant":3606,"gems":[40128,40128]},
{"id":46046,"gems":[40128]},
{"id":47075,"gems":[40128]},
{"id":47188},
{"id":45609},
{"id":47206,"enchant":3789},
{"id":47156,"enchant":3789,"gems":[40128]},
{"id":47666}
]}`),
}


export const P3_PRESET_HORDE = {
name: 'P3 Preset Horde',
tooltip: Tooltips.BASIC_BIS_DISCLAIMER,
gear: EquipmentSpec.fromJsonString(`{ "items": [
{"id":48358,"enchant":3817,"gems":[41398,40128]},
{"id":47433,"gems":[40159]},
{"id":48360,"enchant":3808,"gems":[40128]},
{"id":47551,"enchant":3722,"gems":[40159]},
{"id":47412,"enchant":3832,"gems":[40159,49110,40128]},
{"id":47989,"enchant":3845,"gems":[40159,0]},
{"id":48357,"enchant":3604,"gems":[40128,0]},
{"id":47460,"enchant":3599,"gems":[40128,40159,40128]},
{"id":48359,"enchant":3823,"gems":[40128,40128]},
{"id":47456,"enchant":3606,"gems":[40128,40128]},
{"id":46046,"gems":[40128]},
{"id":47443,"gems":[40128]},
{"id":47477},
{"id":45609},
{"id":47483,"enchant":3789},
{"id":47475,"enchant":3789,"gems":[40128]},
{"id":47666}
]}`),
}
2 changes: 2 additions & 0 deletions ui/enhancement_shaman/sim.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@ export class EnhancementShamanSimUI extends IndividualSimUI<Spec.SpecEnhancement
Presets.P1_PRESET,
Presets.P2_PRESET_FT,
Presets.P2_PRESET_WF,
Presets.P3_PRESET_ALLIANCE,
Presets.P3_PRESET_HORDE,
],
},
});
Expand Down

0 comments on commit 69d8981

Please sign in to comment.