File tree 3 files changed +15
-3
lines changed
3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -234,9 +234,8 @@ local function runeTimeUntil(rCount)
234
234
end
235
235
return maxTime
236
236
end
237
- local function boolNumeric (value )
238
- return value and 1 or 0
239
- end
237
+
238
+
240
239
---- ----------------
241
240
--- Action Lists --- -- All Action List functions from SimC (or other rotation logic) here, some common ones provided
242
241
---- ----------------
Original file line number Diff line number Diff line change @@ -104,6 +104,7 @@ local text = {
104
104
},
105
105
consumables = {
106
106
consumeOnlyInDungeon = colors .green .. " Use Consumables only in Dungeon/Raid" ,
107
+ onlyUseCombatPotOnBoss = colors .green .. " Only use combat Potions on Boss" ,
107
108
}
108
109
}
109
110
local text2 = {
@@ -443,6 +444,9 @@ local function createOptions()
443
444
br .ui :createCheckbox (section , text .consumables .consumeOnlyInDungeon )
444
445
br .player .module .ImbueUp (section )
445
446
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 )
446
450
br .ui :checkSectionState (section )
447
451
end
448
452
optionTable = {
Original file line number Diff line number Diff line change @@ -2504,6 +2504,7 @@ br.lists.spells = {
2504
2504
bonedustBrew = 325216 ,
2505
2505
teachingsOfTheMonastery = 202090 ,
2506
2506
jadefireStomp = 388193 ,
2507
+
2507
2508
2508
2509
},
2509
2510
debuffs = {
@@ -2531,6 +2532,10 @@ br.lists.spells = {
2531
2532
skyreach = 392991 ,
2532
2533
skytouch = 405044 ,
2533
2534
detox = 218164 ,
2535
+ jadeFireHarmony = 391412 ,
2536
+ bonedustBrew = 386276 ,
2537
+ stormEarthAndFire = 137639 ,
2538
+
2534
2539
},
2535
2540
traits = {
2536
2541
gloryOfTheDawn = 288634 ,
@@ -2571,6 +2576,9 @@ br.lists.spells = {
2571
2576
prideful = 340880 ,
2572
2577
vivaciousVivification = 392883 ,
2573
2578
powerStrikes = 129914 , -- bonus chi proc buff
2579
+ hitCombo = 196741 ,
2580
+ kicksOfFlowingMomentum = 394944 ,
2581
+ blackoutReinforcement = 424454 ,
2574
2582
},
2575
2583
conduits = {
2576
2584
calculatedStrikes = 336526 ,
@@ -4833,6 +4841,7 @@ br.lists.spells = {
4833
4841
phialOfGlacialFury = 373257 ,
4834
4842
phialOfTepidVersatility = 371172 ,
4835
4843
icedPhialOfCorruptingRage = 374000 ,
4844
+ domineeringArrogance = 411661 ,
4836
4845
4837
4846
},
4838
4847
-- TODO Add to API
You can’t perform that action at this time.
0 commit comments