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
354 B
14 lines
354 B
|
3 years ago
|
local mod = DBM:NewMod(557, "DBM-Party-BC", 2, 256)
|
||
|
|
local L = mod:GetLocalizedStrings()
|
||
|
|
|
||
|
|
mod.statTypes = "normal,heroic,timewalker"
|
||
|
|
|
||
|
|
mod:SetRevision("20210922153837")
|
||
|
|
mod:SetCreatureID(17377)--17377 is boss, 17653 are channelers that just pull with him.
|
||
|
|
mod:SetEncounterID(1923)
|
||
|
|
|
||
|
|
mod:RegisterCombat("combat")
|
||
|
|
|
||
|
|
mod:RegisterEventsInCombat(
|
||
|
|
)
|