tarashia / PokeFarmQoL

PokéFarm QoL
2 stars 3 forks source link

Feature: Filters for PFQ variant/exclusive pokemon #32

Open nrduyck01 opened 7 months ago

nrduyck01 commented 7 months ago

I think these would be useful for two reasons. 1) They are relatively valuable similar to legendaries, so it would make sense to have a way to highlight them in the shelter as well as in user fields (free fields, my own fields for sorting). 2) It's very rare to find eggs for these in the shelter, so it would be nice to have an option to highlight them when they do appear.

I might have missed something, but from my cursory glance at the code it seems this would be relatively easy to implement, as there is already a search list for legendary pokemon. I might even try to implement this myself for my personal use, and if anyone else wants it I could make a pull request. I haven't used javascript in years though so it might be more than I'm able to handle lol.

nrduyck01 commented 7 months ago

I have it mostly implemented, but I've run into an issue. I don't think it's possible to search for the variants that are in PFQ as a forme, as formes have the same species name. I'll look at it more tomorrow, but I need to go to sleep for now. Also of note is that I'm just making the changes in my fork of the main Poke-Farm-QoL.user.js script rather than editing the individual html documents and js scripts. If I end up making a pull request I'll go through and edit the individual files as well.