Skip to content

Commit

Permalink
Update frFR.lua
Browse files Browse the repository at this point in the history
fixed expertise
  • Loading branch information
Hantunaar authored and raethkcj committed Feb 3, 2022
1 parent 6fb1780 commit e35e629
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions libs/StatLogic-1.0/frFR.lua
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,7 @@ L["StatIDLookup"] = {
["le score de la compétence armes de pugilat"] = {"FIST_WEAPON_RATING"},
["le score de compétence combat farouche"] = {"FERAL_WEAPON_RATING"},
["le score de la compétence mains nues"] = {"FIST_WEAPON_RATING"},

["le score d’expertise"] = {"EXPERTISE_RATING"},

--ToDo
Expand Down Expand Up @@ -560,6 +561,9 @@ D["StatIDToName"] = {
["BOW_WEAPON_RATING"] = {"Compétence en Arcs", "Arcs"},
["FERAL_WEAPON_RATING"] = {"Compétence en Combat farouche", "Combat farouche"}, --found Changeforme too
["FIST_WEAPON_RATING"] = {"Compétence en Armes de pugilat", "Armes de pugilat"}, --fist weapon =/= unarmed
["STAFF_WEAPON_RATING"] = {"Compétence en Bâtons", "Compétence en Bâtons"}, -- Leggings of the Fang ID:10410
--["EXPERTISE_RATING"] = {STAT_EXPERTISE.." "..RATING, STAT_EXPERTISE.." "..RATING},
["EXPERTISE_RATING"] = {"Score d'Expertise", "Score d'Expertise"},
--["UNARMED_WEAPON_RATING"] = {"Compétence en Mains nues", "Mains nues"},
--["POLEARMS_WEAPON_RATING"] = {"Compétence en Armes d'hast", "Armes d'hast"}, --may be useless but better have it than not

Expand Down Expand Up @@ -608,6 +612,8 @@ D["StatIDToName"] = {
["BOW_WEAPON"] = {"Compétence en Arcs", "Arcs"},
["FERAL_WEAPON"] = {"Compétence en Combat farouche", "Combat farouche"},
["FIST_WEAPON"] = {"Compétence en Armes de pugilat", "Armes de pugilat"},
--["EXPERTISE"] = {STAT_EXPERTISE, STAT_EXPERTISE},
["EXPERTISE"] = {"Expertise", "Expertise"},
--["UNARMED_WEAPON"] = {"Compétence en Mains nues", "Mains nues"},
--["POLEARMS_WEAPON"] = {"Compétence en Armes d'hast", "Armes d'hast"},

Expand Down

0 comments on commit e35e629

Please sign in to comment.