Pokeclicker-Scripts icon indicating copy to clipboard operation
Pokeclicker-Scripts copied to clipboard

[Feature Request][Catch Filter Fantasia] Show Pokérus status in catch filter

Open george-dy opened this issue 3 years ago • 1 comments
trafficstars

Would it be possible to add a column showing Pokérus status in the Catch Filter Fantasia script?

image

The added nodes could be one of: <img src="assets/images/breeding/pokerus/Infected.png" class="filter-pokerus" alt="Pokérus Infected"> <img src="assets/images/breeding/pokerus/Contagious.png" class="filter-pokerus" alt="Pokérus Contagious"> <img src="assets/images/breeding/pokerus/Resistant.png" class="filter-pokerus" alt="Pokérus Resistant">

With the CSS style: .filter-pokerus{ position: absolute; right: 11%; }

Pokerus status can be gotten with one of: App.game.party.getPokemon().pokerus App.game.party.getPokemonByName().pokerus

Where: 0 is Uninfected 1 is Infected 2 is Contagious 3 is Resistant

george-dy avatar Nov 12 '22 01:11 george-dy

It's a neat idea.

Definitely will be considering it.

Ephenia avatar Nov 19 '22 15:11 Ephenia