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.
92 lines
3.2 KiB
92 lines
3.2 KiB
local L = BigWigs:NewBossLocale("Tugar Bloodtotem", "zhTW")
|
|
if not L then return end
|
|
if L then
|
|
--L.tugar = "Tugar Bloodtotem"
|
|
--L.jormog = "Jormog the Behemoth"
|
|
|
|
--L.remaining = "Scales Remaining"
|
|
|
|
--L.submerge = "Submerge"
|
|
--L.submerge_desc = "Submerges below the ground, summoning spitter eggs and falling spikes."
|
|
|
|
--L.charge_desc = "When Jormog is submerged, he will periodically charge in your direction."
|
|
|
|
--L.rupture = "{243382} (X)"
|
|
--L.rupture_desc = "A Fel Rupture in the shape of an X appears under you. After 5 seconds it will rupture the ground, sending spikes into the air and knocking back players on top of it."
|
|
|
|
--L.totem_warning = "The totem hit you!"
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Raest", "zhTW")
|
|
if L then
|
|
--L.name = "Raest Magespear"
|
|
|
|
--L.handFromBeyond = "Hand from Beyond"
|
|
|
|
--L.rune_desc = "Places a Rune of Summoning on the ground. If left unsoaked a Thing of Nightmare will spawn."
|
|
|
|
--L.killed = "%s killed"
|
|
|
|
--L.warmup_text = "Karam Magespear Active"
|
|
--L.warmup_trigger = "You were a fool to follow me, brother. The Twisting Nether feeds my strength. I have become more powerful than you could ever imagine!"
|
|
--L.warmup_trigger2 = "Kill this interloper, brother!"
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Kruul", "zhTW")
|
|
if L then
|
|
--L.name = "Highlord Kruul"
|
|
--L.inquisitor = "Inquisitor Variss"
|
|
--L.velen = "Prophet Velen"
|
|
|
|
--L.warmup_trigger = "Arrogant fools! I am empowered by the souls of a thousand conquered worlds!"
|
|
--L.win_trigger = "So be it. You will not stand in our way any longer."
|
|
|
|
--L.nether_aberration_desc = "Summons portals around the room, spawning Nether Aberrations."
|
|
|
|
--L.smoldering_infernal = "Smoldering Infernal"
|
|
--L.smoldering_infernal_desc = "Summons a Smoldering Infernal."
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Lord Erdris Thorn", "zhTW")
|
|
if L then
|
|
--L.erdris = "Lord Erdris Thorn"
|
|
|
|
--L.warmup_trigger = "Your arrival is well-timed."
|
|
--L.warmup_trigger2 = "What's... happening?" --Stage 5 Warm up
|
|
|
|
--L.mage = "Corrupted Risen Mage"
|
|
--L.soldier = "Corrupted Risen Soldier"
|
|
--L.arbalest = "Corrupted Risen Arbalest"
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Archmage Xylem", "zhTW")
|
|
if L then
|
|
-- L.name = "Archmage Xylem"
|
|
-- L.corruptingShadows = "Corrupting Shadows"
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Agatha", "zhTW")
|
|
if L then
|
|
-- L.name = "Agatha"
|
|
-- L.imp_servant = "Imp Servant"
|
|
-- L.fuming_imp = "Fuming Imp"
|
|
-- L.levia = "Levia" -- Shortcut for warmup_trigger1, since the name "Levia" should be unique
|
|
|
|
-- L.warmup_trigger1 = "You are too late! Levia's power is mine! Using her knowledge, my minions will infiltrate the Kirin Tor and dismantle it from the inside!" -- 35
|
|
-- L.warmup_trigger2 = "Even now, my sayaad tempt your weak-willed mages. Your allies will surrender willingly to the Legion!" -- 16
|
|
-- L.warmup_trigger3 = "But first, you must be punished for taking away my little pet." -- 3
|
|
--
|
|
-- L.absorb = "Absorb"
|
|
-- L.stacks = "Stacks"
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Sigryn", "zhTW")
|
|
if L then
|
|
-- L.sigryn = "Sigryn"
|
|
-- L.jarl = "Jarl Velbrand"
|
|
-- L.faljar = "Runenseher Faljar"
|
|
|
|
-- L.warmup_trigger = "What's this? The outsider has come to stop me?"
|
|
--
|
|
-- L.absorb = "Absorb"
|
|
end
|
|
|