You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Modules/ConfigOptions.lua
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -869,7 +869,7 @@ return {
869
869
{ var="conditionKilledPosionedLast2Seconds", type="check", label="Killed a poisoned enemy in the last 2 Seconds?", ifCond="KilledPosionedLast2Seconds", implyCond="KilledRecently", tooltip="This also implies that you have Killed Recently.", apply=function(val, modList, enemyModList)
{ var="conditionKilledTauntedEnemyRecently", type="check", label="Killed a taunted enemey recently?", ifCond="KilledTauntedEnemyRecently", implyCondList= {"KilledRecently", "TauntedEnemyRecently" }, tooltip="This also implies that you have Killed and taunted recently.", apply=function(val, modList, enemyModList)
872
+
{ var="conditionKilledTauntedEnemyRecently", type="check", label="Killed a taunted enemy recently?", ifCond="KilledTauntedEnemyRecently", implyCondList= {"KilledRecently", "TauntedEnemyRecently" }, tooltip="This also implies that you have killed and taunted recently.", apply=function(val, modList, enemyModList)
{ var="conditionTotemsNotSummonedInPastTwoSeconds", type="check", label="No summoned Totems in the past 2 seconds?", ifCond="NoSummonedTotemsInPastTwoSeconds", apply=function(val, modList, enemyModList)
["when you warcry, you and nearby allies gain onslaught for 4 seconds"] = { mod("ExtraAura", "LIST", { mod=flag("Onslaught") }, { type="Condition", var="UsedWarcryRecently" }) },
2621
2621
["warcries grant arcane surge to you and allies, with (%d+)%% increased effect per (%d+) power, up to (%d+)%%"] =function(num, _, div, limit) return {
0 commit comments