Advertisement
Guest User

Untitled

a guest
Jul 27th, 2016
345
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.50 KB | None | 0 0
  1. {
  2. "auth_service": "google",
  3. "username": "jelle233",
  4. "password": "gmfgyuojuipomxps",
  5. "location": "zele, belgie",
  6. "gmapkey": "AIzaSyAqRZMSd0hYVI9cbt3-Og7DzfxL9MvLd80",
  7. "max_steps": 5,
  8. "mode": "all",
  9. "walk": 4.16,
  10. "debug": false,
  11. "test": false,
  12. "initial_transfer": false,
  13. "location_cache": true,
  14. "distance_unit": "km",
  15. "item_filter": {
  16. "1": { "keep" : 100 },
  17. "101": { "keep" : 10 },
  18. "102": { "keep" : 30 },
  19. "103": { "keep" : 30 },
  20. "201": { "keep" : 30 },
  21. "701": { "keep" : 100 }
  22. },
  23. "evolve_all": "NONE",
  24. "evolve_speed": 20,
  25. "use_lucky_egg": false,
  26. "evolve_captured": false,
  27. "catch": {
  28. "any": {"catch_above_cp": 0, "catch_above_iv": 0, "logic": "or" },
  29.  
  30. "// Pokemons with example": { "always_catch": true },
  31. "// Gets filtered with release parameters": {},
  32.  
  33. "// Legendary pokemons (Goes under S-Tier)": {},
  34. "Lapras": { "always_catch": true },
  35. "Moltres": { "always_catch": true },
  36. "Zapdos": { "always_catch": true },
  37. "Articuno": { "always_catch": true },
  38.  
  39. "// S-Tier pokemons (if pokemon can be evolved into tier, list the representative)": {},
  40. "Mewtwo": { "always_catch": true },
  41. "Dragonite": { "always_catch": true },
  42. "Snorlax": { "always_catch": true },
  43. "// Mew evolves to Mewtwo": {},
  44. "Mew": { "always_catch": true },
  45. "Arcanine": { "always_catch": true },
  46. "Vaporeon": { "always_catch": true },
  47. "Gyarados": { "always_catch": true },
  48. "Exeggutor": { "always_catch": true },
  49. "Muk": { "always_catch": true },
  50. "Weezing": { "always_catch": true },
  51. "Flareon": { "always_catch": true },
  52.  
  53. "// Growlithe evolves to Arcanine": {},
  54. "Growlithe": { "catch_above_cp": 465, "catch_above_iv": 0.8, "logic": "and" },
  55. "// Dragonair evolves to Dragonite": {},
  56. "Dragonair": { "catch_above_cp": 0, "catch_above_iv": 0.8, "logic": "and" },
  57. "// Grimer evolves to Muk": {},
  58. "Grimer": { "catch_above_cp": 448, "catch_above_iv": 0.8, "logic": "and" },
  59.  
  60. "// Magikarp evolves to Gyarados": {},
  61. "Magikarp": { "catch_above_cp": 91, "catch_above_iv": 0.9, "logic": "and" },
  62. "// Exeggcute evolves to Exeggutor": {},
  63. "Exeggcute": { "catch_above_cp": 384, "catch_above_iv": 0.8, "logic": "and" },
  64. "// Eevee evolves to many versions, like Vaporeon, Flareon": {},
  65. "Eevee": { "catch_above_cp": 376, "catch_above_iv": 0.8, "logic": "and"},
  66.  
  67. "// A-Tier pokemons": {},
  68. "Slowbro": { "always_catch": true },
  69. "Victreebel": { "always_catch": true },
  70. "Machamp": { "always_catch": true },
  71. "Poliwrath": { "always_catch": true },
  72. "Clefable": { "always_catch": true },
  73. "Nidoking": { "always_catch": true },
  74. "Venusaur": { "always_catch": true },
  75. "Charizard": { "always_catch": true },
  76. "Golduck": { "always_catch": true },
  77. "Nidoqueen": { "always_catch": true },
  78. "Vileplume": { "always_catch": true },
  79. "Blastoise": { "always_catch": true },
  80. "Omastar": { "always_catch": true },
  81. "Aerodactyl": { "always_catch": true },
  82. "Golem": { "always_catch": true },
  83. "Wigglytuff": { "always_catch": true },
  84. "Dewgong": { "always_catch": true },
  85. "Ninetales": { "always_catch": true },
  86. "Magmar": { "always_catch": true },
  87. "Kabutops": { "always_catch": true },
  88. "Electabuzz": { "always_catch": true },
  89. "Starmie": { "always_catch": true },
  90. "Jolteon": { "always_catch": true },
  91. "Rapidash": { "always_catch": true },
  92. "Pinsir": { "always_catch": true },
  93. "Scyther": { "always_catch": true },
  94. "Tentacruel": { "always_catch": true },
  95. "Gengar": { "always_catch": true },
  96. "Hypno": { "always_catch": true },
  97. "Pidgeot": { "always_catch": true },
  98. "Rhydon": { "always_catch": true },
  99. "Seaking": { "always_catch": true },
  100. "Kangaskhan": { "always_catch": true }
  101. },
  102. "release": {
  103. "any": {"release_below_cp": 0, "release_below_iv": 0, "logic": "or" },
  104.  
  105. "// Legendary pokemons (Goes under S-Tier)": {},
  106. "Lapras": { "release_below_cp": 1041, "release_below_iv": 0.8, "logic": "and" },
  107. "Moltres": { "release_below_cp": 1132, "release_below_iv": 0.8, "logic": "and" },
  108. "Zapdos": { "release_below_cp": 1087, "release_below_iv": 0.8, "logic": "and" },
  109. "Articuno": { "release_below_cp": 1039, "release_below_iv": 0.8, "logic": "and" },
  110.  
  111. "// S-Tier pokemons (if pokemon can be evolved into tier, list the representative)": {},
  112. "Mewtwo": { "release_below_cp": 1447, "release_below_iv": 0.8, "logic": "and"},
  113. "Dragonite": { "release_below_cp": 1221, "release_below_iv": 0.8, "logic": "and" },
  114. "Snorlax": { "release_below_cp": 1087, "release_below_iv": 0.8, "logic": "and" },
  115. "// Mew evolves to Mewtwo": {},
  116. "Mew": { "release_below_cp": 1152, "release_below_iv": 0.8, "logic": "and" },
  117. "Arcanine": { "release_below_cp": 1041, "release_below_iv": 0.8, "logic": "and" },
  118. "Vaporeon": { "release_below_cp": 984, "release_below_iv": 0.8, "logic": "and" },
  119. "Gyarados": { "release_below_cp": 938, "release_below_iv": 0.8, "logic": "and" },
  120. "Exeggutor": { "release_below_cp": 1032, "release_below_iv": 0.8, "logic": "and" },
  121. "Muk": { "release_below_cp": 909, "release_below_iv": 0.8, "logic": "and" },
  122. "Weezing": { "release_below_cp": 784, "release_below_iv": 0.8, "logic": "and" },
  123. "Flareon": { "release_below_cp": 924, "release_below_iv": 0.8, "logic": "and" },
  124.  
  125. "// Growlithe evolves to Arcanine": {},
  126. "Growlithe": { "release_below_cp": 465, "release_below_iv": 0.8, "logic": "and" },
  127. "// Dragonair evolves to Dragonite": {},
  128. "Dragonair": { "release_below_cp": 609, "release_below_iv": 0.8, "logic": "and" },
  129. "// Grimer evolves to Muk": {},
  130. "Grimer": { "release_below_cp": 448, "release_below_iv": 0.8, "logic": "and" },
  131. "// Magikarp evolves to Gyarados": {},
  132. "Magikarp": { "release_below_cp": 91, "release_below_iv": 0.8, "logic": "and" },
  133. "// Exeggcute evolves to Exeggutor": {},
  134. "Exeggcute": { "release_below_cp": 384, "release_below_iv": 0.8, "logic": "and" },
  135. "// Eevee evolves to many versions, like Vaporeon, Flareon": {},
  136. "Eevee": { "release_below_cp": 376, "release_below_iv": 0.8, "logic": "and" },
  137.  
  138. "// A-Tier pokemons": {},
  139. "Slowbro": { "release_below_cp": 907, "release_below_iv": 0.8, "logic": "and" },
  140. "Victreebel": { "release_below_cp": 883, "release_below_iv": 0.8, "logic": "and" },
  141. "Machamp": { "release_below_cp": 907, "release_below_iv": 0.8, "logic": "and" },
  142. "Poliwrath": { "release_below_cp": 876, "release_below_iv": 0.8, "logic": "and" },
  143. "Clefable": { "release_below_cp": 837, "release_below_iv": 0.8, "logic": "and" },
  144. "Nidoking": { "release_below_cp": 864, "release_below_iv": 0.8, "logic": "and" },
  145. "Venusaur": { "release_below_cp": 902, "release_below_iv": 0.8, "logic": "and" },
  146. "Charizard": { "release_below_cp": 909, "release_below_iv": 0.8, "logic": "and" },
  147. "Golduck": { "release_below_cp": 832, "release_below_iv": 0.8, "logic": "and" },
  148. "Nidoqueen": { "release_below_cp": 868, "release_below_iv": 0.8, "logic": "and" },
  149. "Vileplume": { "release_below_cp": 871, "release_below_iv": 0.8, "logic": "and" },
  150. "Blastoise": { "release_below_cp": 888, "release_below_iv": 0.8, "logic": "and" },
  151. "Omastar": { "release_below_cp": 780, "release_below_iv": 0.8, "logic": "and" },
  152. "Aerodactyl": { "release_below_cp": 756, "release_below_iv": 0.8, "logic": "and" },
  153. "Golem": { "release_below_cp": 804, "release_below_iv": 0.8, "logic": "and" },
  154. "Wigglytuff": { "release_below_cp": 760, "release_below_iv": 0.8, "logic": "and" },
  155. "Dewgong": { "release_below_cp": 748, "release_below_iv": 0.8, "logic": "and" },
  156. "Ninetales": { "release_below_cp": 763, "release_below_iv": 0.8, "logic": "and" },
  157. "Magmar": { "release_below_cp": 792, "release_below_iv": 0.8, "logic": "and" },
  158. "Kabutops": { "release_below_cp": 744, "release_below_iv": 0.8, "logic": "and" },
  159. "Electabuzz": { "release_below_cp": 739, "release_below_iv": 0.8, "logic": "and" },
  160. "Starmie": { "release_below_cp": 763, "release_below_iv": 0.8, "logic": "and" },
  161. "Jolteon": { "release_below_cp": 746, "release_below_iv": 0.8, "logic": "and" },
  162. "Rapidash": { "release_below_cp": 768, "release_below_iv": 0.8, "logic": "and" },
  163. "Pinsir": { "release_below_cp": 741, "release_below_iv": 0.8, "logic": "and" },
  164. "Scyther": { "release_below_cp": 724, "release_below_iv": 0.8, "logic": "and" },
  165. "Tentacruel": { "release_below_cp": 775, "release_below_iv": 0.8, "logic": "and" },
  166. "Gengar": { "release_below_cp": 724, "release_below_iv": 0.8, "logic": "and" },
  167. "Hypno": { "release_below_cp": 763, "release_below_iv": 0.8, "logic": "and" },
  168. "Pidgeot": { "release_below_cp": 729, "release_below_iv": 0.8, "logic": "and" },
  169. "Rhydon": { "release_below_cp": 782, "release_below_iv": 0.8, "logic": "and" },
  170. "Seaking": { "release_below_cp": 712, "release_below_iv": 0.8, "logic": "and" },
  171. "Kangaskhan": { "release_below_cp": 712, "release_below_iv": 0.8, "logic": "and" },
  172.  
  173. "// Koffing evolves to Weezing (A-Tier)": {},
  174. "Koffing": { "release_below_cp": 403, "release_below_iv": 0.8, "logic": "and" },
  175.  
  176. "// Below is B-tier and lower pokemons": {},
  177. "Magikarp": { "release_below_cp": 91, "release_below_iv": 0.8, "logic": "and" },
  178. "Caterpie": { "release_below_cp": 156, "release_below_iv": 0.8, "logic": "and" },
  179. "Weedle": { "release_below_cp": 156, "release_below_iv": 0.8, "logic": "and" },
  180. "Diglett": { "release_below_cp": 158, "release_below_iv": 0.8, "logic": "and" },
  181. "Metapod": { "release_below_cp": 168, "release_below_iv": 0.8, "logic": "and" },
  182. "Kakuna": { "release_below_cp": 170, "release_below_iv": 0.8, "logic": "and" },
  183. "Rattata": { "release_below_cp": 204, "release_below_iv": 0.8, "logic": "and" },
  184. "Abra": { "release_below_cp": 208, "release_below_iv": 0.8, "logic": "and" },
  185. "Zubat": { "release_below_cp": 225, "release_below_iv": 0.8, "logic": "and" },
  186. "Chansey": { "release_below_cp": 235, "release_below_iv": 0.8, "logic": "and" },
  187. "Pidgey": { "release_below_cp": 237, "release_below_iv": 0.8, "logic": "and" },
  188. "Spearow": { "release_below_cp": 240, "release_below_iv": 0.8, "logic": "and" },
  189. "Meowth": { "release_below_cp": 264, "release_below_iv": 0.8, "logic": "and" },
  190. "Krabby": { "release_below_cp": 276, "release_below_iv": 0.8, "logic": "and" },
  191. "Sandshrew": { "release_below_cp": 278, "release_below_iv": 0.8, "logic": "and" },
  192. "Poliwag": { "release_below_cp": 278, "release_below_iv": 0.8, "logic": "and" },
  193. "Horsea": { "release_below_cp": 278, "release_below_iv": 0.8, "logic": "and" },
  194. "Gastly": { "release_below_cp": 280, "release_below_iv": 0.8, "logic": "and" },
  195. "Ekans": { "release_below_cp": 288, "release_below_iv": 0.8, "logic": "and" },
  196. "Shellder": { "release_below_cp": 288, "release_below_iv": 0.8, "logic": "and" },
  197. "Vulpix": { "release_below_cp": 290, "release_below_iv": 0.8, "logic": "and" },
  198. "Voltorb": { "release_below_cp": 292, "release_below_iv": 0.8, "logic": "and" },
  199. "Geodude": { "release_below_cp": 297, "release_below_iv": 0.8, "logic": "and" },
  200. "Doduo": { "release_below_cp": 297, "release_below_iv": 0.8, "logic": "and" },
  201. "Onix": { "release_below_cp": 300, "release_below_iv": 0.8, "logic": "and" },
  202. "Mankey": { "release_below_cp": 307, "release_below_iv": 0.8, "logic": "and" },
  203. "Pikachu": { "release_below_cp": 309, "release_below_iv": 0.8, "logic": "and" },
  204. "Magnemite": { "release_below_cp": 312, "release_below_iv": 0.8, "logic": "and" },
  205. "Tentacool": { "release_below_cp": 316, "release_below_iv": 0.8, "logic": "and" },
  206. "Paras": { "release_below_cp": 319, "release_below_iv": 0.8, "logic": "and" },
  207. "Jigglypuff": { "release_below_cp": 321, "release_below_iv": 0.8, "logic": "and" },
  208. "Ditto": { "release_below_cp": 321, "release_below_iv": 0.8, "logic": "and" },
  209. "Staryu": { "release_below_cp": 326, "release_below_iv": 0.8, "logic": "and" },
  210. "Charmander": { "release_below_cp": 333, "release_below_iv": 0.8, "logic": "and" },
  211. "Goldeen": { "release_below_cp": 336, "release_below_iv": 0.8, "logic": "and" },
  212. "Squirtle": { "release_below_cp": 352, "release_below_iv": 0.8, "logic": "and" },
  213. "Cubone": { "release_below_cp": 352, "release_below_iv": 0.8, "logic": "and" },
  214. "Venonat": { "release_below_cp": 360, "release_below_iv": 0.8, "logic": "and" },
  215. "Bulbasaur": { "release_below_cp": 374, "release_below_iv": 0.8, "logic": "and" },
  216. "Drowzee": { "release_below_cp": 374, "release_below_iv": 0.8, "logic": "and" },
  217. "Machop": { "release_below_cp": 381, "release_below_iv": 0.8, "logic": "and" },
  218. "Psyduck": { "release_below_cp": 386, "release_below_iv": 0.8, "logic": "and" },
  219. "Seel": { "release_below_cp": 386, "release_below_iv": 0.8, "logic": "and" },
  220. "Kabuto": { "release_below_cp": 386, "release_below_iv": 0.8, "logic": "and" },
  221. "Bellsprout": { "release_below_cp": 391, "release_below_iv": 0.8, "logic": "and" },
  222. "Omanyte": { "release_below_cp": 391, "release_below_iv": 0.8, "logic": "and" },
  223. "Kadabra": { "release_below_cp": 396, "release_below_iv": 0.8, "logic": "and" },
  224. "Oddish": { "release_below_cp": 400, "release_below_iv": 0.8, "logic": "and" },
  225. "Dugtrio": { "release_below_cp": 408, "release_below_iv": 0.8, "logic": "and" },
  226. "Rhyhorn": { "release_below_cp": 412, "release_below_iv": 0.8, "logic": "and" },
  227. "Clefairy": { "release_below_cp": 420, "release_below_iv": 0.8, "logic": "and" },
  228. "Slowpoke": { "release_below_cp": 424, "release_below_iv": 0.8, "logic": "and" },
  229. "Pidgeotto": { "release_below_cp": 427, "release_below_iv": 0.8, "logic": "and" },
  230. "Farfetch'd": { "release_below_cp": 441, "release_below_iv": 0.8, "logic": "and" },
  231. "Poliwhirl": { "release_below_cp": 468, "release_below_iv": 0.8, "logic": "and" },
  232. "Nidorino": { "release_below_cp": 480, "release_below_iv": 0.8, "logic": "and" },
  233. "Haunter": { "release_below_cp": 482, "release_below_iv": 0.8, "logic": "and" },
  234. "Nidorina": { "release_below_cp": 489, "release_below_iv": 0.8, "logic": "and" },
  235. "Graveler": { "release_below_cp": 501, "release_below_iv": 0.8, "logic": "and" },
  236. "Beedrill": { "release_below_cp": 504, "release_below_iv": 0.8, "logic": "and" },
  237. "Raticate": { "release_below_cp": 504, "release_below_iv": 0.8, "logic": "and" },
  238. "Butterfree": { "release_below_cp": 508, "release_below_iv": 0.8, "logic": "and" },
  239. "Hitmonlee": { "release_below_cp": 520, "release_below_iv": 0.8, "logic": "and" },
  240. "Ponyta": { "release_below_cp": 530, "release_below_iv": 0.8, "logic": "and" },
  241. "Hitmonchan": { "release_below_cp": 530, "release_below_iv": 0.8, "logic": "and" },
  242. "Charmeleon": { "release_below_cp": 544, "release_below_iv": 0.8, "logic": "and" },
  243. "Wartortle": { "release_below_cp": 552, "release_below_iv": 0.8, "logic": "and" },
  244. "Persian": { "release_below_cp": 568, "release_below_iv": 0.8, "logic": "and" },
  245. "Lickitung": { "release_below_cp": 568, "release_below_iv": 0.8, "logic": "and" },
  246. "Ivysaur": { "release_below_cp": 571, "release_below_iv": 0.8, "logic": "and" },
  247. "Electrode": { "release_below_cp": 576, "release_below_iv": 0.8, "logic": "and" },
  248. "Marowak": { "release_below_cp": 578, "release_below_iv": 0.8, "logic": "and" },
  249. "Gloom": { "release_below_cp": 590, "release_below_iv": 0.8, "logic": "and" },
  250. "Porygon": { "release_below_cp": 590, "release_below_iv": 0.8, "logic": "and" },
  251. "Seadra": { "release_below_cp": 597, "release_below_iv": 0.8, "logic": "and" },
  252. "Jynx": { "release_below_cp": 600, "release_below_iv": 0.8, "logic": "and" },
  253. "Weepinbell": { "release_below_cp": 602, "release_below_iv": 0.8, "logic": "and" },
  254. "Tangela": { "release_below_cp": 607, "release_below_iv": 0.8, "logic": "and" },
  255. "Fearow": { "release_below_cp": 609, "release_below_iv": 0.8, "logic": "and" },
  256. "Parasect": { "release_below_cp": 609, "release_below_iv": 0.8, "logic": "and" },
  257. "Machoke": { "release_below_cp": 614, "release_below_iv": 0.8, "logic": "and" },
  258. "Arbok": { "release_below_cp": 616, "release_below_iv": 0.8, "logic": "and" },
  259. "Sandslash": { "release_below_cp": 631, "release_below_iv": 0.8, "logic": "and" },
  260. "Alakazam": { "release_below_cp": 633, "release_below_iv": 0.8, "logic": "and" },
  261. "Kingler": { "release_below_cp": 636, "release_below_iv": 0.8, "logic": "and" },
  262. "Dodrio": { "release_below_cp": 640, "release_below_iv": 0.8, "logic": "and" },
  263. "Tauros": { "release_below_cp": 643, "release_below_iv": 0.8, "logic": "and" },
  264. "Primeape": { "release_below_cp": 650, "release_below_iv": 0.8, "logic": "and" },
  265. "Magneton": { "release_below_cp": 657, "release_below_iv": 0.8, "logic": "and" },
  266. "Venomoth": { "release_below_cp": 660, "release_below_iv": 0.8, "logic": "and" },
  267. "Golbat": { "release_below_cp": 672, "release_below_iv": 0.8, "logic": "and" },
  268. "Raichu": { "release_below_cp": 708, "release_below_iv": 0.8, "logic": "and" },
  269. "Cloyster": { "release_below_cp": 717, "release_below_iv": 0.8, "logic": "and"}
  270. }
  271. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement