Skip to content

Commit

Permalink
Add Annihilator ignore patterns (#126 part 3)
Browse files Browse the repository at this point in the history
  • Loading branch information
raethkcj committed Dec 6, 2022
1 parent 1ee4b02 commit 39c3787
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions locales/enUS.lua
Original file line number Diff line number Diff line change
Expand Up @@ -562,6 +562,8 @@ SPELL_STAT5_NAME = "Spirit"
--]]
L["statList"] = {
{pattern = "lowers intellect of target", id = nil}, -- Brain Hacker
{pattern = "reduces an enemy's armor", id = nil}, -- Annihilator

{pattern = string.lower(SPELL_STAT1_NAME), id = SPELL_STAT1_NAME}, -- Strength
{pattern = string.lower(SPELL_STAT2_NAME), id = SPELL_STAT2_NAME}, -- Agility
{pattern = string.lower(SPELL_STAT3_NAME), id = SPELL_STAT3_NAME}, -- Stamina
Expand Down
2 changes: 2 additions & 0 deletions locales/ruRU.lua
Original file line number Diff line number Diff line change
Expand Up @@ -669,6 +669,8 @@ SPELL_STAT5_NAME = "Spirit"
--

L["statList"] = {
{pattern = "ослабление брони противника", id = nil}, -- Annihilator

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

0 comments on commit 39c3787

Please sign in to comment.