Skip to content

Commit

Permalink
Update dropdowns with groupings
Browse files Browse the repository at this point in the history
  • Loading branch information
MysticalOS committed Jan 8, 2024
1 parent d5a2959 commit 6950770
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 12 deletions.
3 changes: 1 addition & 2 deletions DBM-Raids-BfA/BattleofDazaralor/Jaina.lua
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,7 @@ mod:AddRangeFrameOption(10, 289379)
mod:AddInfoFrameOption(287993, true, 2)
mod:AddBoolOption("ShowOnlySummary2", true, "misc")
mod:AddBoolOption("SetWeather", true)
mod:AddMiscLine(DBM_CORE_L.OPTION_CATEGORY_DROPDOWNS)
mod:AddDropdownOption("InterruptBehavior", {"Three", "Four", "Five"}, "Three", "misc")
mod:AddDropdownOption("InterruptBehavior", {"Three", "Four", "Five"}, "Three", "misc", nil, 290084)

mod.vb.corsairCount = 0
mod.vb.imageCount = 0
Expand Down
3 changes: 1 addition & 2 deletions DBM-Raids-BfA/CrucibleofStorms/Uunat.lua
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,7 @@ mod:AddNamePlateOption("NPAuraOnFeed", 285307)
mod:AddNamePlateOption("NPAuraOnRegen", 285333)
mod:AddSetIconOption("SetIconOnAdds", "ej19118", true, true, {1, 2, 4})
mod:AddSetIconOption("SetIconOnRelics", "ej18970", true, false, {1, 3, 5, 6, 7})--only up to 3 are used, but it depends on what user sets UnstableBehavior2 to. 1 and 7 are not included in the default used by DBM/BW (SetTwo)
mod:AddMiscLine(DBM_CORE_L.OPTION_CATEGORY_DROPDOWNS)
mod:AddDropdownOption("UnstableBehavior2", {"SetOne", "SetTwo", "SetThree", "SetFour", "SetFive", "SetSix"}, "SetTwo", "misc")--SetTwo is BW default (BW default used to be SetOne)
mod:AddDropdownOption("UnstableBehavior2", {"SetOne", "SetTwo", "SetThree", "SetFour", "SetFive", "SetSix"}, "SetTwo", "misc", nil, 293653)--SetTwo is BW default (BW default used to be SetOne)

mod.vb.touchCount = 0
mod.vb.resonCount = 0
Expand Down
3 changes: 1 addition & 2 deletions DBM-Raids-BfA/Nyalotha/DarkInquisitorXanesh.lua
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ local berserkTimer = mod:NewBerserkTimer(600)
mod:AddInfoFrameOption(312406, true)
mod:AddSetIconOption("SetIconOnVoidWoken2", 312406, false, false, {1, 2, 3})
mod:AddSetIconOption("SetIconOnAdds", "ej21227", true, true, {4, 5, 6, 7, 8})
mod:AddMiscLine(DBM_CORE_L.OPTION_CATEGORY_DROPDOWNS)
mod:AddDropdownOption("InterruptBehavior", {"Four", "Five", "Six", "NoReset"}, "Four", "misc")
mod:AddDropdownOption("InterruptBehavior", {"Four", "Five", "Six", "NoReset"}, "Four", "misc", nil, 316211)

mod.vb.ritualCount = 0
mod.vb.obeliskCount = 0
Expand Down
3 changes: 1 addition & 2 deletions DBM-Raids-BfA/Nyalotha/IlgynothCorruptionReborn.lua
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@ local berserkTimer = mod:NewBerserkTimer(600)
mod:AddRangeFrameOption(11, 311159)
mod:AddSetIconOption("SetIconOnCusedBlood", 313759, false, false, {1, 2, 3, 4, 5, 6, 7, 8})
mod:AddBoolOption("SetIconOnlyOnce", true)--If disabled, as long as living oozes are up, the skull will bounce around to lowest health mob continually, which is likely not desired by most, thus this defaulted on
mod:AddMiscLine(DBM_CORE_L.OPTION_CATEGORY_DROPDOWNS)
mod:AddDropdownOption("InterruptBehavior", {"Two", "Three", "Four", "Five"}, "Two", "misc")
mod:AddDropdownOption("InterruptBehavior", {"Two", "Three", "Four", "Five"}, "Two", "misc", nil, 310788)

mod.vb.TouchofCorruptorIcon = 1
mod.vb.IchorCount = 0
Expand Down
3 changes: 1 addition & 2 deletions DBM-Raids-BfA/Nyalotha/NZothTheCorruptor.lua
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,7 @@ local timerAnnihilateCD = mod:NewNextCountTimer(22.9, 318459, nil, nil, nil
local timerCleansingProtocolCD = mod:NewNextCountTimer(16, 316970, nil, nil, nil, 5)
local timerCleansingProtocol = mod:NewCastTimer(8, 316970, nil, nil, nil, 2)

mod:AddMiscLine(DBM_CORE_L.OPTION_CATEGORY_DROPDOWNS)
mod:AddDropdownOption("InterruptBehavior", {"Four", "Five", "Six", "NoReset"}, "Five", "misc")
mod:AddDropdownOption("InterruptBehavior", {"Four", "Five", "Six", "NoReset"}, "Five", "misc", nil, 316711)

mod.vb.BasherCount = 0
mod.vb.egoCount = 0
Expand Down
3 changes: 1 addition & 2 deletions DBM-Raids-BfA/Uldir/Zul.lua
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,7 @@ mod:AddNamePlateOption("NPAuraOnEngorgedBurst2", 276299, false)
mod:AddNamePlateOption("NPAuraOnDecayingFlesh", 276434)
mod:AddSetIconOption("SetIconOnDecay", 276434, true, true, {8})
mod:AddSetIconOption("SetIconDarkRev", 273365, true, false, {1, 2})
mod:AddMiscLine(DBM_CORE_L.OPTION_CATEGORY_DROPDOWNS)
mod:AddDropdownOption("TauntBehavior", {"TwoHardThreeEasy", "TwoAlways", "ThreeAlways"}, "TwoHardThreeEasy", "misc")
mod:AddDropdownOption("TauntBehavior", {"TwoHardThreeEasy", "TwoAlways", "ThreeAlways"}, "TwoHardThreeEasy", "misc", nil, 274358)

mod.vb.darkRevCount = 0
mod.vb.poolCount = 0
Expand Down

0 comments on commit 6950770

Please sign in to comment.