Skip to content

Commit

Permalink
Add MAX_DAMAGE for ruRU wands (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
raethkcj committed Sep 20, 2022
1 parent 0586ad9 commit c658369
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/StatLogic/locales/ruRU.lua
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ L["PreScanPatterns"] = {
["Reinforced %(%+(%d+) Armor%)"] = "ARMOR_BONUS",
["Восполнение (%d+) ед. маны за 5 сек%.$"] = "MANA_REG",
["^Урон: %+?%d+%-(%d+)$"] = "MAX_DAMAGE",
["^%d+ %- (%d+) ед%. урона от .-$"] = "MAX_DAMAGE", -- Wands: "123 - 321 ед. урона от светлой магии"
["^%(([%d%.]+) ед. урона в секунду%)$"] = "DPS",
-- Exclude
["^(%d+) Slot"] = false, -- Set Name (0/9)
Expand Down

0 comments on commit c658369

Please sign in to comment.