Guest User

PoGoConfig

a guest
Aug 7th, 2016
294
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.05 KB | None | 0 0
  1. {
  2. "TranslationLanguageCode": "en",
  3. "AutoUpdate": false,
  4. "TransferConfigAndAuthOnUpdate": true,
  5. "UseWebsocket": false,
  6. "StartupWelcomeDelay": false,
  7. "AmountOfPokemonToDisplayOnStart": 10,
  8. "ShowPokeballCountsBeforeRecycle": true,
  9. "CatchPokemon": true,
  10. "AutomaticallyLevelUpPokemon": false,
  11. "AmountOfTimesToUpgradeLoop": 5,
  12. "GetMinStarDustForLevelUp": 5000,
  13. "LevelUpByCPorIv": "iv",
  14. "UpgradePokemonCpMinimum": 2250.0,
  15. "UpgradePokemonIvMinimum": 92.0,
  16. "UpgradePokemonMinimumStatsOperator": "and",
  17. "DisableHumanWalking": false,
  18. "DefaultAltitude": 10.0,
  19. "DefaultLatitude": 40.781923,
  20. "DefaultLongitude": -73.966505,
  21. "WalkingSpeedInKilometerPerHour": 15.0,
  22. "MaxSpawnLocationOffset": 10,
  23. "DelayBetweenPlayerActions": 3500,
  24. "DelayBetweenPokemonCatch": 1500,
  25. "DumpPokemonStats": false,
  26. "EvolveAboveIvValue": 95.0,
  27. "EvolveAllPokemonAboveIv": false,
  28. "EvolveAllPokemonWithEnoughCandy": true,
  29. "EvolveKeptPokemonsAtStorageUsagePercentage": 90.0,
  30. "KeepPokemonsThatCanEvolve": false,
  31. "KeepMinCp": 1450,
  32. "KeepMinIvPercentage": 90.0,
  33. "KeepMinLvl": 6,
  34. "KeepMinOperator": "and",
  35. "UseKeepMinLvl": false,
  36. "PrioritizeIvOverCp": true,
  37. "KeepMinDuplicatePokemon": 1,
  38. "UseGpxPathing": false,
  39. "GpxFile": "GPXPath.GPX",
  40. "VerboseRecycling": true,
  41. "RecycleInventoryAtUsagePercentage": 90.0,
  42. "UseEggIncubators": true,
  43. "UseLuckyEggConstantly": true,
  44. "UseLuckyEggsMinPokemonAmount": 30,
  45. "UseLuckyEggsWhileEvolving": true,
  46. "UseIncenseConstantly": false,
  47. "UseBerriesMinCp": 1000,
  48. "UseBerriesMinIv": 90.0,
  49. "UseBerriesBelowCatchProbability": 0.2,
  50. "UseBerriesOperator": "and",
  51. "UseSnipeOnlineLocationServer": true,
  52. "UseSnipeLocationServer": true,
  53. "SnipeLocationServer": "localhost",
  54. "SnipeLocationServerPort": 16969,
  55. "GetSniperInfoFromPokezz": true,
  56. "GetOnlyVerifiedSniperInfoFromPokezz": true,
  57. "MinPokeballsToSnipe": 20,
  58. "MinPokeballsWhileSnipe": 0,
  59. "MinDelayBetweenSnipes": 60000,
  60. "SnipingScanOffset": 0.003,
  61. "SnipeAtPokestops": true,
  62. "SnipeIgnoreUnknownIv": false,
  63. "UseTransferIvForSnipe": false,
  64. "RenamePokemon": true,
  65. "RenameOnlyAboveIv": false,
  66. "RenameTemplate": "{1}_{0}",
  67. "MaxPokeballsPerPokemon": 15,
  68. "MaxTravelDistanceInMeters": 1000,
  69. "TotalAmountOfPokeballsToKeep": 120,
  70. "TotalAmountOfPotionsToKeep": 80,
  71. "TotalAmountOfRevivesToKeep": 60,
  72. "TotalAmountOfBerriesToKeep": 50,
  73. "UseGreatBallAboveCp": 1000,
  74. "UseUltraBallAboveCp": 1250,
  75. "UseMasterBallAboveCp": 1500,
  76. "UseGreatBallAboveIv": 85.0,
  77. "UseUltraBallAboveIv": 95.0,
  78. "UseGreatBallBelowCatchProbability": 0.2,
  79. "UseUltraBallBelowCatchProbability": 0.1,
  80. "UseMasterBallBelowCatchProbability": 0.05,
  81. "EnableHumanizedThrows": false,
  82. "NiceThrowChance": 40,
  83. "GreatThrowChance": 30,
  84. "ExcellentThrowChance": 10,
  85. "CurveThrowChance": 90,
  86. "ForceGreatThrowOverIv": 90.0,
  87. "ForceExcellentThrowOverIv": 95.0,
  88. "ForceGreatThrowOverCp": 1000,
  89. "ForceExcellentThrowOverCp": 1500,
  90. "TransferWeakPokemon": true,
  91. "TransferDuplicatePokemon": true,
  92. "TransferDuplicatePokemonOnCapture": true,
  93. "FavoriteMinIvPercentage": 95.0,
  94. "AutoFavoritePokemon": true,
  95. "UsePokemonToNotCatchFilter": false,
  96. "UsePokemonSniperFilterOnly": false,
  97. "WebSocketPort": 14251,
  98. "ItemRecycleFilter": [
  99. {
  100. "Key": "itemUnknown",
  101. "Value": 0
  102. },
  103. {
  104. "Key": "itemLuckyEgg",
  105. "Value": 200
  106. },
  107. {
  108. "Key": "itemIncenseOrdinary",
  109. "Value": 100
  110. },
  111. {
  112. "Key": "itemIncenseSpicy",
  113. "Value": 100
  114. },
  115. {
  116. "Key": "itemIncenseCool",
  117. "Value": 100
  118. },
  119. {
  120. "Key": "itemIncenseFloral",
  121. "Value": 100
  122. },
  123. {
  124. "Key": "itemTroyDisk",
  125. "Value": 100
  126. },
  127. {
  128. "Key": "itemXAttack",
  129. "Value": 100
  130. },
  131. {
  132. "Key": "itemXDefense",
  133. "Value": 100
  134. },
  135. {
  136. "Key": "itemXMiracle",
  137. "Value": 100
  138. },
  139. {
  140. "Key": "itemSpecialCamera",
  141. "Value": 100
  142. },
  143. {
  144. "Key": "itemIncubatorBasicUnlimited",
  145. "Value": 100
  146. },
  147. {
  148. "Key": "itemIncubatorBasic",
  149. "Value": 100
  150. },
  151. {
  152. "Key": "itemPokemonStorageUpgrade",
  153. "Value": 100
  154. },
  155. {
  156. "Key": "itemItemStorageUpgrade",
  157. "Value": 100
  158. }
  159. ],
  160. "PokemonsNotToTransfer": [
  161. "ditto",
  162. "articuno",
  163. "zapdos",
  164. "moltres",
  165. "mewtwo",
  166. "mew"
  167. ],
  168. "PokemonsToEvolve": [
  169. "caterpie",
  170. "weedle",
  171. "pidgey",
  172. "rattata"
  173. ],
  174. "PokemonsToIgnore": [
  175. "caterpie",
  176. "weedle",
  177. "pidgey",
  178. "rattata",
  179. "spearow",
  180. "zubat",
  181. "doduo"
  182. ],
  183. "PokemonsTransferFilter": {
  184. "Golduck": {
  185. "KeepMinCp": 1800,
  186. "KeepMinLvl": 6,
  187. "UseKeepMinLvl": false,
  188. "KeepMinIvPercentage": 95.0,
  189. "KeepMinDuplicatePokemon": 1,
  190. "Moves": [],
  191. "KeepMinOperator": "or",
  192. "MovesOperator": "or"
  193. },
  194. "Farfetchd": {
  195. "KeepMinCp": 1250,
  196. "KeepMinLvl": 6,
  197. "UseKeepMinLvl": false,
  198. "KeepMinIvPercentage": 80.0,
  199. "KeepMinDuplicatePokemon": 1,
  200. "Moves": [],
  201. "KeepMinOperator": "or",
  202. "MovesOperator": "or"
  203. },
  204. "Krabby": {
  205. "KeepMinCp": 1250,
  206. "KeepMinLvl": 6,
  207. "UseKeepMinLvl": false,
  208. "KeepMinIvPercentage": 95.0,
  209. "KeepMinDuplicatePokemon": 1,
  210. "Moves": [],
  211. "KeepMinOperator": "or",
  212. "MovesOperator": "or"
  213. },
  214. "Kangaskhan": {
  215. "KeepMinCp": 1500,
  216. "KeepMinLvl": 6,
  217. "UseKeepMinLvl": false,
  218. "KeepMinIvPercentage": 60.0,
  219. "KeepMinDuplicatePokemon": 1,
  220. "Moves": [],
  221. "KeepMinOperator": "or",
  222. "MovesOperator": "or"
  223. },
  224. "Horsea": {
  225. "KeepMinCp": 1250,
  226. "KeepMinLvl": 6,
  227. "UseKeepMinLvl": false,
  228. "KeepMinIvPercentage": 95.0,
  229. "KeepMinDuplicatePokemon": 1,
  230. "Moves": [],
  231. "KeepMinOperator": "or",
  232. "MovesOperator": "or"
  233. },
  234. "Staryu": {
  235. "KeepMinCp": 1250,
  236. "KeepMinLvl": 6,
  237. "UseKeepMinLvl": false,
  238. "KeepMinIvPercentage": 95.0,
  239. "KeepMinDuplicatePokemon": 1,
  240. "Moves": [],
  241. "KeepMinOperator": "or",
  242. "MovesOperator": "or"
  243. },
  244. "MrMime": {
  245. "KeepMinCp": 1250,
  246. "KeepMinLvl": 6,
  247. "UseKeepMinLvl": false,
  248. "KeepMinIvPercentage": 40.0,
  249. "KeepMinDuplicatePokemon": 1,
  250. "Moves": [],
  251. "KeepMinOperator": "or",
  252. "MovesOperator": "or"
  253. },
  254. "Scyther": {
  255. "KeepMinCp": 1800,
  256. "KeepMinLvl": 6,
  257. "UseKeepMinLvl": false,
  258. "KeepMinIvPercentage": 80.0,
  259. "KeepMinDuplicatePokemon": 1,
  260. "Moves": [],
  261. "KeepMinOperator": "or",
  262. "MovesOperator": "or"
  263. },
  264. "Jynx": {
  265. "KeepMinCp": 1250,
  266. "KeepMinLvl": 6,
  267. "UseKeepMinLvl": false,
  268. "KeepMinIvPercentage": 95.0,
  269. "KeepMinDuplicatePokemon": 1,
  270. "Moves": [],
  271. "KeepMinOperator": "or",
  272. "MovesOperator": "or"
  273. },
  274. "Electabuzz": {
  275. "KeepMinCp": 1250,
  276. "KeepMinLvl": 6,
  277. "UseKeepMinLvl": false,
  278. "KeepMinIvPercentage": 80.0,
  279. "KeepMinDuplicatePokemon": 1,
  280. "Moves": [],
  281. "KeepMinOperator": "or",
  282. "MovesOperator": "or"
  283. },
  284. "Magmar": {
  285. "KeepMinCp": 1500,
  286. "KeepMinLvl": 6,
  287. "UseKeepMinLvl": false,
  288. "KeepMinIvPercentage": 80.0,
  289. "KeepMinDuplicatePokemon": 1,
  290. "Moves": [],
  291. "KeepMinOperator": "or",
  292. "MovesOperator": "or"
  293. },
  294. "Pinsir": {
  295. "KeepMinCp": 1800,
  296. "KeepMinLvl": 6,
  297. "UseKeepMinLvl": false,
  298. "KeepMinIvPercentage": 95.0,
  299. "KeepMinDuplicatePokemon": 1,
  300. "Moves": [],
  301. "KeepMinOperator": "or",
  302. "MovesOperator": "or"
  303. },
  304. "Tauros": {
  305. "KeepMinCp": 1250,
  306. "KeepMinLvl": 6,
  307. "UseKeepMinLvl": false,
  308. "KeepMinIvPercentage": 90.0,
  309. "KeepMinDuplicatePokemon": 1,
  310. "Moves": [],
  311. "KeepMinOperator": "or",
  312. "MovesOperator": "or"
  313. },
  314. "Magikarp": {
  315. "KeepMinCp": 200,
  316. "KeepMinLvl": 6,
  317. "UseKeepMinLvl": false,
  318. "KeepMinIvPercentage": 95.0,
  319. "KeepMinDuplicatePokemon": 1,
  320. "Moves": [],
  321. "KeepMinOperator": "or",
  322. "MovesOperator": "or"
  323. },
  324. "Gyarados": {
  325. "KeepMinCp": 1250,
  326. "KeepMinLvl": 6,
  327. "UseKeepMinLvl": false,
  328. "KeepMinIvPercentage": 90.0,
  329. "KeepMinDuplicatePokemon": 1,
  330. "Moves": [],
  331. "KeepMinOperator": "or",
  332. "MovesOperator": "or"
  333. },
  334. "Lapras": {
  335. "KeepMinCp": 1800,
  336. "KeepMinLvl": 6,
  337. "UseKeepMinLvl": false,
  338. "KeepMinIvPercentage": 80.0,
  339. "KeepMinDuplicatePokemon": 1,
  340. "Moves": [],
  341. "KeepMinOperator": "or",
  342. "MovesOperator": "or"
  343. },
  344. "Eevee": {
  345. "KeepMinCp": 1250,
  346. "KeepMinLvl": 6,
  347. "UseKeepMinLvl": false,
  348. "KeepMinIvPercentage": 95.0,
  349. "KeepMinDuplicatePokemon": 1,
  350. "Moves": [],
  351. "KeepMinOperator": "or",
  352. "MovesOperator": "or"
  353. },
  354. "Vaporeon": {
  355. "KeepMinCp": 1500,
  356. "KeepMinLvl": 6,
  357. "UseKeepMinLvl": false,
  358. "KeepMinIvPercentage": 90.0,
  359. "KeepMinDuplicatePokemon": 1,
  360. "Moves": [],
  361. "KeepMinOperator": "or",
  362. "MovesOperator": "or"
  363. },
  364. "Jolteon": {
  365. "KeepMinCp": 1500,
  366. "KeepMinLvl": 6,
  367. "UseKeepMinLvl": false,
  368. "KeepMinIvPercentage": 90.0,
  369. "KeepMinDuplicatePokemon": 1,
  370. "Moves": [],
  371. "KeepMinOperator": "or",
  372. "MovesOperator": "or"
  373. },
  374. "Flareon": {
  375. "KeepMinCp": 1500,
  376. "KeepMinLvl": 6,
  377. "UseKeepMinLvl": false,
  378. "KeepMinIvPercentage": 90.0,
  379. "KeepMinDuplicatePokemon": 1,
  380. "Moves": [],
  381. "KeepMinOperator": "or",
  382. "MovesOperator": "or"
  383. },
  384. "Porygon": {
  385. "KeepMinCp": 1250,
  386. "KeepMinLvl": 6,
  387. "UseKeepMinLvl": false,
  388. "KeepMinIvPercentage": 60.0,
  389. "KeepMinDuplicatePokemon": 1,
  390. "Moves": [],
  391. "KeepMinOperator": "or",
  392. "MovesOperator": "or"
  393. },
  394. "Snorlax": {
  395. "KeepMinCp": 2600,
  396. "KeepMinLvl": 6,
  397. "UseKeepMinLvl": false,
  398. "KeepMinIvPercentage": 90.0,
  399. "KeepMinDuplicatePokemon": 1,
  400. "Moves": [],
  401. "KeepMinOperator": "or",
  402. "MovesOperator": "or"
  403. },
  404. "Dragonite": {
  405. "KeepMinCp": 2600,
  406. "KeepMinLvl": 6,
  407. "UseKeepMinLvl": false,
  408. "KeepMinIvPercentage": 90.0,
  409. "KeepMinDuplicatePokemon": 1,
  410. "Moves": [],
  411. "KeepMinOperator": "or",
  412. "MovesOperator": "or"
  413. }
  414. },
  415. "PokemonToSnipe": {
  416. "Locations": [
  417. {
  418. "Latitude": 38.556807486461118,
  419. "Longitude": -121.2383794784546
  420. },
  421. {
  422. "Latitude": -33.859019,
  423. "Longitude": 151.213098
  424. },
  425. {
  426. "Latitude": 47.5014969,
  427. "Longitude": -122.0959568
  428. },
  429. {
  430. "Latitude": 51.5025343,
  431. "Longitude": -0.2055027
  432. }
  433. ],
  434. "Pokemon": [
  435. "venusaur",
  436. "charizard",
  437. "blastoise",
  438. "beedrill",
  439. "raichu",
  440. "sandslash",
  441. "nidoking",
  442. "nidoqueen",
  443. "clefable",
  444. "ninetales",
  445. "golbat",
  446. "vileplume",
  447. "golduck",
  448. "primeape",
  449. "arcanine",
  450. "poliwrath",
  451. "alakazam",
  452. "machamp",
  453. "golem",
  454. "rapidash",
  455. "slowbro",
  456. "farfetchd",
  457. "muk",
  458. "cloyster",
  459. "gengar",
  460. "exeggutor",
  461. "marowak",
  462. "hitmonchan",
  463. "lickitung",
  464. "rhydon",
  465. "chansey",
  466. "kangaskhan",
  467. "starmie",
  468. "mrMime",
  469. "scyther",
  470. "magmar",
  471. "electabuzz",
  472. "jynx",
  473. "gyarados",
  474. "lapras",
  475. "ditto",
  476. "vaporeon",
  477. "jolteon",
  478. "flareon",
  479. "porygon",
  480. "kabutops",
  481. "aerodactyl",
  482. "snorlax",
  483. "articuno",
  484. "zapdos",
  485. "moltres",
  486. "dragonite",
  487. "mewtwo",
  488. "mew"
  489. ]
  490. },
  491. "PokemonToUseMasterball": [
  492. "articuno",
  493. "zapdos",
  494. "moltres",
  495. "mew",
  496. "mewtwo"
  497. ]
  498. }
Advertisement
Add Comment
Please, Sign In to add comment