Skip to content

Commit

Permalink
fix wording (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nostrademous authored Dec 21, 2024
1 parent 79083e8 commit 005d6c3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/Modules/ModParser.lua
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ local formList = {
["penetrates? (%d+)%%"] = "PEN",
["penetrates (%d+)%% of"] = "PEN",
["penetrates (%d+)%% of enemy"] = "PEN",
["^([%d%.]+) (.+) regenerated per second"] = "REGENFLAT",
["^([%d%.]+)%% (.+) regenerated per second"] = "REGENPERCENT",
["^([%d%.]+)%% of (.+) regenerated per second"] = "REGENPERCENT",
["^([%d%.]+) (.+) regeneration per second"] = "REGENFLAT",
["^([%d%.]+)%% (.+) regeneration per second"] = "REGENPERCENT",
["^([%d%.]+)%% of (.+) regeneration per second"] = "REGENPERCENT",
["^regenerate ([%d%.]+) (.-) per second"] = "REGENFLAT",
["^regenerate ([%d%.]+)%% (.-) per second"] = "REGENPERCENT",
["^regenerate ([%d%.]+)%% of (.-) per second"] = "REGENPERCENT",
Expand Down Expand Up @@ -160,6 +160,7 @@ local modNameList = {
-- Life/mana
["life"] = "Life",
["maximum life"] = "Life",
["life regeneration"] = "LifeRegen",
["life regeneration rate"] = "LifeRegen",
["mana"] = "Mana",
["maximum mana"] = "Mana",
Expand Down

0 comments on commit 005d6c3

Please sign in to comment.