Skip to content

Commit

Permalink
Add comments for alternate weapon damage display
Browse files Browse the repository at this point in the history
Not implemented.
  • Loading branch information
Anonomit committed Jun 22, 2022
1 parent f0c23f2 commit ce65c52
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Locale/enUs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -196,10 +196,12 @@ L[#L].MAP = {
{
INPUT = "^(%d+) %- (%d+)%s+Damage",
OUTPUT = function(min, max) return ("%d - %d (%d) Damage"):format(min, max, Data:Round((min + max)/2, 0)) end,
-- OUTPUT = function(min, max) return ("%d - %d - %d Damage"):format(min, Data:Round((min + max)/2, 0), max) end,
},
}
L[#L].CAPTURES = {
"%d+ %- %d+ %(%d+%) Damage",
-- "%d+ %- %d+ %- %d+ Damage",
}

for i, element in pairs(Data:GetElements()) do
Expand Down

0 comments on commit ce65c52

Please sign in to comment.