koKR update
@@ -189,7 +189,8 @@
AnnounceAlternatePhase = "해당 위치에 없을 경우에도 모든 단계의 경고/타이머 보기",
SoundOnConsumption = "$spell:74562 또는 $spell:74792 소리 재생",--We use localized text for these functions
SetIconOnConsumption = "$spell:74562 또는 $spell:74792 대상 공격대 아이콘 설정",--So we can use single functions for both versions of spell.
- YellOnConsumption = "$spell:74562 또는 $spell:74792 외치기"
+ YellOnConsumption = "$spell:74562 또는 $spell:74792 외치기",
+ WhisperOnConsumption = "$spell:74562 또는 $spell:74792의 대상에게 귓속말 보내기"
})
L:SetMiscLocalization({
@@ -198,6 +199,8 @@
Phase3 = "나는 빛이자 어둠이다! 필멸자들어, 데스윙의 사자 앞에 무릎 꿇어라!",
twilightcutter = "주위를 회전하는 구슬들이 고동치며 어둠의 기운을 내뿜습니다!",
YellCombustion = "나에게 맹렬한 발화!",
+ WhisperCombustion = "당신에게 맹렬한 발화! 외곽으로 뛰셈!",
YellConsumption = "나에게 영혼 소진!",
+ WhisperConsumption = "당신에게 영혼 소진! 외곽으로 뛰셈!",
Kill = "필멸자들아, 승리를 만끽해라. 그것이 마지막일 테니. 주인님이 돌아오시면 이 세상은 불타버리리라!"
})
@@ -418,7 +418,8 @@
L:SetTimerLocalization{
timerPortalsOpen = "차원문 열림",
- TimerBlazingSkeleton = "타오르는 해골"
+ TimerBlazingSkeleton = "다음 타오르는 해골",
+ timerAbom = "Next Abomination?"
}
L:SetOptionLocalization{
@@ -426,6 +427,7 @@
warnPortalOpen = "$spell:72483 열림 경고 보기",
timerPortalsOpen = "악몽의 차원문이 열릴 때 타이머 보기",
TimerBlazingSkeleton = "타오르는 해골 다음 생성 타이머 보기",
+ timerAbom = "Show timer for next Gluttonous Abomination spawn (Experimental)",
warnCorrosion = DBM_CORE_AUTO_ANNOUNCE_OPTIONS.spell:format(70751, GetSpellInfo(70751) or "알 수 없음")
}
@@ -523,13 +525,14 @@
WarnPhase3Soon = "3 단계 전환 사전 경고 보기(43% 이하)",
ValkyrWarning = "발키리에게 붙잡힌 사람 알리기",
specWarnYouAreValkd = "발키리에게 붙잡혔을 때 특수 경고 보기",
+ specWarnHealerGrabbed = "성기사 또는 사제(힐러)가 발키리에게 붙잡히게 될 경우 특수 경고 보기\n(힐러가 DBM을 사용할 경우)",
specWarnDefileCast = "당신에게 $spell:72762이 시전된 경우 특수 경고 보기",
specWarnDefileNear = "당신 주변에 $spell:72762이 시전된 경우 특수 경고 보기",
specWarnTrapNear = "주변에 $spell:73539을 하면 특수 경고 보기",
YellOnDefile = "$spell:72762의 대상이 됐을 때 말하기",
YellOnTrap = "$spell:73539 말하기",
- YellOnValk = "$spell:69037 외치기",
DefileIcon = DBM_CORE_AUTO_ICONS_OPTION_TEXT:format(72762),
+ HarvestSoulIcon = DBM_CORE_AUTO_ICONS_OPTION_TEXT:format(74327),
NecroticPlagueIcon = DBM_CORE_AUTO_ICONS_OPTION_TEXT:format(73912),
RagingSpiritIcon = DBM_CORE_AUTO_ICONS_OPTION_TEXT:format(69200),
TrapIcon = DBM_CORE_AUTO_ICONS_OPTION_TEXT:format(73539),