Skip to content

Commit

Permalink
Merge pull request #627 from Ex-wind/tww-s2
Browse files Browse the repository at this point in the history
01/26 Update S2 Map Data / Add Spell Dispel Type
  • Loading branch information
Nnoggie authored Jan 29, 2025
2 parents e80a1ae + ad3df26 commit b50fe15
Show file tree
Hide file tree
Showing 12 changed files with 2,493 additions and 4,404 deletions.
343 changes: 256 additions & 87 deletions AceGUIWidgets/AceGUIWidget-MythicDungeonToolsSpellButton.lua

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Developer/Devpanel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ local UnitName, UnitGUID, UnitCreatureType, UnitHealthMax, UnitLevel = UnitName,
1. Add clone
/run MDT:AddCloneAtCursorPosition()
2. Add patrol point to clone
/run MDT:AddPatrolPointAtCursorPosition()
/run MDT:AddPatrolWaypointAtCursorPosition()
3. Add untargetable unit if needed
/run MDT:AddNPCFromUnit("mouseover")
]]
Expand Down
24 changes: 24 additions & 0 deletions Developer/Schema.lua
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,30 @@ local schemas = {
name = "interruptible",
type = "boolean"
},
{
name = "magic",
type = "boolean"
},
{
name = "poison",
type = "boolean"
},
{
name = "disease",
type = "boolean"
},
{
name = "curse",
type = "boolean"
},
{
name = "bleed",
type = "boolean"
},
{
name = "enrage",
type = "boolean"
},
},
}
},
Expand Down
10 changes: 10 additions & 0 deletions Locales/enUS.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
local addonName, MDT = ...
local L = MDT.L
L = L or {}
L["Interruptible"] = "Interruptible"
L["Magic"] = "Magic"
L["Poison"] = "Poison"
L["Disease"] = "Disease"
L["Curse"] = "Curse"
L["Bleed"] = "Bleed"
L["Enrage"] = "Enrage"

L["Azerite Footbomb"] = "Azerite Footbomb"
L["B.O.O.M.B.A."] = "B.O.O.M.B.A."
L["Ravenous Cinderbee"] = "Ravenous Cinderbee"
L["Menial Laborer"] = "Menial Laborer"
L["Rank Overseer"] = "Rank Overseer"
Expand Down
13 changes: 13 additions & 0 deletions TheWarWithin/CinderbrewMeadery.lua
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,10 @@ MDT.dungeonEnemies[dungeonIndex] = {
[437733] = {
},
[437956] = {
["magic"] = true,
},
[441408] = {
["enrage"] = true,
},
[453909] = {
["interruptible"] = true,
Expand Down Expand Up @@ -245,8 +247,10 @@ MDT.dungeonEnemies[dungeonIndex] = {
[434505] = {
},
[434773] = {
["bleed"] = true,
},
[441408] = {
["enrage"] = true,
},
},
["clones"] = {
Expand Down Expand Up @@ -377,6 +381,7 @@ MDT.dungeonEnemies[dungeonIndex] = {
[434758] = {
},
[441408] = {
["enrage"] = true,
},
[463218] = {
},
Expand Down Expand Up @@ -700,6 +705,7 @@ MDT.dungeonEnemies[dungeonIndex] = {
[441351] = {
},
[441353] = {
["enrage"] = true,
},
[456891] = {
},
Expand Down Expand Up @@ -1066,6 +1072,7 @@ MDT.dungeonEnemies[dungeonIndex] = {
},
[441627] = {
["interruptible"] = true,
["magic"] = true,
},
},
["clones"] = {
Expand Down Expand Up @@ -1131,6 +1138,7 @@ MDT.dungeonEnemies[dungeonIndex] = {
},
["spells"] = {
[441214] = {
["enrage"] = true,
},
[441242] = {
},
Expand Down Expand Up @@ -1363,6 +1371,7 @@ MDT.dungeonEnemies[dungeonIndex] = {
[439467] = {
},
[439468] = {
["bleed"] = true,
},
},
["clones"] = {
Expand Down Expand Up @@ -1452,6 +1461,7 @@ MDT.dungeonEnemies[dungeonIndex] = {
[439202] = {
},
[439325] = {
["magic"] = true,
},
[439365] = {
},
Expand Down Expand Up @@ -1543,6 +1553,7 @@ MDT.dungeonEnemies[dungeonIndex] = {
[436637] = {
},
[436640] = {
["magic"] = true,
},
[436644] = {
},
Expand Down Expand Up @@ -1605,6 +1616,7 @@ MDT.dungeonEnemies[dungeonIndex] = {
[438997] = {
},
[439005] = {
["magic"] = true,
},
},
["clones"] = {
Expand Down Expand Up @@ -1634,6 +1646,7 @@ MDT.dungeonEnemies[dungeonIndex] = {
},
[441627] = {
["interruptible"] = true,
["magic"] = true,
},
},
["clones"] = {
Expand Down
6 changes: 6 additions & 0 deletions TheWarWithin/DarkflameCleft.lua
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,7 @@ MDT.dungeonEnemies[dungeonIndex] = {
},
["spells"] = {
[424650] = {
["enrage"] = true,
},
[425536] = {
["interruptible"] = true,
Expand Down Expand Up @@ -402,8 +403,10 @@ MDT.dungeonEnemies[dungeonIndex] = {
[425561] = {
},
[425704] = {
["enrage"] = true,
},
[427929] = {
["disease"] = true,
},
},
["clones"] = {
Expand Down Expand Up @@ -496,6 +499,7 @@ MDT.dungeonEnemies[dungeonIndex] = {
},
[428019] = {
["interruptible"] = true,
["magic"] = true,
},
},
["clones"] = {
Expand Down Expand Up @@ -834,6 +838,7 @@ MDT.dungeonEnemies[dungeonIndex] = {
},
[426295] = {
["interruptible"] = true,
["magic"] = true,
},
[426677] = {
},
Expand Down Expand Up @@ -1683,6 +1688,7 @@ MDT.dungeonEnemies[dungeonIndex] = {
[426127] = {
},
[426145] = {
["magic"] = true,
},
},
["clones"] = {
Expand Down
Loading

0 comments on commit b50fe15

Please sign in to comment.