Skip to content

Commit

Permalink
Added TOC files for plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
Tercioo committed Jul 11, 2024
1 parent f3e0833 commit 0b50cce
Show file tree
Hide file tree
Showing 8 changed files with 100 additions and 2 deletions.
4 changes: 2 additions & 2 deletions boot.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
local addonName, Details222 = ...
local version, build, date, tvs = GetBuildInfo()

Details.build_counter = 12803
Details.alpha_build_counter = 12803 --if this is higher than the regular counter, use it instead
Details.build_counter = 12804
Details.alpha_build_counter = 12804 --if this is higher than the regular counter, use it instead
Details.dont_open_news = true
Details.game_version = version
Details.userversion = version .. " " .. Details.build_counter
Expand Down
7 changes: 7 additions & 0 deletions plugins/Details_Compare2/Details_Compare2_Cata.toc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## Interface: 40400
## Title: Details!: Compare 2.0
## Notes: Replace the Compare tab in the player breakdown window.
## RequiredDeps: Details
## IconTexture: Interface\AddOns\Details\images\minimap

Details_Compare2.lua
10 changes: 10 additions & 0 deletions plugins/Details_DataStorage/Details_DataStorage_Cata.toc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## Interface: 40400
## Title: Details!: Storage
## Notes: Stores information for Details! Damage Meter
## DefaultState: Enabled
## LoadOnDemand: 1
## Dependencies: Details
## SavedVariables: DetailsDataStorage
## IconTexture: Interface\AddOns\Details\images\minimap

Details_DataStorage.lua
21 changes: 21 additions & 0 deletions plugins/Details_EncounterDetails/Details_EncounterDetails_Cata.toc
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
## Interface: 40400
## 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
## IconTexture: Interface\AddOns\Details\images\minimap

## X-Wago-ID: 7nGvv0Gx

enUS.lua
ptBR.lua

Details_EncounterDetails.lua
frames_chart.lua
frames_emote.lua
frames_phases.lua
frames_summary.lua
frames.lua


13 changes: 13 additions & 0 deletions plugins/Details_RaidCheck/Details_RaidCheck_Cata.toc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## Interface: 40400
## 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
## IconTexture: Interface\AddOns\Details\images\minimap

## X-Wago-ID: WL6Jk2Kv

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

Details_RaidCheck.lua
14 changes: 14 additions & 0 deletions plugins/Details_Streamer/Details_Streamer_Cata.toc
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## Interface: 40400
## 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
## IconTexture: Interface\AddOns\Details\images\minimap

## X-Wago-ID: VBNB9MGx

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

Details_Streamer.lua
17 changes: 17 additions & 0 deletions plugins/Details_TinyThreat/Details_TinyThreat_Cata.toc
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
## Interface: 40400
## 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
## IconTexture: Interface\AddOns\Details\images\minimap

## X-Wago-ID: Rn6VJW6d

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

enUS.lua
ptBR.lua

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

## X-Wago-ID: ZQ6abgKW

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

Details_Vanguard.lua

0 comments on commit 0b50cce

Please sign in to comment.