Skip to content

Commit

Permalink
show more buff/debuff options
Browse files Browse the repository at this point in the history
  • Loading branch information
kayla-glick committed Dec 31, 2024
1 parent 6da701c commit 9ad0951
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 26 deletions.
14 changes: 7 additions & 7 deletions ui/core/components/inputs/buffs_debuffs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1128,7 +1128,7 @@ export const MISC_BUFFS_CONFIG = [
{
config: PowerInfusion,
picker: IconPicker,
stats: [Stat.StatMP5, Stat.StatSpellPower],
stats: [],
},
{
config: BattleSquawkBuff,
Expand Down Expand Up @@ -1275,7 +1275,7 @@ export const DEBUFFS_CONFIG = [
{
config: SpellScorchDebuff,
picker: IconPicker,
stats: [Stat.StatFirePower],
stats: [],
},
{
config: SpellWintersChillDebuff,
Expand All @@ -1285,7 +1285,7 @@ export const DEBUFFS_CONFIG = [
{
config: NatureSpellDamageDebuff,
picker: MultiIconPicker,
stats: [Stat.StatNaturePower, Stat.StatArcanePower],
stats: [],
},
{
config: SpellShadowWeavingDebuff,
Expand All @@ -1295,12 +1295,12 @@ export const DEBUFFS_CONFIG = [
{
config: WarlockCursesConfig,
picker: MultiIconPicker,
stats: [Stat.StatSpellPower],
stats: [],
},
{
config: OccultPoison,
picker: IconPicker,
stats: [Stat.StatSpellPower],
stats: [],
},

// Defensive
Expand Down Expand Up @@ -1353,12 +1353,12 @@ export const MISC_DEBUFFS_CONFIG = [
{
config: MekkatorqueFistDebuff,
picker: IconPicker,
stats: [Stat.StatSpellPower],
stats: [],
},
{
config: SerpentsStrikerFistDebuff,
picker: IconPicker,
stats: [Stat.StatNaturePower, Stat.StatHolyPower],
stats: [],
},
{
config: CurseOfVulnerability,
Expand Down
2 changes: 1 addition & 1 deletion ui/hunter/sim.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ const SPEC_CONFIG = registerSpecConfig(Spec.SpecHunter, {
rotationInputs: HunterInputs.HunterRotationConfig,
petConsumeInputs: [ConsumablesInputs.PetAttackPowerConsumable, ConsumablesInputs.PetAgilityConsumable, ConsumablesInputs.PetStrengthConsumable],
// Buff and Debuff inputs to include/exclude, overriding the EP-based defaults.
includeBuffDebuffInputs: [ConsumablesInputs.DragonBreathChili, BuffDebuffInputs.SpellScorchDebuff, BuffDebuffInputs.StaminaBuff],
includeBuffDebuffInputs: [BuffDebuffInputs.StaminaBuff],
excludeBuffDebuffInputs: [],
// Inputs to include in the 'Other' section on the settings tab.
otherInputs: {
Expand Down
5 changes: 1 addition & 4 deletions ui/protection_paladin/sim.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,7 @@ const SPEC_CONFIG = registerSpecConfig(Spec.SpecProtectionPaladin, {
],
// Buff and Debuff inputs to include/exclude, overriding the EP-based defaults.

includeBuffDebuffInputs: [
BuffDebuffInputs.SpellScorchDebuff,
BuffDebuffInputs.NatureSpellDamageDebuff],

includeBuffDebuffInputs: [],
excludeBuffDebuffInputs: [],
// Inputs to include in the 'Other' section on the settings tab.
otherInputs: {
Expand Down
5 changes: 1 addition & 4 deletions ui/retribution_paladin/sim.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,7 @@ const SPEC_CONFIG = registerSpecConfig(Spec.SpecRetributionPaladin, {
// IconInputs to include in the 'Player' section on the settings tab.
playerIconInputs: [RetributionPaladinInputs.PrimarySealSelection, RetributionPaladinInputs.AuraSelection],
// Buff and Debuff inputs to include/exclude, overriding the EP-based defaults.
includeBuffDebuffInputs: [
BuffDebuffInputs.SpellScorchDebuff,
BuffDebuffInputs.NatureSpellDamageDebuff],

includeBuffDebuffInputs: [],
excludeBuffDebuffInputs: [],
// Inputs to include in the 'Other' section on the settings tab.
otherInputs: {
Expand Down
4 changes: 0 additions & 4 deletions ui/rogue/sim.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,6 @@ const SPEC_CONFIG = registerSpecConfig(Spec.SpecRogue, {
includeBuffDebuffInputs: [
BuffDebuffInputs.SpellCritBuff,
BuffDebuffInputs.SpellShadowWeavingDebuff,
BuffDebuffInputs.NatureSpellDamageDebuff,
BuffDebuffInputs.MekkatorqueFistDebuff,
BuffDebuffInputs.SpellScorchDebuff,
BuffDebuffInputs.PowerInfusion,
],
excludeBuffDebuffInputs: [],
// Inputs to include in the 'Other' section on the settings tab.
Expand Down
4 changes: 0 additions & 4 deletions ui/tank_rogue/sim.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,6 @@ const SPEC_CONFIG = registerSpecConfig(Spec.SpecTankRogue, {
includeBuffDebuffInputs: [
BuffDebuffInputs.SpellCritBuff,
BuffDebuffInputs.SpellShadowWeavingDebuff,
BuffDebuffInputs.NatureSpellDamageDebuff,
BuffDebuffInputs.MekkatorqueFistDebuff,
BuffDebuffInputs.SpellScorchDebuff,
BuffDebuffInputs.PowerInfusion,
],
excludeBuffDebuffInputs: [],
otherInputs: {
Expand Down
2 changes: 1 addition & 1 deletion ui/tank_warrior/sim.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ const SPEC_CONFIG = registerSpecConfig(Spec.SpecTankWarrior, {
// IconInputs to include in the 'Player' section on the settings tab.
playerIconInputs: [WarriorInputs.ShoutPicker<Spec.SpecTankWarrior>(), WarriorInputs.StancePicker<Spec.SpecTankWarrior>()],
// Buff and Debuff inputs to include/exclude, overriding the EP-based defaults.
includeBuffDebuffInputs: [BuffDebuffInputs.SpellScorchDebuff],
includeBuffDebuffInputs: [],
excludeBuffDebuffInputs: [],
// Inputs to include in the 'Other' section on the settings tab.
otherInputs: {
Expand Down
2 changes: 1 addition & 1 deletion ui/warrior/sim.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ const SPEC_CONFIG = registerSpecConfig(Spec.SpecWarrior, {
// IconInputs to include in the 'Player' section on the settings tab.
playerIconInputs: [WarriorInputs.ShoutPicker<Spec.SpecWarrior>(), WarriorInputs.StancePicker<Spec.SpecWarrior>()],
// Buff and Debuff inputs to include/exclude, overriding the EP-based defaults.
includeBuffDebuffInputs: [BuffDebuffInputs.SpellScorchDebuff],
includeBuffDebuffInputs: [],
excludeBuffDebuffInputs: [],
// Inputs to include in the 'Other' section on the settings tab.
otherInputs: {
Expand Down

0 comments on commit 9ad0951

Please sign in to comment.