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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1172,10 +1172,10 @@ Huge sets the radius to 11.
1172
1172
{ var="conditionKilledLast3Seconds", type="check", label="Have you Killed in the last 3 Seconds?", ifCond="KilledLast3Seconds", implyCond="KilledRecently", tooltip="This also implies that you have Killed Recently.", apply=function(val, modList, enemyModList)
{ var="conditionDestroyedIceCrystalPast6Seconds", type="check", label="Have you Destroyed an Ice Crystal in the past 6 Seconds?", ifCond="DestroyedIceCrystalPast6Seconds", apply=function(val, modList, enemyModList)
1175
+
{ var="conditionDestroyedIceCrystalPast6Seconds", type="check", label="Destroyed an Ice Crystal in past 6s?", ifCond="DestroyedIceCrystalPast6Seconds", apply=function(val, modList, enemyModList)
{ var="multiplierDestroyedIceCrystalLife", type="count", label="Maximum Life of the Destroyed Ice Crystal:", ifOption="conditionDestroyedIceCrystalPast6Seconds", ifMult="DestroyedIceCrystalLife", tooltip="Enter the maximum Life of the Ice Crystal that granted the current Verglas buff.", apply=function(val, modList, enemyModList)
1178
+
{ var="multiplierDestroyedIceCrystalLife", type="count", label="Ice Crystal Life override:", ifOption="conditionDestroyedIceCrystalPast6Seconds", ifMult="DestroyedIceCrystalLife", tooltip="Automatically uses the highest maximum Life from enabled Ice Crystal skills.\nEnter a value to override it for another Ice Crystal source.", apply=function(val, modList, enemyModList)
{ var="conditionKilledPoisonedLast2Seconds", type="check", label="Killed a poisoned enemy in the last 2 Seconds?", ifCond="KilledPoisonedLast2Seconds", implyCond="KilledRecently", tooltip="This also implies that you have Killed Recently.", apply=function(val, modList, enemyModList)
0 commit comments