Skip to content

Commit

Permalink
separate toc files
Browse files Browse the repository at this point in the history
  • Loading branch information
jordonwow committed Aug 1, 2022
1 parent 15ab72f commit 46834a5
Show file tree
Hide file tree
Showing 9 changed files with 565 additions and 30 deletions.
20 changes: 1 addition & 19 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,25 +18,7 @@ jobs:

- run: ./generate_changelog.sh

- uses: BigWigsMods/packager@master
with:
args: -g classic
env:
CF_API_KEY: ${{ secrets.CF_API_KEY }}
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}
WAGO_API_TOKEN: ${{ secrets.WAGO_API_TOKEN }}
WOWI_API_TOKEN: ${{ secrets.WOWI_API_TOKEN }}

- uses: BigWigsMods/packager@master
with:
args: -g bcc
env:
CF_API_KEY: ${{ secrets.CF_API_KEY }}
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}
WAGO_API_TOKEN: ${{ secrets.WAGO_API_TOKEN }}
WOWI_API_TOKEN: ${{ secrets.WOWI_API_TOKEN }}

- uses: BigWigsMods/packager@master
- uses: BigWigsMods/packager@v2
env:
CF_API_KEY: ${{ secrets.CF_API_KEY }}
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}
Expand Down
11 changes: 2 additions & 9 deletions BigDebuffs.toc
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
## Interface: 90200
## Interface-Classic: 11402
## Interface-BCC: 20504
## Interface: 90205
## Title: BigDebuffs
## Notes: Increases the debuff size of crowd control effects on the Blizzard raid frames
## Version: @project-version@
## Author: Jordon
## DefaultState: Enabled
## SavedVariables: BigDebuffsDB
## OptionalDeps: LibStub, CallbackHandler-1.0, Ace3, LibDualSpec-1.0
## X-Curse-Project-ID: 82697
## X-Wago-ID: WYK98e6L
## X-WoWI-ID: 26006
Expand All @@ -25,13 +21,10 @@ Libs\AceConfig-3.0\AceConfig-3.0.xml
Libs\AceLocale-3.0\AceLocale-3.0.xml
Libs\LibDualSpec-1.0\LibDualSpec-1.0.lua
Libs\LibSharedMedia-3.0\lib.xml
Libs\LibClassicDurations\LibClassicDurations.xml
#@end-no-lib-strip@

Locales\Locales.xml
BigDebuffs.xml
Retail.lua
BurningCrusade.lua
Classic.lua
BigDebuffs_Mainline.lua
BigDebuffs.lua
Options.lua
4 changes: 2 additions & 2 deletions Retail.lua → BigDebuffs_Mainline.lua
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ addon.Spells = {
[209426] = { type = BUFF_DEFENSIVE }, -- Darkness
[211881] = { type = CROWD_CONTROL }, -- Fel Eruption
[212800] = { type = BUFF_DEFENSIVE }, -- Blur
[196555] = { type = BUFF_DEFENSIVE }, -- Netherwalk
[196555] = { type = IMMUNITY }, -- Netherwalk
[217832] = { type = CROWD_CONTROL }, -- Imprison
[221527] = { type = CROWD_CONTROL, parent = 217832 }, -- Imprison (PvP Talent)
[203704] = { type = DEBUFF_OFFENSIVE }, -- Mana Break
Expand Down Expand Up @@ -386,7 +386,7 @@ addon.Spells = {
[200200] = { type = CROWD_CONTROL, parent = 200196 }, -- Holy Word: Chastise (Stun)
[205369] = { type = CROWD_CONTROL }, -- Mind Bomb (Countdown)
[226943] = { type = CROWD_CONTROL, parent = 205369 }, -- Mind Bomb (Disorient)
[213610] = { type = BUFF_DEFENSIVE }, -- Holy Ward
[213610] = { type = IMMUNITY_SPELL }, -- Holy Ward
--[27827] = { type = BUFF_DEFENSIVE }, -- Spirit of Redemption
[215769] = { type = BUFF_DEFENSIVE }, -- Spirit of Redemption (Spirit of the Redeemer Holy PvP Talent)
[211336] = { type = BUFF_DEFENSIVE }, -- Archbishop Benedictus' Restitution (Resurrection Buff)
Expand Down
File renamed without changes.
30 changes: 30 additions & 0 deletions BigDebuffs_TBC.toc
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
## Interface: 20504
## Title: BigDebuffs
## Notes: Increases the debuff size of crowd control effects on the Blizzard raid frames
## Version: @project-version@
## Author: Jordon
## SavedVariables: BigDebuffsDB
## X-Curse-Project-ID: 82697
## X-Wago-ID: WYK98e6L
## X-WoWI-ID: 26006

#@no-lib-strip@
Libs\LibStub\LibStub.lua
Libs\CallbackHandler-1.0\CallbackHandler-1.0.xml
Libs\AceAddon-3.0\AceAddon-3.0.xml
Libs\AceDB-3.0\AceDB-3.0.xml
Libs\AceDBOptions-3.0\AceDBOptions-3.0.xml
Libs\AceEvent-3.0\AceEvent-3.0.xml
Libs\AceHook-3.0\AceHook-3.0.xml
Libs\AceGUI-3.0\AceGUI-3.0.xml
Libs\AceConfig-3.0\AceConfig-3.0.xml
Libs\AceLocale-3.0\AceLocale-3.0.xml
Libs\LibSharedMedia-3.0\lib.xml
Libs\LibClassicDurations\LibClassicDurations.xml
#@end-no-lib-strip@

Locales\Locales.xml
BigDebuffs.xml
BigDebuffs_TBC.lua
BigDebuffs.lua
Options.lua
File renamed without changes.
30 changes: 30 additions & 0 deletions BigDebuffs_Vanilla.toc
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
## Interface: 11403
## Title: BigDebuffs
## Notes: Increases the debuff size of crowd control effects on the Blizzard raid frames
## Version: @project-version@
## Author: Jordon
## SavedVariables: BigDebuffsDB
## X-Curse-Project-ID: 82697
## X-Wago-ID: WYK98e6L
## X-WoWI-ID: 26006

#@no-lib-strip@
Libs\LibStub\LibStub.lua
Libs\CallbackHandler-1.0\CallbackHandler-1.0.xml
Libs\AceAddon-3.0\AceAddon-3.0.xml
Libs\AceDB-3.0\AceDB-3.0.xml
Libs\AceDBOptions-3.0\AceDBOptions-3.0.xml
Libs\AceEvent-3.0\AceEvent-3.0.xml
Libs\AceHook-3.0\AceHook-3.0.xml
Libs\AceGUI-3.0\AceGUI-3.0.xml
Libs\AceConfig-3.0\AceConfig-3.0.xml
Libs\AceLocale-3.0\AceLocale-3.0.xml
Libs\LibSharedMedia-3.0\lib.xml
Libs\LibClassicDurations\LibClassicDurations.xml
#@end-no-lib-strip@

Locales\Locales.xml
BigDebuffs.xml
BigDebuffs_Vanilla.lua
BigDebuffs.lua
Options.lua
Loading

0 comments on commit 46834a5

Please sign in to comment.