User:ExcaliburZero/Projects
Planned / Ongoing
Bootleg Sprites
Adding the sprites of the bootleg forms of each monster species to their page.
- [-] Get the bootleg sprites from the game
- [x] Mod the game to show bootleg sprites in the bestiary and remove the background and shadow
- [x] Get all the bootleg sprites using the modded version of the game and a Python automation script
- [ ] Fix the size dimensions distortion (might skip if too difficult)
- [ ] Get a way to automate uploading all of the bootleg sprites to the wiki (Bulk uploading MediaWiki extensions)
- [ ] Figure out how best to display the bootleg sprites on the monster species pages
Spoiler Policy
Currently the wiki does not have a written policy on what is classified as a spoiler. Also, the only way to hide a spoiler is to use a spoiler box with has compatibility issues with some other markup (ex. tables with the wikitable class) and does not allow for hiding inline spoilers.
- Policy proposal: (preliminary, still needs some more filing out)
Vending Machine sticker packs
Currently the Vending Machine page has a short description of the stickers available in each sticker pack, but there is no easy way for a reader to tell whether a given sticker is obtainable through a pack or know in full which stickers are available from each pack. It would be good to have either collapsible tables or tables on a sub-page for each sticker pack showing all the stickers obtainable in that pack.
- Discord discussion: https://discord.com/channels/594939411775619102/1105967901044904006/1126959247662526634
- [ ] Create a database query to get all the stickers available for a given pack (filter on not unsellable and the type tags if specified)
- [ ] Add collapsible tables or tables on a sub-page of Vending Machine
Monster Build Links
- Discord discussion: https://discord.com/channels/594939411775619102/1105967901044904006/1129861080332644372
- [ ] Wait for an external resource on builds for different monster species
- [ ] Add links to the builds resource on each monster page (as appropriate)
Done
Bootleg Movesets
Currently there is no way for readers to see what moves their bootleg monsters have access to (as bootleg monsters have slightly different movesets due to their typing). We would like to add this information to the wiki page of each monster species.
- Proposal: https://docs.google.com/document/d/1Su5GNaWqOgEnXRcD3j5xpmrlmKX3yvoEsqZSIgUL9oM/edit?usp=sharing
- From discussion in the Discord, we seem to have agreement that Proposal D seems to be the best of the options
- [-] Add TabberNeue extension to the wiki to allow for tabbed sections
- [x] Add database queries related to bootleg movesets
- [x] Database query to get the "always compatible" moves for a given species (the moves all typings of the monster can learn)
- [x] Database query to get the additional moves learned for each typing of a given species (all moves with the bootleg's "type" tag except those in the "always compatible" list (though last part is optional))
- [x] Create templates to display the moveset info from the queries