├── .github └── ISSUE_TEMPLATE │ ├── 1-bug.yml │ ├── 2-feature.yml │ └── config.yml ├── .gitignore ├── CNAME ├── README.md ├── assets ├── background.webp ├── fonts │ ├── GoudyStM.eot │ ├── GoudyStM.woff │ └── GoudyStM.woff2 ├── logo.webp └── tpi.webp ├── maintenance.html ├── script-schema.json └── wc25 ├── 1daymore ├── logo-clean.webp ├── logo.webp ├── script.json └── script.pdf ├── arif.webp ├── background.webp ├── beautifulhouse ├── amnesiac_e.webp ├── amnesiac_g.webp ├── logo-clean.webp ├── logo.webp ├── script.json └── script.pdf ├── binarysupernovae ├── logo-clean.webp ├── logo.webp ├── script.json └── script.pdf ├── buyersremorse ├── logo-clean.webp ├── logo.webp ├── script.json └── script.pdf ├── data.json ├── deadcouncil ├── logo-clean.webp ├── logo.webp ├── script.json └── script.pdf ├── deadpeople ├── logo-clean.webp ├── logo.webp ├── script.json └── script.pdf ├── djinnsbargain ├── logo-clean.webp ├── logo.webp ├── script.json └── script.pdf ├── genclonk.webp ├── grimscenarios.webp ├── notg.webp ├── offwizard ├── logo-clean.webp ├── logo.webp ├── script.json └── script.pdf ├── patters.webp ├── phantomdetectives ├── logo-clean.webp ├── logo.webp ├── script.json └── script.pdf ├── riverstyx ├── logo-clean.webp ├── logo.webp ├── script.json └── script.pdf ├── seat7 ├── logo-clean.webp ├── logo.webp ├── script.json └── script.pdf ├── stowedaway ├── apprentice_e.webp ├── apprentice_g.webp ├── bonecollector_e.webp ├── bonecollector_g.webp ├── deviant_e.webp ├── deviant_g.webp ├── logo-clean.webp ├── logo.webp ├── scapegoat_e.webp ├── scapegoat_g.webp ├── script.json └── script.pdf ├── thegrim.webp ├── tpi-sun.webp ├── tpi-thu.webp ├── tpi-wed.webp ├── trainedkiller ├── logo-clean.webp ├── logo.webp ├── script.json └── script.pdf ├── warrens ├── logo-clean.webp ├── logo.webp ├── script.json └── script.pdf ├── witchhunt ├── logo-clean.webp ├── logo.webp ├── script.json ├── script.pdf ├── witch_e.webp └── witch_g.webp └── wonders ├── logo-clean.webp ├── logo.webp ├── script.json └── script.pdf /.github/ISSUE_TEMPLATE/1-bug.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/.github/ISSUE_TEMPLATE/1-bug.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/2-feature.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/.github/ISSUE_TEMPLATE/2-feature.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/.github/ISSUE_TEMPLATE/config.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .idea 2 | -------------------------------------------------------------------------------- /CNAME: -------------------------------------------------------------------------------- 1 | release.botc.app 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/README.md -------------------------------------------------------------------------------- /assets/background.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/assets/background.webp -------------------------------------------------------------------------------- /assets/fonts/GoudyStM.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/assets/fonts/GoudyStM.eot -------------------------------------------------------------------------------- /assets/fonts/GoudyStM.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/assets/fonts/GoudyStM.woff -------------------------------------------------------------------------------- /assets/fonts/GoudyStM.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/assets/fonts/GoudyStM.woff2 -------------------------------------------------------------------------------- /assets/logo.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/assets/logo.webp -------------------------------------------------------------------------------- /assets/tpi.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/assets/tpi.webp -------------------------------------------------------------------------------- /maintenance.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/maintenance.html -------------------------------------------------------------------------------- /script-schema.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/script-schema.json -------------------------------------------------------------------------------- /wc25/1daymore/logo-clean.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/wc25/1daymore/logo-clean.webp -------------------------------------------------------------------------------- /wc25/1daymore/logo.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/wc25/1daymore/logo.webp -------------------------------------------------------------------------------- /wc25/1daymore/script.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/wc25/1daymore/script.json -------------------------------------------------------------------------------- /wc25/1daymore/script.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/wc25/1daymore/script.pdf -------------------------------------------------------------------------------- /wc25/arif.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/wc25/arif.webp -------------------------------------------------------------------------------- /wc25/background.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/wc25/background.webp -------------------------------------------------------------------------------- /wc25/beautifulhouse/amnesiac_e.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/wc25/beautifulhouse/amnesiac_e.webp -------------------------------------------------------------------------------- /wc25/beautifulhouse/amnesiac_g.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/wc25/beautifulhouse/amnesiac_g.webp -------------------------------------------------------------------------------- /wc25/beautifulhouse/logo-clean.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/wc25/beautifulhouse/logo-clean.webp -------------------------------------------------------------------------------- /wc25/beautifulhouse/logo.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/wc25/beautifulhouse/logo.webp -------------------------------------------------------------------------------- /wc25/beautifulhouse/script.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/wc25/beautifulhouse/script.json -------------------------------------------------------------------------------- /wc25/beautifulhouse/script.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/wc25/beautifulhouse/script.pdf -------------------------------------------------------------------------------- /wc25/binarysupernovae/logo-clean.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/wc25/binarysupernovae/logo-clean.webp -------------------------------------------------------------------------------- /wc25/binarysupernovae/logo.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/wc25/binarysupernovae/logo.webp -------------------------------------------------------------------------------- /wc25/binarysupernovae/script.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/wc25/binarysupernovae/script.json -------------------------------------------------------------------------------- /wc25/binarysupernovae/script.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/wc25/binarysupernovae/script.pdf -------------------------------------------------------------------------------- /wc25/buyersremorse/logo-clean.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/wc25/buyersremorse/logo-clean.webp -------------------------------------------------------------------------------- /wc25/buyersremorse/logo.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/wc25/buyersremorse/logo.webp -------------------------------------------------------------------------------- /wc25/buyersremorse/script.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/wc25/buyersremorse/script.json -------------------------------------------------------------------------------- /wc25/buyersremorse/script.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/wc25/buyersremorse/script.pdf -------------------------------------------------------------------------------- /wc25/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/wc25/data.json -------------------------------------------------------------------------------- /wc25/deadcouncil/logo-clean.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/wc25/deadcouncil/logo-clean.webp -------------------------------------------------------------------------------- /wc25/deadcouncil/logo.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/wc25/deadcouncil/logo.webp -------------------------------------------------------------------------------- /wc25/deadcouncil/script.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/wc25/deadcouncil/script.json -------------------------------------------------------------------------------- /wc25/deadcouncil/script.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/wc25/deadcouncil/script.pdf -------------------------------------------------------------------------------- /wc25/deadpeople/logo-clean.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/wc25/deadpeople/logo-clean.webp -------------------------------------------------------------------------------- /wc25/deadpeople/logo.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/wc25/deadpeople/logo.webp -------------------------------------------------------------------------------- /wc25/deadpeople/script.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/wc25/deadpeople/script.json -------------------------------------------------------------------------------- /wc25/deadpeople/script.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/wc25/deadpeople/script.pdf -------------------------------------------------------------------------------- /wc25/djinnsbargain/logo-clean.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/wc25/djinnsbargain/logo-clean.webp -------------------------------------------------------------------------------- /wc25/djinnsbargain/logo.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/wc25/djinnsbargain/logo.webp -------------------------------------------------------------------------------- /wc25/djinnsbargain/script.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/wc25/djinnsbargain/script.json -------------------------------------------------------------------------------- /wc25/djinnsbargain/script.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/wc25/djinnsbargain/script.pdf -------------------------------------------------------------------------------- /wc25/genclonk.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/wc25/genclonk.webp -------------------------------------------------------------------------------- /wc25/grimscenarios.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/wc25/grimscenarios.webp -------------------------------------------------------------------------------- /wc25/notg.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/wc25/notg.webp -------------------------------------------------------------------------------- /wc25/offwizard/logo-clean.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/wc25/offwizard/logo-clean.webp -------------------------------------------------------------------------------- /wc25/offwizard/logo.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/wc25/offwizard/logo.webp -------------------------------------------------------------------------------- /wc25/offwizard/script.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/wc25/offwizard/script.json -------------------------------------------------------------------------------- /wc25/offwizard/script.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/wc25/offwizard/script.pdf -------------------------------------------------------------------------------- /wc25/patters.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/wc25/patters.webp -------------------------------------------------------------------------------- /wc25/phantomdetectives/logo-clean.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/wc25/phantomdetectives/logo-clean.webp -------------------------------------------------------------------------------- /wc25/phantomdetectives/logo.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/wc25/phantomdetectives/logo.webp -------------------------------------------------------------------------------- /wc25/phantomdetectives/script.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/wc25/phantomdetectives/script.json -------------------------------------------------------------------------------- /wc25/phantomdetectives/script.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/wc25/phantomdetectives/script.pdf -------------------------------------------------------------------------------- /wc25/riverstyx/logo-clean.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/wc25/riverstyx/logo-clean.webp -------------------------------------------------------------------------------- /wc25/riverstyx/logo.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/wc25/riverstyx/logo.webp -------------------------------------------------------------------------------- /wc25/riverstyx/script.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/wc25/riverstyx/script.json -------------------------------------------------------------------------------- /wc25/riverstyx/script.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/wc25/riverstyx/script.pdf -------------------------------------------------------------------------------- /wc25/seat7/logo-clean.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/wc25/seat7/logo-clean.webp -------------------------------------------------------------------------------- /wc25/seat7/logo.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/wc25/seat7/logo.webp -------------------------------------------------------------------------------- /wc25/seat7/script.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/wc25/seat7/script.json -------------------------------------------------------------------------------- /wc25/seat7/script.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/wc25/seat7/script.pdf -------------------------------------------------------------------------------- /wc25/stowedaway/apprentice_e.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/wc25/stowedaway/apprentice_e.webp -------------------------------------------------------------------------------- /wc25/stowedaway/apprentice_g.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/wc25/stowedaway/apprentice_g.webp -------------------------------------------------------------------------------- /wc25/stowedaway/bonecollector_e.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/wc25/stowedaway/bonecollector_e.webp -------------------------------------------------------------------------------- /wc25/stowedaway/bonecollector_g.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/wc25/stowedaway/bonecollector_g.webp -------------------------------------------------------------------------------- /wc25/stowedaway/deviant_e.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/wc25/stowedaway/deviant_e.webp -------------------------------------------------------------------------------- /wc25/stowedaway/deviant_g.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/wc25/stowedaway/deviant_g.webp -------------------------------------------------------------------------------- /wc25/stowedaway/logo-clean.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/wc25/stowedaway/logo-clean.webp -------------------------------------------------------------------------------- /wc25/stowedaway/logo.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/wc25/stowedaway/logo.webp -------------------------------------------------------------------------------- /wc25/stowedaway/scapegoat_e.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/wc25/stowedaway/scapegoat_e.webp -------------------------------------------------------------------------------- /wc25/stowedaway/scapegoat_g.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/wc25/stowedaway/scapegoat_g.webp -------------------------------------------------------------------------------- /wc25/stowedaway/script.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/wc25/stowedaway/script.json -------------------------------------------------------------------------------- /wc25/stowedaway/script.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/wc25/stowedaway/script.pdf -------------------------------------------------------------------------------- /wc25/thegrim.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/wc25/thegrim.webp -------------------------------------------------------------------------------- /wc25/tpi-sun.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/wc25/tpi-sun.webp -------------------------------------------------------------------------------- /wc25/tpi-thu.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/wc25/tpi-thu.webp -------------------------------------------------------------------------------- /wc25/tpi-wed.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/wc25/tpi-wed.webp -------------------------------------------------------------------------------- /wc25/trainedkiller/logo-clean.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/wc25/trainedkiller/logo-clean.webp -------------------------------------------------------------------------------- /wc25/trainedkiller/logo.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/wc25/trainedkiller/logo.webp -------------------------------------------------------------------------------- /wc25/trainedkiller/script.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/wc25/trainedkiller/script.json -------------------------------------------------------------------------------- /wc25/trainedkiller/script.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/wc25/trainedkiller/script.pdf -------------------------------------------------------------------------------- /wc25/warrens/logo-clean.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/wc25/warrens/logo-clean.webp -------------------------------------------------------------------------------- /wc25/warrens/logo.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/wc25/warrens/logo.webp -------------------------------------------------------------------------------- /wc25/warrens/script.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/wc25/warrens/script.json -------------------------------------------------------------------------------- /wc25/warrens/script.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/wc25/warrens/script.pdf -------------------------------------------------------------------------------- /wc25/witchhunt/logo-clean.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/wc25/witchhunt/logo-clean.webp -------------------------------------------------------------------------------- /wc25/witchhunt/logo.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/wc25/witchhunt/logo.webp -------------------------------------------------------------------------------- /wc25/witchhunt/script.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/wc25/witchhunt/script.json -------------------------------------------------------------------------------- /wc25/witchhunt/script.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/wc25/witchhunt/script.pdf -------------------------------------------------------------------------------- /wc25/witchhunt/witch_e.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/wc25/witchhunt/witch_e.webp -------------------------------------------------------------------------------- /wc25/witchhunt/witch_g.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/wc25/witchhunt/witch_g.webp -------------------------------------------------------------------------------- /wc25/wonders/logo-clean.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/wc25/wonders/logo-clean.webp -------------------------------------------------------------------------------- /wc25/wonders/logo.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/wc25/wonders/logo.webp -------------------------------------------------------------------------------- /wc25/wonders/script.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/wc25/wonders/script.json -------------------------------------------------------------------------------- /wc25/wonders/script.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThePandemoniumInstitute/botc-release/HEAD/wc25/wonders/script.pdf --------------------------------------------------------------------------------