You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
93 lines
2.0 KiB
93 lines
2.0 KiB
local L
|
|
|
|
------------------------
|
|
-- White Tiger Temple --
|
|
------------------------
|
|
L= DBM:GetModLocalization("d640")
|
|
|
|
L:SetMiscLocalization({
|
|
Endless = "Endless",--Could not find a global for this one.
|
|
ReplyWhisper = "<Deadly Boss Mods> %s is busy in Proving Grounds (Mode: %s Wave: %d)"
|
|
})
|
|
|
|
------------------------
|
|
-- Mage Tower: TANK --
|
|
------------------------
|
|
L = DBM:GetModLocalization("Kruul")
|
|
|
|
L:SetGeneralLocalization({
|
|
name = "The Highlord's Return"
|
|
})
|
|
|
|
------------------------
|
|
-- Mage Tower: Healer --
|
|
------------------------
|
|
L = DBM:GetModLocalization("ArtifactHealer")
|
|
|
|
L:SetGeneralLocalization({
|
|
name = "End of the Risen Threat"
|
|
})
|
|
|
|
------------------------
|
|
-- Mage Tower: DPS --
|
|
------------------------
|
|
L = DBM:GetModLocalization("ArtifactFelTotem")
|
|
|
|
L:SetGeneralLocalization({
|
|
name = "Feltotem's Fall"
|
|
})
|
|
|
|
------------------------
|
|
-- Mage Tower: DPS --
|
|
------------------------
|
|
L = DBM:GetModLocalization("ArtifactImpossibleFoe")
|
|
|
|
L:SetGeneralLocalization({
|
|
name = "An Impossible Foe"
|
|
})
|
|
|
|
L:SetMiscLocalization({
|
|
impServants = "Kill the Imp Servants before they energize Agatha!"
|
|
})
|
|
|
|
------------------------
|
|
-- Mage Tower: DPS --
|
|
------------------------
|
|
L = DBM:GetModLocalization("ArtifactQueen")
|
|
|
|
L:SetGeneralLocalization({
|
|
name = "The God-Queen's Fury"
|
|
})
|
|
|
|
------------------------
|
|
-- Mage Tower: DPS --
|
|
------------------------
|
|
L = DBM:GetModLocalization("ArtifactTwins")
|
|
|
|
L:SetGeneralLocalization({
|
|
name = "Thwarting the Twins"
|
|
})
|
|
|
|
------------------------
|
|
-- Mage Tower: DPS --
|
|
------------------------
|
|
L = DBM:GetModLocalization("ArtifactXylem")
|
|
|
|
L:SetGeneralLocalization({
|
|
name = "Closing the Eye"
|
|
})
|
|
|
|
------------------------
|
|
-- N'Zoth Visions: Stormwind --
|
|
------------------------
|
|
--L= DBM:GetModLocalization("d1993")
|
|
|
|
------------------------
|
|
-- N'Zoth Visions: Orgrimmar --
|
|
------------------------
|
|
--L= DBM:GetModLocalization("d1995")
|
|
|
|
------------------------
|
|
-- Torghast --
|
|
------------------------
|
|
--L= DBM:GetModLocalization("d1963")
|
|
|