I'll need to update this, as I realized that there is a little bit more that I need to accomplish, namely level and experience data. I forgot about t he new F# functions I had made, I think I have what I need.
ObjectID (implicit)
OriginalTrainerID (ObjectID)
BasePokemon (class composition)
Name
Nickname
Level
Experience
IVs
EVs
Types (array of int)
Shiny (boolean)
Super Shiny (boolean)
Image
ShinyImage
SuperShinyImage
Thumbnail
For now this should be enough, it basically just needs to be created.
I'll need to update this, as I realized that there is a little bit more that I need to accomplish, namely level and experience data. I forgot about t he new F# functions I had made, I think I have what I need.
For now this should be enough, it basically just needs to be created.