You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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 triedgender
and changingFemale
tofemale
andF
.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!
The text was updated successfully, but these errors were encountered: