Skip to content

Commit

Permalink
Add comment about ignored breakdown patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
raethkcj committed Dec 6, 2022
1 parent 6809173 commit 8d0f8b8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions locales/ruRU.lua
Original file line number Diff line number Diff line change
Expand Up @@ -676,12 +676,16 @@ L["statList"] = {
{pattern = "силы атаки", id = ATTACK_POWER},
{pattern = "силы вашей атаки", id = ATTACK_POWER},
{pattern = "к силе атаки", id = ATTACK_POWER},

-- Resistance and Spell Damage aren't used for breakdowns,
-- but are needed to prevent false matches of other stats
{pattern = "силам природы", id = NATURE_RES},
{pattern = "сила заклинаний", id = SPELL_DMG},
{pattern = "сила ваших заклинаний", id = SPELL_DMG},
{pattern = "силу заклинаний", id = SPELL_DMG},
{pattern = "силы заклинаний", id = SPELL_DMG},
{pattern = "к силе заклинаний", id = SPELL_DMG},

{pattern = "рейтинг пробивания брони", id = CR_ARMOR_PENETRATION},
{pattern = "рейтингу пробивания брони", id = CR_ARMOR_PENETRATION},
{pattern = "рейтинга пробивания брони", id = CR_ARMOR_PENETRATION},
Expand Down

0 comments on commit 8d0f8b8

Please sign in to comment.