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.
17 lines
504 B
17 lines
504 B
local L = BigWigs:NewBossLocale("Temple of Sethraliss Trash", "koKR")
|
|
if not L then return end
|
|
if L then
|
|
L.dust_devil = "충전된 먼지 악마"
|
|
L.marksman = "모래받이 명사수"
|
|
L.fang = "가려진 송곳니"
|
|
L.rider = "비늘 크롤러스크 기수"
|
|
L.tender = "부정한 관리인"
|
|
L.incubator = "광포한 부화자"
|
|
L.nimbus = "흥분한 빛구름"
|
|
L.doctor = "역병 의사"
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Galvazzt", "koKR")
|
|
if L then
|
|
-- L.percent = "%s (%d%%)"
|
|
end
|
|
|