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
mod("DamageGainAsCold", "BASE", nil, 0, 0, { type = "Condition", var = "DestroyedIceCrystalPast6Seconds" }, { type = "Multiplier", var = "DestroyedIceCrystalLife", div = 2000 }),
Copy file name to clipboardExpand all lines: src/Modules/ConfigOptions.lua
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1172,6 +1172,12 @@ 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)
{ 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)
{ 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