diff --git a/ui/elemental_shaman/gear_sets/phase_1.gear.json b/ui/elemental_shaman/gear_sets/phase_1.gear.json index 7e22f071f..500ee492d 100644 --- a/ui/elemental_shaman/gear_sets/phase_1.gear.json +++ b/ui/elemental_shaman/gear_sets/phase_1.gear.json @@ -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}, diff --git a/ui/elemental_shaman/gear_sets/phase_2.gear.json b/ui/elemental_shaman/gear_sets/phase_2.gear.json index 042fa1af8..0890a1986 100644 --- a/ui/elemental_shaman/gear_sets/phase_2.gear.json +++ b/ui/elemental_shaman/gear_sets/phase_2.gear.json @@ -1,6 +1,6 @@ { "items": [ - {"id":15439,"randomSuffix":2017,"enchant":1509}, + {"id":15684,"randomSuffix":2017,"enchant":2544}, {"id":18814}, {"id":18829}, {"id":10267,"randomSuffix":2003,"enchant":256}, @@ -8,7 +8,7 @@ {"id":19595,"enchant":1883}, {"id":13253}, {"id":19136}, - {"id":16946,"enchant":1509}, + {"id":16946,"enchant":2544}, {"id":19131,"enchant":911}, {"id":19147}, {"id":19147}, diff --git a/ui/elemental_shaman/presets.ts b/ui/elemental_shaman/presets.ts index b2478f843..35b903c06 100644 --- a/ui/elemental_shaman/presets.ts +++ b/ui/elemental_shaman/presets.ts @@ -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({ @@ -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 = { diff --git a/ui/elemental_shaman/sim.ts b/ui/elemental_shaman/sim.ts index 731fa71c0..69d1d7712 100644 --- a/ui/elemental_shaman/sim.ts +++ b/ui/elemental_shaman/sim.ts @@ -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: {