Skip to content

Commit

Permalink
AQ40-Skeram: add Kill detection by Yell
Browse files Browse the repository at this point in the history
  • Loading branch information
Zidras committed Jul 16, 2024
1 parent 54c64f3 commit 58144b5
Show file tree
Hide file tree
Showing 10 changed files with 38 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DBM-AQ40/Skeram.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
local mod = DBM:NewMod("Skeram", "DBM-AQ40", 1)
local L = mod:GetLocalizedStrings()

mod:SetRevision("20240716163920")
mod:SetRevision("20240716170300")
mod:SetCreatureID(15263)

mod:SetModelID(15263)
Expand All @@ -10,6 +10,7 @@ mod:DisableBossDeathKill()
mod:SetHotfixNoticeRev(20240716000000)

mod:RegisterCombat("combat")
mod:RegisterKill("yell", L.YellKillSkeram)

mod:RegisterEventsInCombat(
"SPELL_AURA_APPLIED 785",
Expand Down
4 changes: 4 additions & 0 deletions DBM-AQ40/localization.cn.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ L:SetGeneralLocalization({
name = "预言者斯克拉姆"
})

L:SetMiscLocalization({
YellKillSkeram = "你是在逃避必然的命运!"
})

----------------
-- Three Bugs --
----------------
Expand Down
4 changes: 4 additions & 0 deletions DBM-AQ40/localization.de.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ L:SetGeneralLocalization({
name = "Der Prophet Skeram"
})

L:SetMiscLocalization({
YellKillSkeram = "Ihr zögert das Unvermeidliche nur hinaus!"
})

----------------
-- Three Bugs --
----------------
Expand Down
4 changes: 4 additions & 0 deletions DBM-AQ40/localization.en.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ L:SetGeneralLocalization({
name = "The Prophet Skeram"
})

L:SetMiscLocalization({
YellKillSkeram = "You only delay the inevitable!"
})

----------------
-- Three Bugs --
----------------
Expand Down
4 changes: 4 additions & 0 deletions DBM-AQ40/localization.es.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ L:SetGeneralLocalization({
name = "El profeta Skeram"
})

L:SetMiscLocalization({
YellKillSkeram = "¡Únicamente estáis aplazando lo inevitable!"
})

----------------
-- Three Bugs --
----------------
Expand Down
4 changes: 4 additions & 0 deletions DBM-AQ40/localization.fr.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ L:SetGeneralLocalization({
name = "Le Prophète Skeram"
})

L:SetMiscLocalization({
YellKillSkeram = "Vous ne faites que retarder l’inévitable !"
})

----------------
-- Three Bugs --
----------------
Expand Down
4 changes: 4 additions & 0 deletions DBM-AQ40/localization.kr.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ L:SetGeneralLocalization({
name = "예언자 스케람"
})

L:SetMiscLocalization({
YellKillSkeram = "이런다고 피할 수는 없다!"
})

----------------
-- Three Bugs --
----------------
Expand Down
4 changes: 4 additions & 0 deletions DBM-AQ40/localization.mx.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ L:SetGeneralLocalization({
name = "El profeta Skeram"
})

L:SetMiscLocalization({
YellKillSkeram = "¡Únicamente retrasan lo inevitable!"
})

----------------
-- Three Bugs --
----------------
Expand Down
4 changes: 4 additions & 0 deletions DBM-AQ40/localization.ru.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ L:SetGeneralLocalization({
name = "Пророк Скерам"
})

L:SetMiscLocalization({
YellKillSkeram = "Вы лишь откладываете неизбежное!"
})

----------------
-- Three Bugs --
----------------
Expand Down
4 changes: 4 additions & 0 deletions DBM-AQ40/localization.tw.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ L:SetGeneralLocalization({
name = "預言者斯克拉姆"
})

L:SetMiscLocalization({
YellKillSkeram = "你只不過在延後遲早會發生的事情罷了!"
})

----------------
-- Three Bugs --
----------------
Expand Down

0 comments on commit 58144b5

Please sign in to comment.