- 465
- Posts
- 8
- Years
- Seen Jun 17, 2024
So i've updated from v16 to 17 and theres the new forms.txt.
In my v16 version it was all in the multiple forms tab which didnt just rely of the form or gender for stuff (so was "if pokemon.isFemale?" over [MEOWSTIC-Female]) and i used "Pokemon.IsShadow?" to change stats and types. now as far as i can see (as the doc on the forms.txt doesnt even mention gendered form data) to use shadow as a check in forms.txt
e.g.
Any idea if theres a base version for shadows or how i can add it into the form checks? (not exactly sure where to look for pbs related ones)
In my v16 version it was all in the multiple forms tab which didnt just rely of the form or gender for stuff (so was "if pokemon.isFemale?" over [MEOWSTIC-Female]) and i used "Pokemon.IsShadow?" to change stats and types. now as far as i can see (as the doc on the forms.txt doesnt even mention gendered form data) to use shadow as a check in forms.txt
e.g.
Code:
[RATTATA-Shadow]
BaseStats=30,56,20,87,25,20
Type1=NORMAL
Type2=SHADOW