Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
onechiporenko committed Dec 16, 2020
1 parent 6fbcd06 commit c9c5b8b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### v2.1.0

* Add spell if for Overflowing Anima Cage
* Add spell id for Overflowing Anima Cage
* [#34](https://github.com/onechiporenko/my-dungeons-book/issues/34) Add avoidable spells and debuffs for Sanguine Depths
* [#29](https://github.com/onechiporenko/my-dungeons-book/issues/29) Add avoidable spells and debuffs for De Other Side
* [#93](https://github.com/onechiporenko/my-dungeons-book/issues/93) Add units to track taken damage for Necrotic Wake
Expand Down
9 changes: 6 additions & 3 deletions Mechanics/SL/Common.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Mechanics
]]

local SLSpells = {
[209862] = true, -- Volcanic Plume (Affix)
-- Plaguefall
[319898] = true, -- Vile Spit (Slime Tentacle)
[328501] = true, -- Plague Bomb (Rigged Plagueborer)
Expand Down Expand Up @@ -242,10 +243,8 @@ local SLAuras = {
[334913] = true, -- Master of Death (Mueh'zala)
-- Sanguine Depths
[321038] = true, -- Wrack Soul (Wicked Oppressor)
[326827] = true, -- Dread Bindings (Grand Overseer)
[326836] = true, -- Curse of Suppression (Wicked Oppressor)
[322212] = true, -- Growing Mistrust (Vestige of Doubt)
[322429] = true, -- Severing Slice (Chamber Sentinel)
};

local SLAurasNoTank = {
Expand All @@ -257,6 +256,8 @@ local SLAurasNoTank = {
[333477] = true, -- Gut Slice (Goregrind)
-- Halls of Atonement
[344993] = true, -- Jagged Swipe (Vicious Gargon)
-- Sanguine Depths
[322429] = true, -- Severing Slice (Chamber Sentinel)
};

local SLSpellsToInterrupt = {
Expand Down Expand Up @@ -326,7 +327,7 @@ local SLSpecificCastsDoneByPartyMembers = {
[328404] = true, -- Discharged Anima (use)
[328351] = true, -- Bloody Javelin (use)
[328128] = true, -- Forgotten Forgehammer (use)
[325189] = true, -- Discarded Shield (use)
[325189] = true, -- Discarded Shield (use) todo or 328050
};

local SLSpecificItemsUsedByPartyMembers = {
Expand Down Expand Up @@ -418,6 +419,8 @@ local SLDamageDoneToSpecificUnits = {
[168246] = {}, -- Reanimated Crossbowman (Amarth adds)
-- Spires of Ascension
[163077] = {}, -- Azules
-- Sanguine Depths
[168882] = {}, -- Fleeting Manifestation
};

function MyDungeonsBook:GetSLDamageDoneToSpecificUnits()
Expand Down
2 changes: 1 addition & 1 deletion MyDungeonsBook.toc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Title: MyDungeonsBook
## Notes: Addon to collect and store specific information about your myth+ challenges.
## Version: 2.0.0
## Version: 2.1.0
## Author: GelioS
## Interface: 90002
## OptionalDeps: LibStub, CallbackHandler-1.0, Ace3, LibCompress
Expand Down

0 comments on commit c9c5b8b

Please sign in to comment.