Skip to content

Commit

Permalink
allow ele to toggle strength of earth + battle shout
Browse files Browse the repository at this point in the history
  • Loading branch information
kayla-glick committed Feb 7, 2024
1 parent 6b816da commit e517202
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ui/elemental_shaman/sim.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import { Stats } from '../core/proto_utils/stats.js';
import { getSpecIcon, specNames } from '../core/proto_utils/utils.js';
import { IndividualSimUI, registerSpecConfig } from '../core/individual_sim_ui.js';

import * as BuffDebuffInputs from '../core/components/inputs/buffs_debuffs';
import * as OtherInputs from '../core/components/other_inputs.js';
import * as Mechanics from '../core/constants/mechanics.js';
// import * as ShamanInputs from './inputs.js';
Expand Down Expand Up @@ -99,6 +100,8 @@ const SPEC_CONFIG = registerSpecConfig(Spec.SpecElementalShaman, {
],
// Buff and Debuff inputs to include/exclude, overriding the EP-based defaults.
includeBuffDebuffInputs: [
BuffDebuffInputs.BattleShoutBuff,
BuffDebuffInputs.StrengthBuffHorde,
],
excludeBuffDebuffInputs: [
],
Expand Down

0 comments on commit e517202

Please sign in to comment.