Skip to content

Commit

Permalink
small ele p1/2 preset updates, a few debuff updates for ele
Browse files Browse the repository at this point in the history
  • Loading branch information
kayla-glick committed Jan 14, 2025
1 parent 84a4d8e commit 4c298c3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion ui/elemental_shaman/gear_sets/phase_1.gear.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"items": [
{"id":15439,"randomSuffix":2017,"enchant":1509},
{"id":15684,"randomSuffix":2017,"enchant":1509},
{"id":18814},
{"id":18829},
{"id":10267,"randomSuffix":2003,"enchant":256},
Expand Down
4 changes: 2 additions & 2 deletions ui/elemental_shaman/gear_sets/phase_2.gear.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"items": [
{"id":15439,"randomSuffix":2017,"enchant":1509},
{"id":15684,"randomSuffix":2017,"enchant":2544},
{"id":18814},
{"id":18829},
{"id":10267,"randomSuffix":2003,"enchant":256},
{"id":19145,"enchant":1891},
{"id":19595,"enchant":1883},
{"id":13253},
{"id":19136},
{"id":16946,"enchant":1509},
{"id":16946,"enchant":2544},
{"id":19131,"enchant":911},
{"id":19147},
{"id":19147},
Expand Down
6 changes: 2 additions & 4 deletions ui/elemental_shaman/presets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ export const DefaultRaidBuffs = RaidBuffs.create({
giftOfTheWild: TristateEffect.TristateEffectImproved,
manaSpringTotem: TristateEffect.TristateEffectRegular,
moonkinAura: true,
strengthOfEarthTotem: TristateEffect.TristateEffectImproved,
});

export const DefaultIndividualBuffs = IndividualBuffs.create({
Expand All @@ -132,11 +131,10 @@ export const DefaultIndividualBuffs = IndividualBuffs.create({
});

export const DefaultDebuffs = Debuffs.create({
curseOfRecklessness: true,
faerieFire: true,
curseOfElements: true,
improvedScorch: true,
stormstrike: true,
sunderArmor: true,
wintersChill: true,
});

export const OtherDefaults = {
Expand Down
5 changes: 4 additions & 1 deletion ui/elemental_shaman/sim.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,10 @@ const SPEC_CONFIG = registerSpecConfig(Spec.SpecElementalShaman, {
// IconInputs to include in the 'Player' section on the settings tab.
playerIconInputs: [],
// Buff and Debuff inputs to include/exclude, overriding the EP-based defaults.
includeBuffDebuffInputs: [],
includeBuffDebuffInputs: [
BuffDebuffInputs.SpellWintersChillDebuff,
BuffDebuffInputs.WarlockCursesConfig,
],
excludeBuffDebuffInputs: [],
// Inputs to include in the 'Other' section on the settings tab.
otherInputs: {
Expand Down

0 comments on commit 4c298c3

Please sign in to comment.