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.
98 lines
2.4 KiB
98 lines
2.4 KiB
local L
|
|
|
|
---------------------------
|
|
-- Eranog --
|
|
---------------------------
|
|
--L= DBM:GetModLocalization(2480)
|
|
|
|
--L:SetWarningLocalization({
|
|
--})
|
|
--
|
|
--L:SetTimerLocalization{
|
|
--}
|
|
--
|
|
--L:SetOptionLocalization({
|
|
--})
|
|
--
|
|
--L:SetMiscLocalization({
|
|
--})
|
|
|
|
---------------------------
|
|
-- Terros --
|
|
---------------------------
|
|
--L= DBM:GetModLocalization(2500)
|
|
|
|
---------------------------
|
|
-- The Primalist Council --
|
|
---------------------------
|
|
--L= DBM:GetModLocalization(2486)
|
|
|
|
---------------------------
|
|
-- Sennarth, The Cold Breath --
|
|
---------------------------
|
|
--L= DBM:GetModLocalization(2482)
|
|
|
|
---------------------------
|
|
-- Dathea, Ascended --
|
|
---------------------------
|
|
--L= DBM:GetModLocalization(2502)
|
|
|
|
---------------------------
|
|
-- Kurog Grimtotem --
|
|
---------------------------
|
|
L= DBM:GetModLocalization(2491)
|
|
|
|
L:SetTimerLocalization({
|
|
timerDamageCD = "Damage (%s)",
|
|
timerAvoidCD = "Avoid (%s)",
|
|
timerUltimateCD = "Ultimate (%s)",
|
|
timerAddEnrageCD = "Enrage (%s)"
|
|
})
|
|
|
|
L:SetOptionLocalization({
|
|
timerDamageCD = "Show timers for targeted damage attacks: $spell:382563, $spell:373678, $spell:391055, $spell:373487",
|
|
timerAvoidCD = "Show timers for avoidable attacks: $spell:373329, $spell:391019, $spell:395893, $spell:390920",
|
|
timerUltimateCD = "Show timers for 100 energy ultimate attacks: $spell:374022, $spell:372456, $spell:374691, $spell:374215",
|
|
timerAddEnrageCD = "Show timers for enrage on Mythic only difficulty adds"
|
|
})
|
|
|
|
L:SetMiscLocalization({
|
|
Fire = "Fire",
|
|
Frost = "Frost",
|
|
Earth = "Earth",
|
|
Storm = "Storm"
|
|
})
|
|
|
|
---------------------------
|
|
-- Broodkeeper Diurna --
|
|
---------------------------
|
|
L= DBM:GetModLocalization(2493)
|
|
|
|
L:SetMiscLocalization({
|
|
staff = "Staff",
|
|
eStaff = "Empowered Staff"
|
|
})
|
|
|
|
---------------------------
|
|
-- Raszageth the Storm-Eater --
|
|
---------------------------
|
|
L= DBM:GetModLocalization(2499)
|
|
|
|
L:SetOptionLocalization({
|
|
SetBreathToBait = "Adjust breath timers during intermissions to expire based on bait timing instead of cast timing (Alerts will still fire on breath cast)"
|
|
})
|
|
|
|
L:SetMiscLocalization({
|
|
negative = "negative",
|
|
positive = "positive",
|
|
BreathEmote = "Raszageth takes a deep breath..."
|
|
})
|
|
|
|
-------------
|
|
-- Trash --
|
|
-------------
|
|
L = DBM:GetModLocalization("VaultoftheIncarnatesTrash")
|
|
|
|
L:SetGeneralLocalization({
|
|
name = "VotI Trash"
|
|
})
|
|
|