Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When creating a custom set (Fangame use) I cannot specify Gender. #479

Open
alaxandir opened this issue Aug 30, 2022 · 1 comment
Open

Comments

@alaxandir
Copy link

alaxandir commented Aug 30, 2022

I am creating a custom set which contains the boss trainers in my fan-game, I use my own data layer which contains custom pokemon however I wish to be able to set gender for certain pokemon sets due to abilities like Rivalry, mostly to facilitate the player not accidentally leaving this off when calculating.

I have tried several things but I can't seem to figure out what to put in the .js to make it happen.

"Onix":{"Onix [Brett (Seafoam City)]":{"level":16,"ability":"Battle Armor","moves":["Accelerock","Bulldoze","Stomp","Double Kick"],"ivs":{"hp":18,"at":18,"df":18,"sa":18,"sd":18,"sp":18},"gender":"Female"}},
Gender does not work, also have tried gender and changing Female to female and F.

Understandably this is not a priority feature, and I know the sets are not intended to be edited, but there is a small population which uses your calculator for purposes like this and it would be appreciated!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@alaxandir and others