From e9f9adab230b98cd7269157b5100b0448bf82129 Mon Sep 17 00:00:00 2001 From: Tercio Jose Date: Thu, 26 Jan 2023 22:39:27 -0300 Subject: [PATCH] Toc Updates --- .gitignore | 5 +++++ Details.toc | 2 +- Libs/LibOpenRaid/ThingsToMantain_Dragonflight.lua | 1 + boot.lua | 4 ++-- plugins/Details_Compare2/Details_Compare2.toc | 2 +- plugins/Details_DataStorage/Details_DataStorage.toc | 2 +- .../Details_EncounterDetails/Details_EncounterDetails.toc | 4 +++- plugins/Details_RaidCheck/Details_RaidCheck.toc | 4 +++- plugins/Details_Streamer/Details_Streamer.toc | 4 +++- plugins/Details_TinyThreat/Details_TinyThreat.toc | 4 +++- plugins/Details_Vanguard/Details_Vanguard.toc | 4 +++- 11 files changed, 26 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 5d07d5ed2..e7deb61bc 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,8 @@ wowapi.lua plugins/Details_TinyThreat/Details_TinyThreat_original.lua *.png Descriptions.lua +plugins/Details_EncounterDetails/.github/workflows/release.yml +plugins/Details_RaidCheck/.github/workflows/release.yml +plugins/Details_Streamer/.github/workflows/release.yml +plugins/Details_TinyThreat/.github/workflows/release.yml +plugins/Details_Vanguard/.github/workflows/release.yml diff --git a/Details.toc b/Details.toc index db41e7ea9..77428b972 100644 --- a/Details.toc +++ b/Details.toc @@ -1,4 +1,4 @@ -## Interface: 100002 +## Interface: 100005 ## Title: Details! Damage Meter ## Notes: Essential tool to impress that chick in your raid. ## SavedVariables: _detalhes_global, __details_backup diff --git a/Libs/LibOpenRaid/ThingsToMantain_Dragonflight.lua b/Libs/LibOpenRaid/ThingsToMantain_Dragonflight.lua index b263fb8a8..61452c609 100644 --- a/Libs/LibOpenRaid/ThingsToMantain_Dragonflight.lua +++ b/Libs/LibOpenRaid/ThingsToMantain_Dragonflight.lua @@ -316,6 +316,7 @@ do [187707] = {class = "HUNTER", specs = {255}, cooldown = 15, silence = 3, talent = false, cooldownWithTalent = false, cooldownTalentId = false, type = 6, charges = 1}, --Muzzle (survival) [183752] = {class = "DEMONHUNTER", specs = {577, 581}, cooldown = 15, silence = 3, talent = false, cooldownWithTalent = false, cooldownTalentId = false, type = 6, charges = 1}, --Disrupt [19647] = {class = "WARLOCK", specs = {265, 266, 267}, cooldown = 24, silence = 6, talent = false, cooldownWithTalent = false, cooldownTalentId = false, pet = 417, type = 6, charges = 1}, --Spell Lock (pet felhunter ability) + [132409] = {class = "WARLOCK", specs = {}, cooldown = 24, silence = 4, talent = false, cooldownWithTalent = false, cooldownTalentId = false, type = 6, charges = 1}, --Spell Lock with felhunter Sacrified by Grimeoire of Sacrifice [89766] = {class = "WARLOCK", specs = {266}, cooldown = 30, silence = 4, talent = false, cooldownWithTalent = false, cooldownTalentId = false, pet = 17252, type = 6, charges = 1}, --Axe Toss (pet felguard ability) [351338] = {class = "EVOKER", specs = {1467, 1468}, cooldown = 40, silence = 4, talent = false, cooldownWithTalent = false, cooldownTalentId = false, charges = 1, type = 6}, --Quell (Evoker) diff --git a/boot.lua b/boot.lua index 60d232d7a..83e4eac01 100644 --- a/boot.lua +++ b/boot.lua @@ -7,8 +7,8 @@ local addonName, Details222 = ... local version, build, date, tocversion = GetBuildInfo() - _detalhes.build_counter = 10409 - _detalhes.alpha_build_counter = 10409 --if this is higher than the regular counter, use it instead + _detalhes.build_counter = 10410 + _detalhes.alpha_build_counter = 10410 --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_Compare2/Details_Compare2.toc b/plugins/Details_Compare2/Details_Compare2.toc index 3acb37522..d88b18639 100644 --- a/plugins/Details_Compare2/Details_Compare2.toc +++ b/plugins/Details_Compare2/Details_Compare2.toc @@ -1,4 +1,4 @@ -## Interface: 100002 +## Interface: 100005 ## Title: Details!: Compare 2.0 ## Notes: Replace the Compare tab in the player breakdown window. ## RequiredDeps: Details diff --git a/plugins/Details_DataStorage/Details_DataStorage.toc b/plugins/Details_DataStorage/Details_DataStorage.toc index 2c96ccc38..4f667d0a1 100644 --- a/plugins/Details_DataStorage/Details_DataStorage.toc +++ b/plugins/Details_DataStorage/Details_DataStorage.toc @@ -1,4 +1,4 @@ -## Interface: 100002 +## Interface: 100005 ## Title: Details!: Storage ## Notes: Stores information for Details! Damage Meter ## DefaultState: Enabled diff --git a/plugins/Details_EncounterDetails/Details_EncounterDetails.toc b/plugins/Details_EncounterDetails/Details_EncounterDetails.toc index 5afa56078..ab91c5906 100644 --- a/plugins/Details_EncounterDetails/Details_EncounterDetails.toc +++ b/plugins/Details_EncounterDetails/Details_EncounterDetails.toc @@ -1,10 +1,12 @@ -## Interface: 100002 +## Interface: 100005 ## 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 +## X-Wago-ID: 7nGvv0Gx + enUS.lua ptBR.lua frames.lua diff --git a/plugins/Details_RaidCheck/Details_RaidCheck.toc b/plugins/Details_RaidCheck/Details_RaidCheck.toc index 9cad0f584..ac79f63ea 100644 --- a/plugins/Details_RaidCheck/Details_RaidCheck.toc +++ b/plugins/Details_RaidCheck/Details_RaidCheck.toc @@ -1,8 +1,10 @@ -## Interface: 100002 +## Interface: 100005 ## 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 +## X-Wago-ID: WL6Jk2Kv + #@no-lib-strip@ embeds.xml #@end-no-lib-strip@ diff --git a/plugins/Details_Streamer/Details_Streamer.toc b/plugins/Details_Streamer/Details_Streamer.toc index 06f7ebd93..f3f8a3d2a 100644 --- a/plugins/Details_Streamer/Details_Streamer.toc +++ b/plugins/Details_Streamer/Details_Streamer.toc @@ -1,9 +1,11 @@ -## Interface: 100002 +## Interface: 100005 ## 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 +## X-Wago-ID: VBNB9MGx + #@no-lib-strip@ embeds.xml #@end-no-lib-strip@ diff --git a/plugins/Details_TinyThreat/Details_TinyThreat.toc b/plugins/Details_TinyThreat/Details_TinyThreat.toc index eb1dcf702..7d3f34bcb 100644 --- a/plugins/Details_TinyThreat/Details_TinyThreat.toc +++ b/plugins/Details_TinyThreat/Details_TinyThreat.toc @@ -1,9 +1,11 @@ -## Interface: 100002 +## Interface: 100005 ## 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 +## X-Wago-ID: Rn6VJW6d + #@no-lib-strip@ embeds.xml #@end-no-lib-strip@ diff --git a/plugins/Details_Vanguard/Details_Vanguard.toc b/plugins/Details_Vanguard/Details_Vanguard.toc index fc305e6e3..d9b38ba11 100644 --- a/plugins/Details_Vanguard/Details_Vanguard.toc +++ b/plugins/Details_Vanguard/Details_Vanguard.toc @@ -1,10 +1,12 @@ -## Interface: 100002 +## Interface: 100005 ## Title: Details!: Vanguard (plugin) ## Notes: Show the health and debuffs for tanks in your group. ## SavedVariablesPerCharacter: _detalhes_databaseVanguard ## RequiredDeps: Details ## OptionalDeps: Ace3 +## X-Wago-ID: ZQ6abgKW + #@no-lib-strip@ embeds.xml #@end-no-lib-strip@