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.
14 lines
500 B
14 lines
500 B
local L = BigWigs:NewBossLocale("Assault on Violet Hold Trash", "koKR")
|
|
if not L then return end
|
|
if L then
|
|
L.custom_on_autotalk = "자동 대화"
|
|
L.custom_on_autotalk_desc = "보랏빛 요새 침공을 시작하는 부관 신클래리의 대화 선택지를 즉시 선택합니다."
|
|
L.keeper = "차원문 수호병"
|
|
L.guardian = "차원문 수호자"
|
|
L.infernal = "타오르는 지옥불정령"
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Thalena", "koKR")
|
|
if L then
|
|
L.essence = "정수"
|
|
end
|
|
|