Skip to content

Commit

Permalink
Add base stats
Browse files Browse the repository at this point in the history
  • Loading branch information
raethkcj committed May 31, 2021
1 parent a76d995 commit 026359d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions libs/StatLogic-1.0/ruRU.lua
Original file line number Diff line number Diff line change
Expand Up @@ -247,11 +247,11 @@ L["StatIDLookup"] = {
["Increases mount speed%"] = {"MOUNT_SPEED"}, -- [Highlander's Plate Greaves] ID: 20048

["All Stats"] = {"STR", "AGI", "STA", "INT", "SPI",},
["Strength"] = {"STR",},
["Agility"] = {"AGI",},
["Stamina"] = {"STA",},
["Intellect"] = {"INT",},
["Spirit"] = {"SPI",},
["к силе"] = {"STR",},
["к ловкости"] = {"AGI",},
["к выносливости"] = {"STA",},
["к интеллекту"] = {"INT",},
["к духу"] = {"SPI",},

["Arcane Resistance"] = {"ARCANE_RES",},
["Fire Resistance"] = {"FIRE_RES",},
Expand Down

0 comments on commit 026359d

Please sign in to comment.