What determines if a Pokemon will be shiny in random teams? is it as rare is in-game Pokemon (8192/1)? Please expand on the subject as much as you can.
shiny: (Math.random() * 1024 <= 1)
Zarel's Github thingy with Random Battle :3
It appears it's 1/1024. P:?