Skip to content

Commit eefaf56

Browse files
committed
Add tooltip to clarify distance to enemy units
1 parent d7cda7d commit eefaf56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Modules/ConfigOptions.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1414,7 +1414,7 @@ Huge sets the radius to 11.
14141414
{ var = "skillPierceCount", type = "count", label = "# of times Skill has Pierced:", ifStat = "PiercedCount", ifFlag = "piercing", apply = function(val, modList, enemyModList)
14151415
modList:NewMod("PiercedCount", "BASE", val, "Config", { type = "Condition", var = "Effective" })
14161416
end },
1417-
{ var = "enemyDistance", type = "count", label = "Distance to enemy:", ifTagType = "DistanceRamp" },
1417+
{ var = "enemyDistance", type = "count", label = "Distance to enemy:", tooltip = "10 units equals 1 meter", ifTagType = "DistanceRamp" },
14181418
{ var = "conditionAtCloseRange", type = "check", label = "Is the enemy at Close Range?", ifCond = "AtCloseRange", apply = function(val, modList, enemyModList)
14191419
modList:NewMod("Condition:AtCloseRange", "FLAG", true, "Config", { type = "Condition", var = "Effective" })
14201420
end },

0 commit comments

Comments
 (0)