Skip to content

Commit

Permalink
Spell list maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
Tercioo committed Jan 20, 2023
1 parent 7255897 commit 597dac4
Show file tree
Hide file tree
Showing 14 changed files with 92 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Libs/DF/fw.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@


local dversion = 412
local dversion = 413
local major, minor = "DetailsFramework-1.0", dversion
local DF, oldminor = LibStub:NewLibrary(major, minor)

Expand Down
2 changes: 1 addition & 1 deletion Libs/DF/spells.lua
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ if (IS_WOW_PROJECT_NOT_MAINLINE) then
DF.CooldownsBySpec[258][19242] = 5 --desperate prayer Rank 6
DF.CooldownsBySpec[258][19243] = 5 --desperate prayer Rank 7
DF.CooldownsBySpec[258][25437] = 5 --desperate prayer Rank 8
DF.CooldownsBySpec[258][15286] = 5 --vampiric embrace is a debuff in classic, not a buff
DF.CooldownsBySpec[258][15286] = not IS_WOW_PROJECT_CLASSIC_WRATH and 5 or nil --vampiric embrace is a debuff in classic, not a buff; a 30min buff in wotlk (don't track it...)

--ROGUE - 259
DF.CooldownsBySpec[259][1857] = 2 --vanish Rank 2
Expand Down
7 changes: 4 additions & 3 deletions Libs/LibOpenRaid/ThingsToMantain_Dragonflight.lua
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ do
[184662] = {cooldown = 120, duration = 15, specs = {70}, talent = false, charges = 1, class = "PALADIN", type = 2}, --Shield of Vengeance
--[384376] = {cooldown = 0, duration = 0, specs = {}, talent = false, charges = 1, class = "PALADIN", type = 1}, --Avenging Wrath (different spellId)
--[384442] = {cooldown = 0, duration = 0, specs = {}, talent = false, charges = 1, class = "PALADIN", type = 1}, --Avenging Wrath: Might (doesn't have a use, it maybe change the spellId)
--[375576] = {cooldown = 1 min cooldown, duration = 0, specs = {}, talent = false, charges = 1, class = "PALADIN", type = 1}, --Divine Toll
--[375576] = {cooldown = 60, duration = 0, specs = {}, talent = false, charges = 1, class = "PALADIN", type = 1}, --Divine Toll
--[343527] = {cooldown = 1 min cooldown, duration = 0, specs = {}, talent = false, charges = 1, class = "PALADIN", type = 1}, --Execution Sentence
--[343721] = {cooldown = 1 min cooldown, duration = 0, specs = {}, talent = false, charges = 1, class = "PALADIN", type = 1}, --Final Reckoning
--[391054] = {cooldown = 10 min cooldown, duration = 0, specs = {}, talent = false, charges = 1, class = "PALADIN", type = 5}, --Intercession (battle ress)
Expand Down Expand Up @@ -407,7 +407,6 @@ do
[114050] = {cooldown = 180, duration = 15, specs = {262}, talent = false, charges = 1, class = "SHAMAN", type = 1}, --Ascendance
[114052] = {cooldown = 180, duration = 15, specs = {264}, talent = false, charges = 1, class = "SHAMAN", type = 4}, --Ascendance
[108271] = {cooldown = 90, duration = 8, specs = {262, 263, 264}, talent = false, charges = 1, class = "SHAMAN", type = 2}, --Astral Shift
[192058] = {cooldown = 60, duration = 0, specs = {262, 263, 264}, talent = false, charges = 1, class = "SHAMAN", type = 8}, --Capacitor Totem
[198103] = {cooldown = 300, duration = 60, specs = {262, 263, 264}, talent = false, charges = 1, class = "SHAMAN", type = 2}, --Earth Elemental
[51533] = {cooldown = 120, duration = 15, specs = {263}, talent = false, charges = 1, class = "SHAMAN", type = 1}, --Feral Spirit
[198067] = {cooldown = 150, duration = 30, specs = {262}, talent = false, charges = 1, class = "SHAMAN", type = 1}, --Fire Elemental
Expand All @@ -418,9 +417,11 @@ do
[8143] = {cooldown = 60, duration = 10, specs = {262, 263, 264}, talent = false, charges = 1, class = "SHAMAN", type = 5}, --Tremor Totem
[192077] = {cooldown = 120, duration = 15, specs = {262, 263, 264}, talent = false, charges = 1, class = "SHAMAN", type = 5}, --Wind Rush Totem
[198838] = {cooldown = 60, duration = 15, specs = {264}, talent = false, charges = 1, class = "SHAMAN", type = 4}, --Earthen Wall Totem
[51485] = {cooldown = 60, duration = 20, specs = {262, 263, 264}, talent = false, charges = 1, class = "SHAMAN", type = 8}, --Earthgrab Totem
[383017] = {cooldown = 30, duration = 0, specs = {}, talent = false, charges = 1, class = "SHAMAN", type = 4}, --Stoneskin Totem
[192058] = {cooldown = 60, duration = 0, specs = {262, 263, 264}, talent = false, charges = 1, class = "SHAMAN", type = 8}, --Capacitor Totem
[51485] = {cooldown = 60, duration = 20, specs = {262, 263, 264}, talent = false, charges = 1, class = "SHAMAN", type = 8}, --Earthgrab Totem
[51514] = {cooldown = 30, duration = 0, specs = {}, talent = false, charges = 1, class = "SHAMAN", type = 8}, --Hex
[51490] = {cooldown = 30, duration = 5, specs = {262, 263, 264}, talent = false, charges = 1, class = "SHAMAN", type = 8}, --Thunderstorm

--monk
-- 268 - Brewmaster
Expand Down
4 changes: 2 additions & 2 deletions boot.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
local addonName, Details222 = ...
local version, build, date, tocversion = GetBuildInfo()

_detalhes.build_counter = 10408
_detalhes.alpha_build_counter = 10408 --if this is higher than the regular counter, use it instead
_detalhes.build_counter = 10409
_detalhes.alpha_build_counter = 10409 --if this is higher than the regular counter, use it instead
_detalhes.dont_open_news = true
_detalhes.game_version = version
_detalhes.userversion = version .. " " .. _detalhes.build_counter
Expand Down
9 changes: 9 additions & 0 deletions plugins/Details_DataStorage/Details_DataStorage-Wrath.toc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## Interface: 30401
## Title: Details!: Storage
## Notes: Stores information for Details! Damage Meter
## DefaultState: Enabled
## LoadOnDemand: 1
## Dependencies: Details
## SavedVariables: DetailsDataStorage

Details_DataStorage.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## Interface: 30401
## Title: Details!: Encounter Breakdown (plugin)
## Notes: Show detailed information about a boss encounter. Also provide damage per phase, graphic charts, easy weakauras creation.
## RequiredDeps: Details
## OptionalDeps: Ace3
## SavedVariablesPerCharacter: EncounterDetailsDB

enUS.lua
ptBR.lua
frames.lua

Details_EncounterDetails.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@
## OptionalDeps: Ace3
## SavedVariablesPerCharacter: EncounterDetailsDB


#@no-lib-strip@
embeds.xml
#@end-no-lib-strip@

enUS.lua
ptBR.lua
frames.lua
Expand Down
10 changes: 10 additions & 0 deletions plugins/Details_RaidCheck/Details_RaidCheck-Wrath.toc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## Interface: 30401
## Title: Details!: Raid Check (plugin)
## Notes: Show talents and item level for all members in your group, also shows food and flask state.
## RequiredDeps: Details

#@no-lib-strip@
embeds.xml
#@end-no-lib-strip@

Details_RaidCheck.lua
2 changes: 1 addition & 1 deletion plugins/Details_RaidCheck/Details_RaidCheck_Wrath.toc
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
embeds.xml
#@end-no-lib-strip@

Details_RaidCheck.lua
Details_RaidCheck.lua
11 changes: 11 additions & 0 deletions plugins/Details_Streamer/Details_Streamer-Wrath.toc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## Interface: 30401
## Title: Details!: Streamer (plugin)
## Notes: Show which spells you are casting, viewers can see what are you doing and follow your steps.
## RequiredDeps: Details
## SavedVariables: Details_StreamerDB

#@no-lib-strip@
embeds.xml
#@end-no-lib-strip@

Details_Streamer.lua
14 changes: 14 additions & 0 deletions plugins/Details_TinyThreat/Details_TinyThreat-Classic.toc
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## Interface: 11401
## Title: Details!: Tiny Threat (plugin)
## Notes: Threat meter plugin, show threat for group members in the window. Select it from the Plugin menu in the Orange Cogwheel.
## RequiredDeps: Details
## OptionalDeps: Ace3

#@no-lib-strip@
embeds.xml
#@end-no-lib-strip@

enUS.lua
ptBR.lua

Details_TinyThreat.lua
14 changes: 14 additions & 0 deletions plugins/Details_TinyThreat/Details_TinyThreat-Wrath.toc
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## Interface: 30401
## Title: Details!: Tiny Threat (plugin)
## Notes: Threat meter plugin, show threat for group members in the window. Select it from the Plugin menu in the Orange Cogwheel.
## RequiredDeps: Details
## OptionalDeps: Ace3

#@no-lib-strip@
embeds.xml
#@end-no-lib-strip@

enUS.lua
ptBR.lua

Details_TinyThreat.lua
2 changes: 1 addition & 1 deletion plugins/Details_TinyThreat/Details_TinyThreat_Wrath.toc
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ embeds.xml
enUS.lua
ptBR.lua

Details_TinyThreat.lua
Details_TinyThreat.lua
12 changes: 12 additions & 0 deletions plugins/Details_Vanguard/Details_Vanguard-Wrath.toc
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## Interface: 30401
## Title: Details!: Vanguard (plugin)
## Notes: Show the health and debuffs for tanks in your group.
## SavedVariablesPerCharacter: _detalhes_databaseVanguard
## RequiredDeps: Details
## OptionalDeps: Ace3

#@no-lib-strip@
embeds.xml
#@end-no-lib-strip@

Details_Vanguard.lua

0 comments on commit 597dac4

Please sign in to comment.