cRz-Shadows / Pokemon_Trainer_Tournament_Simulator

Here we have an environment for running large amounts of Pokémon battle simulations in the command line.
55 stars 3 forks source link

A way to enable Dynamax/Tera? #7

Closed HMNIJoe closed 1 week ago

HMNIJoe commented 1 week ago

When running a simulation the trainers have not dynamaxed or terastalized. I've found the section seemingly related to these in simulation-test-1.ts but have been unable to enable them Screenshot 2024-06-27

cRz-Shadows commented 1 week ago

In random-player-ai.ts image

And I'm fairly certain you'd need to change the generation to 8 for dynamax to work, and keep it at gen 9 for tera.

HMNIJoe commented 1 week ago

I see, thank you you for the help!