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.
38 lines
1.3 KiB
38 lines
1.3 KiB
local L = BigWigs:NewBossLocale("Siege of Boralus Trash", "koKR")
|
|
if not L then return end
|
|
if L then
|
|
L.cannoneer = "애쉬베인 포병"
|
|
L.commander = "애쉬베인 지휘관"
|
|
L.spotter = "애쉬베인 관측병"
|
|
L.demolisher = "항만의 시궁쥐단 파괴자"
|
|
L.pillager = "항만의 시궁쥐단 강탈자"
|
|
L.tempest = "항만의 시궁쥐단 폭풍우소환사"
|
|
L.wavetender = "쿨 티란 파도지기"
|
|
L.halberd = "쿨 티란 미늘창"
|
|
L.raider = "무쇠파도 약탈단"
|
|
L.vanguard = "쿨 티란 선봉대원"
|
|
L.marksman = "쿨 티란 명사수"
|
|
L.buccaneer = "항만의 시궁쥐단 해적단원"
|
|
L.invader = "애쉬베인 침략자"
|
|
L.dockhound = "으르렁거리는 부두사냥개"
|
|
L.shredder = "성난파도 파쇄꾼"
|
|
L.packmaster = "부두사냥개 무리주인"
|
|
L.bomber = "검은타르 폭탄마"
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Sergeant Bainbridge", "koKR")
|
|
if L then
|
|
-- L.remaining = "%s on %s, %d remaining"
|
|
-- L.remaining_boss = "%s on BOSS, %d remaining"
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Chopper Redhook", "koKR")
|
|
if L then
|
|
-- L.remaining = "%s on %s, %d remaining"
|
|
-- L.remaining_boss = "%s on BOSS, %d remaining"
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Viq'Goth", "koKR")
|
|
if L then
|
|
-- L.demolishing_desc = "Warnings and timers for when the Demolishing Terror spawns."
|
|
end
|
|
|