theastrogoth / tera-raid-builder

A tool for simulating Tera Raid battles in Pokémon Scarlet & Violet
https://theastrogoth.github.io/tera-raid-builder/
4 stars 3 forks source link

Add gender select field #191

Closed theastrogoth closed 8 months ago

theastrogoth commented 8 months ago

This will help with activating Rivalry, as well as handling any infatuation checks.

Some species still need to have their gender locked. It looks like the ones that need attention are the ones with the gender in the name (Indeedee-F, Basculegion-F, etc). Others seem to be fine. Done

Rivalry buffs/nerfs are already working, and links should now store/retrieve gender info.

Ericzklm commented 8 months ago

Some people might not remember which symbol corresponds to which gender (I am some people). 'M' and 'F' might be more easier to recognize but I'm not sure if 'M' and 'F' makes sense in non-english languages or if you have to use the letter for the corresponding words in different languages. It's also such a niche use-case that it might be fine to just keep the universal symbols

theastrogoth commented 8 months ago

I like the universal symbols, mostly because I'm also not sure if single-character abbreviations make sense in other languages and they don't take up much space.

I've added red/blue colors like the games use, as well as "(Male)" and "(Female)" after the symbols in the dropdown options. This will hopefully be clear enough while keeping things compact.

Bulbapedia has a full list of translations for Male and Female, which I'll add to the translation assets in a bit.