Open tbone849 opened 8 years ago
I suggest having them duplicated. What do you think @tbone849?
Could you list here all the 100% female pokemon?
Hi. Saw this issue and took the liberty to find the list of 100% female pokemon. This was my method:
select poke.id, poke.name
from pokemon_v2_pokemon poke
inner join
pokemon_v2_pokemonspecies spcs on poke.pokemon_species_id = spcs.id
where spcs.gender_rate = 8
id | name |
---|---|
29 | nidoran-f |
30 | nidorina |
31 | nidoqueen |
113 | chansey |
115 | kangaskhan |
124 | jynx |
238 | smoochum |
241 | miltank |
242 | blissey |
314 | illumise |
380 | latias |
413 | wormadam-plant |
416 | vespiquen |
440 | happiny |
478 | froslass |
488 | cresselia |
548 | petilil |
549 | lilligant |
629 | vullaby |
630 | mandibuzz |
669 | flabebe |
670 | floette |
671 | florges |
758 | salazzle |
761 | bounsweet |
762 | steenee |
763 | tsareena |
856 | hatenna |
857 | hattrem |
858 | hatterene |
868 | milcery |
869 | alcremie |
10004 | wormadam-sandy |
10005 | wormadam-trash |
10039 | kangaskhan-mega |
10061 | floette-eternal |
10062 | latias-mega |
10129 | salazzle-totem |
10212 | hatterene-gmax |
10214 | alcremie-gmax |
There are some pokemon that have a 100% female gender rate. It would make more sense if their sprites were listed under the sprites/front_female URI. Right now they are listed under the sprites/front_default URI. For instance, the Jynx species is all female. Below is the sprite resource.
As you can see. The URL for front_female is null, which is where I believe the resource should be.