-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 56c0eae
Showing
95 changed files
with
24,002 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
* text=auto |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# BigWigs_Shadowlands | ||
A collection of BigWigs modules from the **Shadowlands** era, including: | ||
|
||
* Castle Nathria | ||
* Sanctum of Domination | ||
* Sepulcher of the First Ones | ||
* World Bosses | ||
|
||
## Download | ||
<https://www.curseforge.com/wow/addons/bigwigs_shadowlands> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
name: Package addon | ||
|
||
on: | ||
push: | ||
branches: | ||
- master | ||
tags: | ||
- '*' | ||
paths-ignore: | ||
- '.github/**' | ||
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: Checkout addon | ||
uses: actions/checkout@v3 | ||
with: | ||
fetch-depth: 0 | ||
|
||
- name: Run luacheck | ||
uses: BigWigsMods/actions/luacheck@master | ||
with: | ||
args: -q | ||
config: https://raw.githubusercontent.com/BigWigsMods/BigWigs/master/.luacheckrc | ||
|
||
- name: Download common locale | ||
if: always() | ||
run: | | ||
mkdir -p Core/Locales | ||
curl -sS https://raw.githubusercontent.com/BigWigsMods/BigWigs/master/Core/Locales/common.enUS.lua > Core/Locales/common.enUS.lua | ||
- name: Update option files | ||
if: always() | ||
uses: BigWigsMods/actions/gen-options@master | ||
|
||
- name: Package | ||
uses: BigWigsMods/packager@master | ||
env: | ||
CF_API_KEY: ${{ secrets.CF_API_KEY }} | ||
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
name: Check PR | ||
|
||
on: [pull_request] | ||
|
||
jobs: | ||
test: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: Checkout addon | ||
uses: actions/checkout@v3 | ||
|
||
- name: Run luacheck | ||
uses: BigWigsMods/actions/luacheck@master | ||
with: | ||
args: -q | ||
config: https://raw.githubusercontent.com/BigWigsMods/BigWigs/master/.luacheckrc | ||
|
||
- name: Download common locale | ||
if: always() | ||
run: | | ||
mkdir -p Core/Locales | ||
curl -sS https://raw.githubusercontent.com/BigWigsMods/BigWigs/master/Core/Locales/common.enUS.lua > Core/Locales/common.enUS.lua | ||
- name: Lint boss modules | ||
if: always() | ||
uses: BigWigsMods/actions/gen-options@master | ||
with: | ||
quiet: true | ||
lint: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
package-as: BigWigs_Shadowlands | ||
wowi-archive-previous: no |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
## Interface: 100002 | ||
|
||
## Title: BigWigs [|cffeda55fShadowlands|r] | ||
## Title-zhCN: BigWigs [|cffeda55f暗影界|r] | ||
## Title-zhTW: BigWigs [|cffeda55f暗影之境|r] | ||
## Title-deDE: BigWigs [|cffeda55fShadowlands|r] | ||
## Title-frFR: BigWigs [|cffeda55fShadowlands|r] | ||
## Title-itIT: BigWigs [|cffeda55fShadowlands|r] | ||
## Title-koKR: BigWigs [|cffeda55fShadowlands|r] | ||
## Title-ruRU: BigWigs [|cffeda55fShadowlands|r] | ||
## Title-ptBR: BigWigs [|cffeda55fShadowlands|r] | ||
## Title-esES: BigWigs [|cffeda55fShadowlands|r] | ||
## Title-esMX: BigWigs [|cffeda55fShadowlands|r] | ||
## Notes: A collection of BigWigs modules from the Shadowlands era. | ||
## Notes-zhCN: A collection of BigWigs modules from the Shadowlands era. | ||
## Notes-zhTW: A collection of BigWigs modules from the Shadowlands era. | ||
## Notes-deDE: A collection of BigWigs modules from the Shadowlands era. | ||
## Notes-frFR: A collection of BigWigs modules from the Shadowlands era. | ||
## Notes-itIT: A collection of BigWigs modules from the Shadowlands era. | ||
## Notes-koKR: A collection of BigWigs modules from the Shadowlands era. | ||
## Notes-ruRU: A collection of BigWigs modules from the Shadowlands era. | ||
## Notes-ptBR: A collection of BigWigs modules from the Shadowlands era. | ||
## Notes-esES: A collection of BigWigs modules from the Shadowlands era. | ||
## Notes-esMX: A collection of BigWigs modules from the Shadowlands era. | ||
|
||
## LoadOnDemand: 1 | ||
## Dependencies: BigWigs | ||
## Version: @project-version@ | ||
|
||
## X-Category: Raid | ||
## X-License: All Rights Reserved: You are free to fork and modify on GitHub, please ask us about anything else. | ||
## X-Website: https://github.com/BigWigsMods/BigWigs_Shadowlands | ||
## X-Curse-Project-ID: 714747 | ||
## X-BigWigs-LoadOn-InstanceId: 2296, 2450, 2481 | ||
## X-BigWigs-ExtraMenu: -1647 | ||
## X-BigWigs-LoadOn-WorldBoss: -1536, 167525, -1565, 167527, -1525, 167526, -1533, 167524 | ||
|
||
modules.xml |
Oops, something went wrong.