pkmn / randbats

Pokémon Showdown's Random Battle sets
https://pkmn.github.io/randbats/
MIT License
30 stars 13 forks source link

Free For All Random Battles #1

Closed maugen93 closed 3 years ago

maugen93 commented 3 years ago

Hello, i'm interested to free-for-all random battles json data. Will they be added in future? Thank you

scheibo commented 3 years ago

Sorry for the delay in responding to this - I wasn't 'Watching' this repo by default :(

I actually deliberately disabled multi random battle generation in https://github.com/pkmn/randbats/commit/24d2dda7deace59e303d703c5850475e8b2608e2 - the sets used in the multi formats are currently the same as gen8doublesrandombattle, with the exception that in multi you need to prune Ally Switch from any movepool that would otherwise have it. https://github.com/smogon/pokemon-showdown/blob/master/data/random-teams.ts#L1706. This is also the same reason monotype "isn't supported" - the sets are the same as singles just all one type. If and when FFA/multi battles have different sets I'll add support for it. Cheers.

maugen93 commented 3 years ago

Thank you a lot :)