Skip to content

Commit 53b40a8

Browse files
committed
Minor BDK, Monk MW updates
1 parent 4c69c0a commit 53b40a8

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

Diff for: Rotations/Death Knight/Blood/BrewBloodKnightSC.lua

+2-3
Original file line numberDiff line numberDiff line change
@@ -234,9 +234,8 @@ local function runeTimeUntil(rCount)
234234
end
235235
return maxTime
236236
end
237-
local function boolNumeric(value)
238-
return value and 1 or 0
239-
end
237+
238+
240239
--------------------
241240
--- Action Lists --- -- All Action List functions from SimC (or other rotation logic) here, some common ones provided
242241
--------------------

Diff for: Rotations/Monk/MistWeaver/BrewMistweaver.lua

+4
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ local text = {
104104
},
105105
consumables = {
106106
consumeOnlyInDungeon = colors.green.."Use Consumables only in Dungeon/Raid",
107+
onlyUseCombatPotOnBoss = colors.green.."Only use combat Potions on Boss",
107108
}
108109
}
109110
local text2 = {
@@ -443,6 +444,9 @@ local function createOptions()
443444
br.ui:createCheckbox(section, text.consumables.consumeOnlyInDungeon)
444445
br.player.module.ImbueUp(section)
445446
br.player.module.PhialUp(section)
447+
br.player.module.CombatPotionUp(section)
448+
br.ui:createCheckbox(section,text.consumables.onlyUseCombatPotOnBoss)
449+
br.player.module.BasicHealing(section)
446450
br.ui:checkSectionState(section)
447451
end
448452
optionTable = {

Diff for: System/Lists/Spells.lua

+9
Original file line numberDiff line numberDiff line change
@@ -2504,6 +2504,7 @@ br.lists.spells = {
25042504
bonedustBrew = 325216,
25052505
teachingsOfTheMonastery = 202090,
25062506
jadefireStomp = 388193,
2507+
25072508

25082509
},
25092510
debuffs = {
@@ -2531,6 +2532,10 @@ br.lists.spells = {
25312532
skyreach = 392991,
25322533
skytouch = 405044,
25332534
detox = 218164,
2535+
jadeFireHarmony = 391412,
2536+
bonedustBrew = 386276,
2537+
stormEarthAndFire = 137639,
2538+
25342539
},
25352540
traits = {
25362541
gloryOfTheDawn = 288634,
@@ -2571,6 +2576,9 @@ br.lists.spells = {
25712576
prideful = 340880,
25722577
vivaciousVivification = 392883,
25732578
powerStrikes = 129914, --bonus chi proc buff
2579+
hitCombo = 196741,
2580+
kicksOfFlowingMomentum = 394944,
2581+
blackoutReinforcement = 424454,
25742582
},
25752583
conduits = {
25762584
calculatedStrikes = 336526,
@@ -4833,6 +4841,7 @@ br.lists.spells = {
48334841
phialOfGlacialFury = 373257,
48344842
phialOfTepidVersatility = 371172,
48354843
icedPhialOfCorruptingRage = 374000,
4844+
domineeringArrogance = 411661,
48364845

48374846
},
48384847
--TODO Add to API

0 commit comments

Comments
 (0)