153 lines
3.6 KiB
Lua
153 lines
3.6 KiB
Lua
local L
|
|
|
|
------------------------
|
|
-- Rage Winterchill --
|
|
------------------------
|
|
L = DBM:GetModLocalization("RageWinterchill")
|
|
|
|
L:SetGeneralLocalization({
|
|
name = "Rage Winterchill"
|
|
})
|
|
|
|
L:SetWarningLocalization({
|
|
})
|
|
|
|
L:SetTimerLocalization({
|
|
})
|
|
|
|
L:SetOptionLocalization({
|
|
})
|
|
|
|
L:SetMiscLocalization({
|
|
Transition1 = "%s calls for assistance!",
|
|
Transition2 = "%s shatters his Ice Bullwark, continuing his assault!",
|
|
TransitionYell = "It will be much colder in your grave.",
|
|
SayFrozenFade = ""..UnitName("PLAYER").."is frozen solid for 10 seconds!",
|
|
Jaina = "Lady Jaina Proudmoore"
|
|
})
|
|
|
|
-----------------
|
|
-- Anetheron --
|
|
-----------------
|
|
L = DBM:GetModLocalization("Anetheron")
|
|
|
|
L:SetGeneralLocalization({
|
|
name = "Anetheron"
|
|
})
|
|
|
|
L:SetWarningLocalization({
|
|
})
|
|
|
|
L:SetTimerLocalization({
|
|
})
|
|
|
|
L:SetOptionLocalization({
|
|
})
|
|
|
|
L:SetMiscLocalization({
|
|
RingofFrost = "I am summoning a ring of frost heroes! Quickly, move our enemies into my trap!",
|
|
Nightmare = "Anetheron sends %s into a nightmare!",
|
|
Infernal1 = "Let fire rain from above!",
|
|
Infernal2 = "Earth and sky shall burn!",
|
|
Jaina = "Lady Jaina Proudmoore"
|
|
})
|
|
|
|
----------------
|
|
-- Kazrogal --
|
|
----------------
|
|
L = DBM:GetModLocalization("Kazrogal")
|
|
|
|
L:SetGeneralLocalization({
|
|
name = "Kaz'rogal"
|
|
})
|
|
|
|
L:SetWarningLocalization({
|
|
})
|
|
|
|
L:SetTimerLocalization({
|
|
})
|
|
|
|
L:SetOptionLocalization({
|
|
})
|
|
|
|
L:SetMiscLocalization({
|
|
})
|
|
|
|
---------------
|
|
-- Azgalor --
|
|
---------------
|
|
L = DBM:GetModLocalization("Azgalor")
|
|
|
|
L:SetGeneralLocalization({
|
|
name = "Azgalor"
|
|
})
|
|
|
|
L:SetWarningLocalization({
|
|
})
|
|
|
|
L:SetTimerLocalization({
|
|
})
|
|
|
|
L:SetOptionLocalization({
|
|
})
|
|
|
|
L:SetMiscLocalization({
|
|
LegionPortal = "Legion Portal"
|
|
})
|
|
|
|
------------------
|
|
-- Chromius --
|
|
------------------
|
|
L = DBM:GetModLocalization("Chromius")
|
|
|
|
L:SetGeneralLocalization({
|
|
name = "Chromius"
|
|
})
|
|
|
|
L:SetWarningLocalization({
|
|
})
|
|
|
|
L:SetTimerLocalization({
|
|
})
|
|
|
|
L:SetOptionLocalization({
|
|
})
|
|
|
|
L:SetMiscLocalization({
|
|
ChromiusRP ="You again? I should have known... ",
|
|
ChromiusRP2 ="You again? I should have known... ",
|
|
JainaPhaseYell ="All this fighting. All this talking. But my words only fall on deaf ears. Maybe a certain mage might be willing to listen...",
|
|
JainaPhaseEnd ="Oh Jaina, you would have been happier this way. For a time...",
|
|
GromPhaseYell ="Don't listen to her! You must ensure Thrall survives, and Grom must meet his fate",
|
|
MannorothYell ="His blood is mine! As is your whole miss misbegotten race!",
|
|
GromPhaseEnd ="You should have saved the other one...",
|
|
TyrandePhaseYell ="What? She can see the future? I'll take a guess and say save Tyrande, whatever it takes",
|
|
TyrandePhaseEnd ="That's sad. They didn't make it. Neither will you if you keep standing in my way! "
|
|
})
|
|
|
|
------------------
|
|
-- Archimonde --
|
|
------------------
|
|
L = DBM:GetModLocalization("Archimonde")
|
|
|
|
L:SetGeneralLocalization({
|
|
name = "Archimonde"
|
|
})
|
|
|
|
L:SetWarningLocalization({
|
|
})
|
|
|
|
L:SetTimerLocalization({
|
|
})
|
|
|
|
L:SetOptionLocalization({
|
|
})
|
|
|
|
L:SetMiscLocalization({
|
|
FightStartYell ="All of your efforts have been in vain, for the draining of the World Tree has already begun! Soon the heart of your world will beat no more!",
|
|
FirePhase ="Your resistance is insignificant.",
|
|
WardofWinter ="I going to place a ward on %s! Use it to quench the fire!",
|
|
LightningCapTotem ="I am summoning a Lightning Capture Totem near us! Lure the Ball Lightnings near it!",
|
|
LightofElune ="Great Mother, your daugther requires aid. Grant %s your blessed light and guide them through the darkness of the endless night!",
|
|
CalloftheVoid ="At last it is here! Mourn and lament the passing of all you have ever known, and all that would have been! Hach min corai!"
|
|
}) |