Skip to content

Commit

Permalink
Merge branch 'master' of github.com:wow-addon/Broker_CurrencyFlow
Browse files Browse the repository at this point in the history
  • Loading branch information
David Craig committed Apr 6, 2022
2 parents e2e9052 + e0b78ae commit 15f57b2
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
13 changes: 12 additions & 1 deletion Broker_Currencyflow.lua
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@ local currencies = {
-- Shadowlands
["pve"] = {
[1191] = {["type"] = TYPE_CURRENCY, ["name"] = L["NAME_VALOR"]},
[2009] = {["type"] = TYPE_CURRENCY, ["name"] = L["NAME_COSMIC_FLUX"]}, -- Shadowlands Cosmic Flux
[2000] = {["type"] = TYPE_CURRENCY, ["name"] = L["NAME_MOTES_OF_FATE"]}, -- Shadowlands Motes of Fate
[1979] = {["type"] = TYPE_CURRENCY, ["name"] = L["NAME_CYPHERS_FIRST_ONES"]}, -- Shadowlands Cyphers of the First Ones
[1977] = {["type"] = TYPE_CURRENCY, ["name"] = L["NAME_STYGIAN_EMBER"]}, -- Shadowlands Stygian Ember
[1931] = {["type"] = TYPE_CURRENCY, ["name"] = L["NAME_CATALOGED_RESEARCH"]}, -- Shadowlands Cataloged Research
[1906] = {["type"] = TYPE_CURRENCY, ["name"] = L["NAME_SOUL_CINDERS"]}, -- Shadowlands Soul Cinders
[1904] = {["type"] = TYPE_CURRENCY, ["name"] = L["NAME_TOWER_KNOWLEDGE"]}, -- Shadowlands Tower Knowledge
[1754] = {["type"] = TYPE_CURRENCY, ["name"] = L["NAME_ARGENT_COMMENDATION"]}, -- Shadowlands Argent Commendation
[1728] = {["type"] = TYPE_CURRENCY, ["name"] = L["NAME_PHANTASMA"]}, -- Shadowlands Phantasma
[1767] = {["type"] = TYPE_CURRENCY, ["name"] = L["NAME_STYGIA"]}, -- Shadowlands Stygia
[1810] = {["type"] = TYPE_CURRENCY, ["name"] = L["NAME_WILLING_SOUL"]}, -- Shadowlands Willing Soul
Expand All @@ -63,9 +71,12 @@ local currencies = {
[1906] = {["type"] = TYPE_CURRENCY, ["name"] = L["NAME_SOUL_CINDERS"]}, -- Shadowlands Soul Cinders
[1931] = {["type"] = TYPE_CURRENCY, ["name"] = L["NAME_CATALOGED_RESEARCH"]}, -- Shadowlands Cataloged Research
[1977] = {["type"] = TYPE_CURRENCY, ["name"] = L["NAME_STYGIAN_EMBER"]}, -- Shadowlands Stygian Ember
[1885] = {["type"] = TYPE_CURRENCY, ["name"] = L["NAME_GRATEFUL_OFFERING"]}, -- Shadowlands Grateful Offering
[1191] = {["type"] = TYPE_CURRENCY, ["name"] = L["NAME_VALOR"]}, -- Shadowlands Valor
},
["pvp"] = {
[1792] = {["type"] = TYPE_CURRENCY, ["name"] = L["NAME_HONOR"]}, -- Shadowlands Honor
[1792] = {["type"] = TYPE_CURRENCY, ["name"] = L["NAME_HONOR"]}, -- Shadowlands Honor
[1602] = {["type"] = TYPE_CURRENCY, ["name"] = L["NAME_CONQUEST"]}, -- Shadowlands Conquest
}
},
["legacy"] = {
Expand Down
10 changes: 10 additions & 0 deletions Locales/enUS.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,18 @@ L["NAME_SECRETDRAENORLEATHERWORKING"] = "Secret of Draenor Leatherworking"
L["NAME_SECRETDRAENORBLACKSMITHING"] = "Secret of Draenor Blacksmithing"

-- Shadowlands
L["NAME_STYGIAN_EMBER"] = "Stygian Ember"
L["NAME_COSMIC_FLUX"] = "Cosmic Flux"
L["NAME_SOUL_CINDERS"] = "Soul Cinders"
L["NAME_TOWER_KNOWLEDGE"] = "Tower Knowledge"
L["NAME_GRATEFUL_OFFERING"] = "Grateful Offering"
L["NAME_ARGENT_COMMENDATION"] = "Argent Commendation"
L["NAME_CATALOGED_RESEARCH"] = "Cataloged Research"
L["NAME_CYPHERS_FIRST_ONES"] = "Cyphers of the First Ones"
L["NAME_MOTES_OF_FATE"] = "Motes of Fate"
L["NAME_WILLING_SOUL"] = "Willing Soul"
L["NAME_RENOWN"] = "Renown"
L["NAME_CONQUEST"] = "Conquest"
L["NAME_RENOWN_VENTHYR"] = "Renown (Venthyr)"
L["NAME_RENOWN_KYRIAN"] = "Renown (Kyrian)"
L["NAME_RENOWN_NIGHT_FAE"] = "Renown (Night Fae)"
Expand Down

0 comments on commit 15f57b2

Please sign in to comment.