From 597dac46992bd96c1876af6f01dbdc080c980ac6 Mon Sep 17 00:00:00 2001 From: Tercio Jose Date: Fri, 20 Jan 2023 11:55:06 -0300 Subject: [PATCH] Spell list maintenance --- Libs/DF/fw.lua | 2 +- Libs/DF/spells.lua | 2 +- Libs/LibOpenRaid/ThingsToMantain_Dragonflight.lua | 7 ++++--- boot.lua | 4 ++-- .../Details_DataStorage-Wrath.toc | 9 +++++++++ .../Details_EncounterDetails-Wrath.toc | 12 ++++++++++++ .../Details_EncounterDetails_Wrath.toc | 5 ----- .../Details_RaidCheck/Details_RaidCheck-Wrath.toc | 10 ++++++++++ .../Details_RaidCheck/Details_RaidCheck_Wrath.toc | 2 +- .../Details_Streamer/Details_Streamer-Wrath.toc | 11 +++++++++++ .../Details_TinyThreat-Classic.toc | 14 ++++++++++++++ .../Details_TinyThreat-Wrath.toc | 14 ++++++++++++++ .../Details_TinyThreat_Wrath.toc | 2 +- .../Details_Vanguard/Details_Vanguard-Wrath.toc | 12 ++++++++++++ 14 files changed, 92 insertions(+), 14 deletions(-) create mode 100644 plugins/Details_DataStorage/Details_DataStorage-Wrath.toc create mode 100644 plugins/Details_EncounterDetails/Details_EncounterDetails-Wrath.toc create mode 100644 plugins/Details_RaidCheck/Details_RaidCheck-Wrath.toc create mode 100644 plugins/Details_Streamer/Details_Streamer-Wrath.toc create mode 100644 plugins/Details_TinyThreat/Details_TinyThreat-Classic.toc create mode 100644 plugins/Details_TinyThreat/Details_TinyThreat-Wrath.toc create mode 100644 plugins/Details_Vanguard/Details_Vanguard-Wrath.toc diff --git a/Libs/DF/fw.lua b/Libs/DF/fw.lua index 6bc3dcaf3..6a74cf2db 100644 --- a/Libs/DF/fw.lua +++ b/Libs/DF/fw.lua @@ -1,6 +1,6 @@ -local dversion = 412 +local dversion = 413 local major, minor = "DetailsFramework-1.0", dversion local DF, oldminor = LibStub:NewLibrary(major, minor) diff --git a/Libs/DF/spells.lua b/Libs/DF/spells.lua index 00b758a35..695942387 100644 --- a/Libs/DF/spells.lua +++ b/Libs/DF/spells.lua @@ -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 diff --git a/Libs/LibOpenRaid/ThingsToMantain_Dragonflight.lua b/Libs/LibOpenRaid/ThingsToMantain_Dragonflight.lua index 96b17ac5e..b263fb8a8 100644 --- a/Libs/LibOpenRaid/ThingsToMantain_Dragonflight.lua +++ b/Libs/LibOpenRaid/ThingsToMantain_Dragonflight.lua @@ -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) @@ -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 @@ -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 diff --git a/boot.lua b/boot.lua index 155afb82e..60d232d7a 100644 --- a/boot.lua +++ b/boot.lua @@ -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 diff --git a/plugins/Details_DataStorage/Details_DataStorage-Wrath.toc b/plugins/Details_DataStorage/Details_DataStorage-Wrath.toc new file mode 100644 index 000000000..f37d96e8b --- /dev/null +++ b/plugins/Details_DataStorage/Details_DataStorage-Wrath.toc @@ -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 diff --git a/plugins/Details_EncounterDetails/Details_EncounterDetails-Wrath.toc b/plugins/Details_EncounterDetails/Details_EncounterDetails-Wrath.toc new file mode 100644 index 000000000..d72d4e1f4 --- /dev/null +++ b/plugins/Details_EncounterDetails/Details_EncounterDetails-Wrath.toc @@ -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 \ No newline at end of file diff --git a/plugins/Details_EncounterDetails/Details_EncounterDetails_Wrath.toc b/plugins/Details_EncounterDetails/Details_EncounterDetails_Wrath.toc index 81b1f8081..d72d4e1f4 100644 --- a/plugins/Details_EncounterDetails/Details_EncounterDetails_Wrath.toc +++ b/plugins/Details_EncounterDetails/Details_EncounterDetails_Wrath.toc @@ -5,11 +5,6 @@ ## OptionalDeps: Ace3 ## SavedVariablesPerCharacter: EncounterDetailsDB - -#@no-lib-strip@ -embeds.xml -#@end-no-lib-strip@ - enUS.lua ptBR.lua frames.lua diff --git a/plugins/Details_RaidCheck/Details_RaidCheck-Wrath.toc b/plugins/Details_RaidCheck/Details_RaidCheck-Wrath.toc new file mode 100644 index 000000000..0eed27858 --- /dev/null +++ b/plugins/Details_RaidCheck/Details_RaidCheck-Wrath.toc @@ -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 \ No newline at end of file diff --git a/plugins/Details_RaidCheck/Details_RaidCheck_Wrath.toc b/plugins/Details_RaidCheck/Details_RaidCheck_Wrath.toc index 0eed27858..0edcf342f 100644 --- a/plugins/Details_RaidCheck/Details_RaidCheck_Wrath.toc +++ b/plugins/Details_RaidCheck/Details_RaidCheck_Wrath.toc @@ -7,4 +7,4 @@ embeds.xml #@end-no-lib-strip@ -Details_RaidCheck.lua \ No newline at end of file +Details_RaidCheck.lua diff --git a/plugins/Details_Streamer/Details_Streamer-Wrath.toc b/plugins/Details_Streamer/Details_Streamer-Wrath.toc new file mode 100644 index 000000000..a4069b880 --- /dev/null +++ b/plugins/Details_Streamer/Details_Streamer-Wrath.toc @@ -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 \ No newline at end of file diff --git a/plugins/Details_TinyThreat/Details_TinyThreat-Classic.toc b/plugins/Details_TinyThreat/Details_TinyThreat-Classic.toc new file mode 100644 index 000000000..5a58ed4e4 --- /dev/null +++ b/plugins/Details_TinyThreat/Details_TinyThreat-Classic.toc @@ -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 diff --git a/plugins/Details_TinyThreat/Details_TinyThreat-Wrath.toc b/plugins/Details_TinyThreat/Details_TinyThreat-Wrath.toc new file mode 100644 index 000000000..3b6cadc17 --- /dev/null +++ b/plugins/Details_TinyThreat/Details_TinyThreat-Wrath.toc @@ -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 \ No newline at end of file diff --git a/plugins/Details_TinyThreat/Details_TinyThreat_Wrath.toc b/plugins/Details_TinyThreat/Details_TinyThreat_Wrath.toc index 56b719c47..3b6cadc17 100644 --- a/plugins/Details_TinyThreat/Details_TinyThreat_Wrath.toc +++ b/plugins/Details_TinyThreat/Details_TinyThreat_Wrath.toc @@ -11,4 +11,4 @@ embeds.xml enUS.lua ptBR.lua -Details_TinyThreat.lua +Details_TinyThreat.lua \ No newline at end of file diff --git a/plugins/Details_Vanguard/Details_Vanguard-Wrath.toc b/plugins/Details_Vanguard/Details_Vanguard-Wrath.toc new file mode 100644 index 000000000..917c8038f --- /dev/null +++ b/plugins/Details_Vanguard/Details_Vanguard-Wrath.toc @@ -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 \ No newline at end of file