Skip to content

Commit

Permalink
disable ZG buff, Sayges, weapon oils, add frost power oil for ele
Browse files Browse the repository at this point in the history
  • Loading branch information
kayla-glick committed Jan 14, 2025
1 parent 50a2e7d commit b5a3c83
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
9 changes: 6 additions & 3 deletions ui/elemental_shaman/presets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import {
FirePowerBuff,
Flask,
Food,
FrostPowerBuff,
IndividualBuffs,
ManaRegenElixir,
Potions,
Expand Down Expand Up @@ -103,9 +104,11 @@ export const DefaultConsumes = Consumes.create({
defaultConjured: Conjured.ConjuredDemonicRune,
defaultPotion: Potions.MajorManaPotion,
firePowerBuff: FirePowerBuff.ElixirOfGreaterFirepower,
frostPowerBuff: FrostPowerBuff.ElixirOfFrostPower,
flask: Flask.FlaskOfSupremePower,
food: Food.FoodRunnTumTuberSurprise,
mainHandImbue: WeaponImbue.LesserWizardOil,
// Not available until Phase 4
// mainHandImbue: WeaponImbue.BrilliantWizardOil,
manaRegenElixir: ManaRegenElixir.MagebloodPotion,
spellPowerBuff: SpellPowerBuff.GreaterArcaneElixir,
strengthBuff: StrengthBuff.JujuPower,
Expand All @@ -123,10 +126,10 @@ export const DefaultRaidBuffs = RaidBuffs.create({
export const DefaultIndividualBuffs = IndividualBuffs.create({
fengusFerocity: true,
rallyingCryOfTheDragonslayer: true,
saygesFortune: SaygesFortune.SaygesDamage,
// saygesFortune: SaygesFortune.SaygesDamage,
slipkiksSavvy: true,
songflowerSerenade: true,
spiritOfZandalar: false,
// spiritOfZandalar: true,
warchiefsBlessing: true,
});

Expand Down
2 changes: 2 additions & 0 deletions ui/elemental_shaman/sim.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import * as BuffDebuffInputs from '../core/components/inputs/buffs_debuffs';
import * as ConsumesInputs from '../core/components/inputs/consumables';
import * as OtherInputs from '../core/components/other_inputs';
import { Phase } from '../core/constants/other';
import { IndividualSimUI, registerSpecConfig } from '../core/individual_sim_ui';
Expand Down Expand Up @@ -92,6 +93,7 @@ const SPEC_CONFIG = registerSpecConfig(Spec.SpecElementalShaman, {
includeBuffDebuffInputs: [
BuffDebuffInputs.SpellWintersChillDebuff,
BuffDebuffInputs.WarlockCursesConfig,
ConsumesInputs.ElixirOfFrostPower,
],
excludeBuffDebuffInputs: [],
// Inputs to include in the 'Other' section on the settings tab.
Expand Down
4 changes: 2 additions & 2 deletions ui/enhancement_shaman/presets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,10 @@ export const DefaultRaidBuffs = RaidBuffs.create({
export const DefaultIndividualBuffs = IndividualBuffs.create({
fengusFerocity: true,
rallyingCryOfTheDragonslayer: true,
saygesFortune: SaygesFortune.SaygesDamage,
// saygesFortune: SaygesFortune.SaygesDamage,
slipkiksSavvy: true,
songflowerSerenade: true,
spiritOfZandalar: false,
// spiritOfZandalar: true,
warchiefsBlessing: true,
});

Expand Down
4 changes: 2 additions & 2 deletions ui/warden_shaman/presets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,10 @@ export const DefaultIndividualBuffs = IndividualBuffs.create({
fengusFerocity: true,
moldarsMoxie: true,
rallyingCryOfTheDragonslayer: true,
saygesFortune: SaygesFortune.SaygesDamage,
// saygesFortune: SaygesFortune.SaygesDamage,
slipkiksSavvy: true,
songflowerSerenade: true,
spiritOfZandalar: false,
// spiritOfZandalar: true,
warchiefsBlessing: true,
});

Expand Down

0 comments on commit b5a3c83

Please sign in to comment.