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

Commit

Permalink
* Add more avoidable spells
Browse files Browse the repository at this point in the history
* Bump game version to 100005
  • Loading branch information
onechiporenko committed Jan 26, 2023
1 parent 6848de3 commit 482fc7a
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 14 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
@@ -1,4 +1,9 @@
### v2.28.0
### v2.29.0

* Add more avoidable spells
* Bump game version to 100005

### v2.28.0

* Add missing MDT-integration for DF
* Add missing icon for affix Thundering
Expand Down
71 changes: 60 additions & 11 deletions Mechanics/Spells.lua
Expand Up @@ -22,12 +22,14 @@ local Spells = {
[107053] = true,
[110125] = true,
[395859] = true,
[396010] = true,
[396907] = true,
[397785] = true,
[397793] = true,
[397799] = true,
[397881] = true,
[397889] = true,
[397899] = true,
[398301] = true,

-----------------------------
Expand Down Expand Up @@ -86,22 +88,27 @@ local Spells = {

-- Court of Stars
[206574] = true, -- Resonant Slash
[206580] = true, -- Resonant Slash
[207887] = true,
[207979] = true, -- Shockwave
[209027] = true, -- Quelling Strike
[209378] = true,
[209404] = true,
[209410] = true,
[209413] = true,
[209477] = true, -- Wild Detonation
[209512] = true,
[209628] = true,
[209630] = true, -- Piercing Gale
[214688] = true, -- Carrion Swarm
[219498] = true, -- Streetsweeper
[209667] = true,
[211391] = true,
[211457] = true,
[207887] = true,
[209628] = true,
[212791] = true,
[209512] = true,
[211464] = true,
[209410] = true,
[209378] = true,
[209413] = true,
[211391] = true,
[212031] = true,
[212791] = true,
[214688] = true, -- Carrion Swarm
[219498] = true, -- Streetsweeper
[397903] = true,

-- Darkheart Thicket
[191326] = true, -- Breath of Corruption
Expand Down Expand Up @@ -152,10 +159,13 @@ local Spells = {
[198263] = true,
[198412] = true,
[198888] = true,
[198903] = true,
[198959] = true,
[199050] = true,
[199090] = true,
[199146] = true,
[199210] = true,
[199337] = true,
[199818] = true,
[210875] = true,

Expand Down Expand Up @@ -652,10 +662,13 @@ local Spells = {
[396411] = true, -- DF Season 1

-- The Azure Vault
[370764] = true,
[370766] = true,
[371021] = true,
[371352] = true,
[373932] = true,
[374523] = true,
[374868] = true,
[375591] = true,
[375649] = true,
[377488] = true,
[384699] = true,
Expand All @@ -670,57 +683,91 @@ local Spells = {

-- The Nokhud Offensive
[373395] = true,
[374711] = true,
[375943] = true,
[376685] = true,
[376688] = true,
[376737] = true,
[376892] = true,
[376899] = true,
[382233] = true,
[382274] = true,
[384336] = true,
[384479] = true,
[384868] = true,
[384882] = true,
[384960] = true,
[385193] = true,
[385916] = true,
[386025] = true,
[386028] = true,
[386037] = true,
[386063] = true,
[386694] = true,
[386912] = true,
[386916] = true,
[386920] = true,
[387411] = true,
[387611] = true,
[387629] = true,
[388104] = true,
[388451] = true,
[391967] = true,
[394875] = true,
[395669] = true,
[396376] = true,
[397394] = true,
[399507] = true,

-- Algeth'ar Academy
[374361] = true,
[376449] = true,
[377034] = true,
[377383] = true,
[377516] = true,
[377524] = true,
[377912] = true,
[378011] = true,
[385970] = true,
[385981] = true,
[386201] = true,
[387932] = true,
[388537] = true,
[388546] = true,
[388625] = true,
[388799] = true,
[388822] = true,
[388884] = true,
[388902] = true,
[388957] = true,
[388996] = true,
[390918] = true,
[393122] = true,
[396812] = true,

-- Ruby Life Pools
[372088] = true,
[372696] = true,
[372697] = true,
[372796] = true,
[372811] = true,
[372819] = true,
[372820] = true,
[372863] = true,
[373017] = true,
[373087] = true,
[373458] = true,
[373614] = true,
[373973] = true,
[373977] = true,
[378968] = true,
[381526] = true,
[384024] = true,
[384773] = true,
[385292] = true,
[391724] = true,
[391727] = true,
[392399] = true,
[392641] = true,
[392642] = true,
};
Expand Down Expand Up @@ -1024,6 +1071,7 @@ local SpellsNoTank = {
----------------------

-- The Azure Vault
[370764] = true,
[371306] = true,
[374789] = true,
[377105] = true,
Expand All @@ -1041,6 +1089,7 @@ local SpellsNoTank = {
[384687] = true,
[384761] = true,
[386228] = true,
[387135] = true,
[387826] = true,

-- Algeth'ar Academy
Expand Down
4 changes: 2 additions & 2 deletions MyDungeonsBook.toc
@@ -1,8 +1,8 @@
## Title: MyDungeonsBook
## Notes: Addon to collect and store specific information about your myth+ challenges.
## Version: 2.28.0
## Version: 2.29.0
## Author: GelioS
## Interface: 100002
## Interface: 100005
## OptionalDeps: LibStub, CallbackHandler-1.0, Ace3, LibCompress, LibGroupInSpecT-1.1
## SavedVariables: MyDungeonsBookDB
## SavedVariablesPerCharacter: MyDungeonsBookData
Expand Down

0 comments on commit 482fc7a

Please sign in to comment.