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.
25 lines
572 B
25 lines
572 B
|
3 years ago
|
local MDT = MDT
|
||
|
|
local L = MDT.L
|
||
|
|
local dungeonIndex = 50
|
||
|
|
MDT.dungeonList[dungeonIndex] = L["Neltharus"]
|
||
|
|
MDT.mapInfo[dungeonIndex] = {
|
||
|
|
viewportPositionOverrides = {
|
||
|
|
}
|
||
|
|
};
|
||
|
|
|
||
|
|
MDT.dungeonMaps[dungeonIndex] = {
|
||
|
|
[0] = "Neltharus",
|
||
|
|
[1] = "Neltharus_A",
|
||
|
|
[2] = "Neltharus_B",
|
||
|
|
}
|
||
|
|
MDT.dungeonSubLevels[dungeonIndex] = {
|
||
|
|
[1] = L["TheBurningCauldron"],
|
||
|
|
[2] = L["ChamberOfFlames"],
|
||
|
|
}
|
||
|
|
|
||
|
|
MDT.dungeonTotalCount[dungeonIndex] = { normal = 300, teeming = 1000, teemingEnabled = true }
|
||
|
|
|
||
|
|
MDT.mapPOIs[dungeonIndex] = {};
|
||
|
|
|
||
|
|
MDT.dungeonEnemies[dungeonIndex] = {};
|