Skip to content
This repository has been archived by the owner on Jul 30, 2020. It is now read-only.

Gym Strategy

Iwan Novirion edited this page Sep 17, 2016 · 7 revisions

Deploy Pokemon

From ver. 0.9.8.7 and up, the ability for deploying your pokemon to a gym where added.
Whereever that gym have a slot available, your pokemon will deploy automatically.

Remember!
If you run a brand new account, and never get a team, choose your team on Gym config.
The default color team is Yellow.

"GymConfig": {
   "Enable": true,
   "MaxDistance": 1500.0,
   "DefaultTeam": "Yellow", <--- choose your team
   "MaxCPToDeploy": 1000,
   "MaxLevelToDeploy": 16,
   "VisitTimeout": 60,
   "UseRandomPokemon": false,
   "NumberOfTopPokemonToBeExcluded": 10
},

Gym Battle

.... on progess (under construction)