Advertisement
Guest User

Config.json

a guest
Aug 9th, 2016
493
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.43 KB | None | 0 0
  1. {
  2. "TranslationLanguageCode": "fr",
  3. "AutoUpdate": false,
  4. "TransferConfigAndAuthOnUpdate": true,
  5. "UseWebsocket": false,
  6. "StartupWelcomeDelay": false,
  7. "UseTelegramAPI": false,
  8. "TelegramAPIKey": null,
  9. "AmountOfPokemonToDisplayOnStart": 10,
  10. "DetailedCountsBeforeRecycling": true,
  11. "MaxBerriesToUsePerPokemon": 3,
  12. "CatchPokemon": true,
  13. "AutomaticallyLevelUpPokemon": false,
  14. "AmountOfTimesToUpgradeLoop": 5,
  15. "GetMinStarDustForLevelUp": 5000,
  16. "LevelUpByCPorIv": "iv",
  17. "UpgradePokemonCpMinimum": 2000.0,
  18. "UpgradePokemonIvMinimum": 95.0,
  19. "UpgradePokemonMinimumStatsOperator": "and",
  20. "DisableHumanWalking": false,
  21. "DefaultLatitude": 40.765556,
  22. "DefaultLongitude": -73.980035,
  23. "WalkingSpeedInKilometerPerHour": 200.0,
  24. "MaxSpawnLocationOffset": 10,
  25. "DelayBetweenPlayerActions": 10,
  26. "DelayBetweenPokemonCatch": 10,
  27. "DumpPokemonStats": false,
  28. "EvolveAboveIvValue": 95.0,
  29. "EvolveAllPokemonAboveIv": true,
  30. "EvolveAllPokemonWithEnoughCandy": true,
  31. "EvolveKeptPokemonsAtStorageUsagePercentage": 90.0,
  32. "KeepPokemonsThatCanEvolve": false,
  33. "KeepMinCp": 1500,
  34. "KeepMinIvPercentage": 90.0,
  35. "KeepMinLvl": 6,
  36. "KeepMinOperator": "or",
  37. "UseKeepMinLvl": false,
  38. "PrioritizeIvOverCp": false,
  39. "KeepMinDuplicatePokemon": 1,
  40. "UseGpxPathing": false,
  41. "GpxFile": "GPXPath.GPX",
  42. "VerboseRecycling": true,
  43. "RecycleInventoryAtUsagePercentage": 0.0,
  44. "UseEggIncubators": true,
  45. "UseLuckyEggConstantly": false,
  46. "UseLuckyEggsMinPokemonAmount": 0,
  47. "UseLuckyEggsWhileEvolving": false,
  48. "UseIncenseConstantly": false,
  49. "UseBerriesMinCp": 1000,
  50. "UseBerriesMinIv": 90.0,
  51. "UseBerriesBelowCatchProbability": 0.2,
  52. "UseBerriesOperator": "and",
  53. "UseSnipeLocationServer": true,
  54. "SnipeLocationServer": "localhost",
  55. "SnipeLocationServerPort": 16969,
  56. "GetSniperInfoFromPokezz": true,
  57. "GetOnlyVerifiedSniperInfoFromPokezz": true,
  58. "MinPokeballsToSnipe": 120,
  59. "MinPokeballsWhileSnipe": 120,
  60. "MinDelayBetweenSnipes": 15000,
  61. "SnipingScanOffset": 0.003,
  62. "SnipeAtPokestops": true,
  63. "SnipeIgnoreUnknownIv": false,
  64. "UseTransferIvForSnipe": false,
  65. "SnipePokemonNotInPokedex": false,
  66. "RenamePokemon": true,
  67. "RenameOnlyAboveIv": true,
  68. "RenameTemplate": "{1}_{0}",
  69. "MaxPokeballsPerPokemon": 6,
  70. "MaxTravelDistanceInMeters": 5000,
  71. "TotalAmountOfPokeballsToKeep": 125,
  72. "TotalAmountOfPotionsToKeep": 10,
  73. "TotalAmountOfRevivesToKeep": 10,
  74. "TotalAmountOfBerriesToKeep": 50,
  75. "UseGreatBallAboveCp": 1000,
  76. "UseUltraBallAboveCp": 1500,
  77. "UseMasterBallAboveCp": 2000,
  78. "UseGreatBallAboveIv": 0.0,
  79. "UseUltraBallAboveIv": 0.0,
  80. "UseGreatBallBelowCatchProbability": 0.0,
  81. "UseUltraBallBelowCatchProbability": 0.0,
  82. "UseMasterBallBelowCatchProbability": 0.0,
  83. "EnableHumanizedThrows": false,
  84. "NiceThrowChance": 40,
  85. "GreatThrowChance": 30,
  86. "ExcellentThrowChance": 10,
  87. "CurveThrowChance": 90,
  88. "ForceGreatThrowOverIv": 90.0,
  89. "ForceExcellentThrowOverIv": 95.0,
  90. "ForceGreatThrowOverCp": 1000,
  91. "ForceExcellentThrowOverCp": 1500,
  92. "TransferWeakPokemon": true,
  93. "TransferDuplicatePokemon": true,
  94. "TransferDuplicatePokemonOnCapture": true,
  95. "FavoriteMinIvPercentage": 0.0,
  96. "AutoFavoritePokemon": false,
  97. "UsePokemonToNotCatchFilter": false,
  98. "UsePokemonSniperFilterOnly": false,
  99. "WebSocketPort": 14251,
  100. "ItemRecycleFilter": [
  101. {
  102. "Key": "itemUnknown",
  103. "Value": 0
  104. },
  105. {
  106. "Key": "itemPokeBall",
  107. "Value": 200
  108. },
  109. {
  110. "Key": "itemGreatBall",
  111. "Value": 200
  112. },
  113. {
  114. "Key": "itemUltraBall",
  115. "Value": 10000
  116. },
  117. {
  118. "Key": "itemMasterBall",
  119. "Value": 10000
  120. },
  121. {
  122. "Key": "itemPotion",
  123. "Value": 20
  124. },
  125. {
  126. "Key": "itemSuperPotion",
  127. "Value": 20
  128. },
  129. {
  130. "Key": "itemHyperPotion",
  131. "Value": 20
  132. },
  133. {
  134. "Key": "itemMaxPotion",
  135. "Value": 50
  136. },
  137. {
  138. "Key": "itemRevive",
  139. "Value": 30
  140. },
  141. {
  142. "Key": "itemMaxRevive",
  143. "Value": 100
  144. },
  145. {
  146. "Key": "itemLuckyEgg",
  147. "Value": 200
  148. },
  149. {
  150. "Key": "itemIncenseOrdinary",
  151. "Value": 100
  152. },
  153. {
  154. "Key": "itemIncenseSpicy",
  155. "Value": 100
  156. },
  157. {
  158. "Key": "itemIncenseCool",
  159. "Value": 100
  160. },
  161. {
  162. "Key": "itemIncenseFloral",
  163. "Value": 100
  164. },
  165. {
  166. "Key": "itemTroyDisk",
  167. "Value": 100
  168. },
  169. {
  170. "Key": "itemXAttack",
  171. "Value": 100
  172. },
  173. {
  174. "Key": "itemXDefense",
  175. "Value": 100
  176. },
  177. {
  178. "Key": "itemXMiracle",
  179. "Value": 100
  180. },
  181. {
  182. "Key": "itemRazzBerry",
  183. "Value": 30
  184. },
  185. {
  186. "Key": "itemBlukBerry",
  187. "Value": 30
  188. },
  189. {
  190. "Key": "itemNanabBerry",
  191. "Value": 30
  192. },
  193. {
  194. "Key": "itemWeparBerry",
  195. "Value": 30
  196. },
  197. {
  198. "Key": "itemPinapBerry",
  199. "Value": 30
  200. },
  201. {
  202. "Key": "itemSpecialCamera",
  203. "Value": 100
  204. },
  205. {
  206. "Key": "itemIncubatorBasicUnlimited",
  207. "Value": 100
  208. },
  209. {
  210. "Key": "itemIncubatorBasic",
  211. "Value": 100
  212. },
  213. {
  214. "Key": "itemPokemonStorageUpgrade",
  215. "Value": 100
  216. },
  217. {
  218. "Key": "itemItemStorageUpgrade",
  219. "Value": 100
  220. }
  221. ],
  222. "PokemonsNotToTransfer": [
  223. "charizard",
  224. "blastoise",
  225. "vileplume",
  226. "arcanine",
  227. "poliwrath",
  228. "machamp",
  229. "victreebel",
  230. "ditto",
  231. "articuno",
  232. "zapdos",
  233. "moltres",
  234. "mewtwo",
  235. "mew",
  236. "dragonite",
  237. "jolteon",
  238. "flareon",
  239. "vaporeon",
  240. "snorlax",
  241. "eevee",
  242. "slowbro",
  243. "nidoking",
  244. "lapras",
  245. "nidoqueen",
  246. "gyarados"
  247. ],
  248. "PokemonsToEvolve": [
  249. "caterpie",
  250. "weedle",
  251. "pidgey",
  252. "rattata",
  253. "spearow",
  254. "ekans",
  255. "pikachu",
  256. "sandshrew",
  257. "clefairy",
  258. "vulpix",
  259. "jigglypuff",
  260. "zubat",
  261. "oddish",
  262. "paras",
  263. "venonat",
  264. "diglett",
  265. "meowth",
  266. "psyduck",
  267. "mankey",
  268. "growlithe",
  269. "poliwag",
  270. "abra",
  271. "machop",
  272. "bellsprout",
  273. "tentacool",
  274. "geodude",
  275. "ponyta",
  276. "magnemite",
  277. "doduo",
  278. "seel",
  279. "grimer",
  280. "shellder",
  281. "gastly",
  282. "drowzee",
  283. "krabby",
  284. "voltorb",
  285. "exeggcute",
  286. "cubone",
  287. "koffing",
  288. "rhyhorn",
  289. "horsea",
  290. "goldeen",
  291. "staryu",
  292. "omanyte",
  293. "kabuto",
  294. "nidoranMale",
  295. "nidoranFemale"
  296. ],
  297. "PokemonsToIgnore": [
  298. "ivysaur",
  299. "venusaur",
  300. "charmeleon",
  301. "charizard",
  302. "wartortle",
  303. "blastoise",
  304. "metapod",
  305. "butterfree",
  306. "kakuna",
  307. "beedrill",
  308. "pidgeotto",
  309. "pidgeot",
  310. "raticate",
  311. "fearow",
  312. "arbok",
  313. "raichu",
  314. "sandslash",
  315. "nidorina",
  316. "nidoqueen",
  317. "nidorino",
  318. "nidoking",
  319. "clefable",
  320. "ninetales",
  321. "wigglytuff",
  322. "golbat",
  323. "gloom",
  324. "vileplume",
  325. "parasect",
  326. "venomoth",
  327. "dugtrio",
  328. "persian",
  329. "golduck",
  330. "primeape",
  331. "arcanine",
  332. "poliwhirl",
  333. "poliwrath",
  334. "kadabra",
  335. "alakazam",
  336. "machoke",
  337. "machamp",
  338. "weepinbell",
  339. "victreebel",
  340. "tentacruel",
  341. "graveler",
  342. "golem",
  343. "rapidash",
  344. "slowbro",
  345. "magneton",
  346. "farfetchd",
  347. "dodrio",
  348. "dewgong",
  349. "muk",
  350. "cloyster",
  351. "haunter",
  352. "gengar",
  353. "onix",
  354. "hypno",
  355. "kingler",
  356. "electrode",
  357. "exeggutor",
  358. "marowak",
  359. "hitmonlee",
  360. "hitmonchan",
  361. "lickitung",
  362. "weezing",
  363. "rhydon",
  364. "chansey",
  365. "tangela",
  366. "kangaskhan",
  367. "seadra",
  368. "seaking",
  369. "starmie",
  370. "mrMime",
  371. "scyther",
  372. "jynx",
  373. "electabuzz",
  374. "magmar",
  375. "pinsir",
  376. "tauros",
  377. "gyarados",
  378. "lapras",
  379. "ditto",
  380. "vaporeon",
  381. "jolteon",
  382. "flareon",
  383. "porygon",
  384. "omastar",
  385. "kabutops",
  386. "aerodactyl",
  387. "snorlax",
  388. "articuno",
  389. "zapdos",
  390. "moltres",
  391. "dragonair",
  392. "dragonite"
  393. ],
  394. "PokemonsTransferFilter": {
  395. "Farfetchd": {
  396. "KeepMinCp": 1250,
  397. "KeepMinLvl": 0,
  398. "UseKeepMinLvl": false,
  399. "KeepMinIvPercentage": 80.0,
  400. "KeepMinDuplicatePokemon": 1,
  401. "Moves": [],
  402. "KeepMinOperator": "or",
  403. "MovesOperator": "or"
  404. },
  405. "Krabby": {
  406. "KeepMinCp": 1250,
  407. "KeepMinLvl": 0,
  408. "UseKeepMinLvl": false,
  409. "KeepMinIvPercentage": 95.0,
  410. "KeepMinDuplicatePokemon": 1,
  411. "Moves": [],
  412. "KeepMinOperator": "or",
  413. "MovesOperator": "or"
  414. },
  415. "Kangaskhan": {
  416. "KeepMinCp": 1500,
  417. "KeepMinLvl": 0,
  418. "UseKeepMinLvl": false,
  419. "KeepMinIvPercentage": 60.0,
  420. "KeepMinDuplicatePokemon": 1,
  421. "Moves": [],
  422. "KeepMinOperator": "or",
  423. "MovesOperator": "or"
  424. },
  425. "Horsea": {
  426. "KeepMinCp": 1250,
  427. "KeepMinLvl": 0,
  428. "UseKeepMinLvl": false,
  429. "KeepMinIvPercentage": 95.0,
  430. "KeepMinDuplicatePokemon": 1,
  431. "Moves": [],
  432. "KeepMinOperator": "or",
  433. "MovesOperator": "or"
  434. },
  435. "Staryu": {
  436. "KeepMinCp": 1250,
  437. "KeepMinLvl": 0,
  438. "UseKeepMinLvl": false,
  439. "KeepMinIvPercentage": 95.0,
  440. "KeepMinDuplicatePokemon": 1,
  441. "Moves": [],
  442. "KeepMinOperator": "or",
  443. "MovesOperator": "or"
  444. },
  445. "MrMime": {
  446. "KeepMinCp": 1250,
  447. "KeepMinLvl": 0,
  448. "UseKeepMinLvl": false,
  449. "KeepMinIvPercentage": 40.0,
  450. "KeepMinDuplicatePokemon": 1,
  451. "Moves": [],
  452. "KeepMinOperator": "or",
  453. "MovesOperator": "or"
  454. },
  455. "Scyther": {
  456. "KeepMinCp": 1800,
  457. "KeepMinLvl": 0,
  458. "UseKeepMinLvl": false,
  459. "KeepMinIvPercentage": 80.0,
  460. "KeepMinDuplicatePokemon": 1,
  461. "Moves": [],
  462. "KeepMinOperator": "or",
  463. "MovesOperator": "or"
  464. },
  465. "Jynx": {
  466. "KeepMinCp": 1300,
  467. "KeepMinLvl": 0,
  468. "UseKeepMinLvl": false,
  469. "KeepMinIvPercentage": 95.0,
  470. "KeepMinDuplicatePokemon": 1,
  471. "Moves": [],
  472. "KeepMinOperator": "or",
  473. "MovesOperator": "or"
  474. },
  475. "Electabuzz": {
  476. "KeepMinCp": 1250,
  477. "KeepMinLvl": 0,
  478. "UseKeepMinLvl": false,
  479. "KeepMinIvPercentage": 80.0,
  480. "KeepMinDuplicatePokemon": 1,
  481. "Moves": [],
  482. "KeepMinOperator": "or",
  483. "MovesOperator": "or"
  484. },
  485. "Magmar": {
  486. "KeepMinCp": 1500,
  487. "KeepMinLvl": 0,
  488. "UseKeepMinLvl": false,
  489. "KeepMinIvPercentage": 80.0,
  490. "KeepMinDuplicatePokemon": 1,
  491. "Moves": [],
  492. "KeepMinOperator": "or",
  493. "MovesOperator": "or"
  494. },
  495. "Pinsir": {
  496. "KeepMinCp": 1800,
  497. "KeepMinLvl": 0,
  498. "UseKeepMinLvl": false,
  499. "KeepMinIvPercentage": 95.0,
  500. "KeepMinDuplicatePokemon": 1,
  501. "Moves": [],
  502. "KeepMinOperator": "or",
  503. "MovesOperator": "or"
  504. },
  505. "Tauros": {
  506. "KeepMinCp": 1250,
  507. "KeepMinLvl": 0,
  508. "UseKeepMinLvl": false,
  509. "KeepMinIvPercentage": 90.0,
  510. "KeepMinDuplicatePokemon": 1,
  511. "Moves": [],
  512. "KeepMinOperator": "or",
  513. "MovesOperator": "or"
  514. },
  515. "Magikarp": {
  516. "KeepMinCp": 1250,
  517. "KeepMinLvl": 0,
  518. "UseKeepMinLvl": false,
  519. "KeepMinIvPercentage": 95.0,
  520. "KeepMinDuplicatePokemon": 1,
  521. "Moves": [],
  522. "KeepMinOperator": "or",
  523. "MovesOperator": "or"
  524. },
  525. "Gyarados": {
  526. "KeepMinCp": 2000,
  527. "KeepMinLvl": 0,
  528. "UseKeepMinLvl": false,
  529. "KeepMinIvPercentage": 90.0,
  530. "KeepMinDuplicatePokemon": 1,
  531. "Moves": [],
  532. "KeepMinOperator": "or",
  533. "MovesOperator": "or"
  534. },
  535. "Lapras": {
  536. "KeepMinCp": 2400,
  537. "KeepMinLvl": 0,
  538. "UseKeepMinLvl": false,
  539. "KeepMinIvPercentage": 90.0,
  540. "KeepMinDuplicatePokemon": 1,
  541. "Moves": [],
  542. "KeepMinOperator": "or",
  543. "MovesOperator": "or"
  544. },
  545. "Eevee": {
  546. "KeepMinCp": 850,
  547. "KeepMinLvl": 0,
  548. "UseKeepMinLvl": false,
  549. "KeepMinIvPercentage": 95.0,
  550. "KeepMinDuplicatePokemon": 1,
  551. "Moves": [],
  552. "KeepMinOperator": "or",
  553. "MovesOperator": "or"
  554. },
  555. "Vaporeon": {
  556. "KeepMinCp": 2200,
  557. "KeepMinLvl": 0,
  558. "UseKeepMinLvl": false,
  559. "KeepMinIvPercentage": 90.0,
  560. "KeepMinDuplicatePokemon": 1,
  561. "Moves": [],
  562. "KeepMinOperator": "or",
  563. "MovesOperator": "or"
  564. },
  565. "Jolteon": {
  566. "KeepMinCp": 1650,
  567. "KeepMinLvl": 0,
  568. "UseKeepMinLvl": false,
  569. "KeepMinIvPercentage": 90.0,
  570. "KeepMinDuplicatePokemon": 1,
  571. "Moves": [],
  572. "KeepMinOperator": "or",
  573. "MovesOperator": "or"
  574. },
  575. "Flareon": {
  576. "KeepMinCp": 2100,
  577. "KeepMinLvl": 0,
  578. "UseKeepMinLvl": false,
  579. "KeepMinIvPercentage": 90.0,
  580. "KeepMinDuplicatePokemon": 1,
  581. "Moves": [],
  582. "KeepMinOperator": "or",
  583. "MovesOperator": "or"
  584. },
  585. "Porygon": {
  586. "KeepMinCp": 1250,
  587. "KeepMinLvl": 0,
  588. "UseKeepMinLvl": false,
  589. "KeepMinIvPercentage": 60.0,
  590. "KeepMinDuplicatePokemon": 1,
  591. "Moves": [],
  592. "KeepMinOperator": "or",
  593. "MovesOperator": "or"
  594. },
  595. "Chansey": {
  596. "KeepMinCp": 450,
  597. "KeepMinLvl": 0,
  598. "UseKeepMinLvl": false,
  599. "KeepMinIvPercentage": 90.0,
  600. "KeepMinDuplicatePokemon": 1,
  601. "Moves": [],
  602. "KeepMinOperator": "or",
  603. "MovesOperator": "or"
  604. },
  605. "Nidoking": {
  606. "KeepMinCp": 1300,
  607. "KeepMinLvl": 0,
  608. "UseKeepMinLvl": false,
  609. "KeepMinIvPercentage": 90.0,
  610. "KeepMinDuplicatePokemon": 1,
  611. "Moves": [],
  612. "KeepMinOperator": "or",
  613. "MovesOperator": "or"
  614. },
  615. "Nidoqueen": {
  616. "KeepMinCp": 1500,
  617. "KeepMinLvl": 0,
  618. "UseKeepMinLvl": false,
  619. "KeepMinIvPercentage": 90.0,
  620. "KeepMinDuplicatePokemon": 1,
  621. "Moves": [],
  622. "KeepMinOperator": "or",
  623. "MovesOperator": "or"
  624. },
  625. "Exeggutor": {
  626. "KeepMinCp": 2300,
  627. "KeepMinLvl": 0,
  628. "UseKeepMinLvl": false,
  629. "KeepMinIvPercentage": 90.0,
  630. "KeepMinDuplicatePokemon": 1,
  631. "Moves": [],
  632. "KeepMinOperator": "or",
  633. "MovesOperator": "or"
  634. },
  635. "Vileplume": {
  636. "KeepMinCp": 1800,
  637. "KeepMinLvl": 0,
  638. "UseKeepMinLvl": false,
  639. "KeepMinIvPercentage": 90.0,
  640. "KeepMinDuplicatePokemon": 1,
  641. "Moves": [],
  642. "KeepMinOperator": "or",
  643. "MovesOperator": "or"
  644. },
  645. "Snorlax": {
  646. "KeepMinCp": 2600,
  647. "KeepMinLvl": 0,
  648. "UseKeepMinLvl": false,
  649. "KeepMinIvPercentage": 90.0,
  650. "KeepMinDuplicatePokemon": 1,
  651. "Moves": [],
  652. "KeepMinOperator": "or",
  653. "MovesOperator": "or"
  654. },
  655. "Dragonite": {
  656. "KeepMinCp": 2600,
  657. "KeepMinLvl": 0,
  658. "UseKeepMinLvl": false,
  659. "KeepMinIvPercentage": 90.0,
  660. "KeepMinDuplicatePokemon": 1,
  661. "Moves": [],
  662. "KeepMinOperator": "or",
  663. "MovesOperator": "or"
  664. }
  665. },
  666. "PokemonToSnipe": {
  667. "Locations": [
  668. {
  669. "Latitude": 38.556807486461118,
  670. "Longitude": -121.2383794784546
  671. },
  672. {
  673. "Latitude": -33.859019,
  674. "Longitude": 151.213098
  675. },
  676. {
  677. "Latitude": 47.5014969,
  678. "Longitude": -122.0959568
  679. },
  680. {
  681. "Latitude": 51.5025343,
  682. "Longitude": -0.2055027
  683. }
  684. ],
  685. "Pokemon": [
  686. "venusaur",
  687. "charizard",
  688. "blastoise",
  689. "beedrill",
  690. "raichu",
  691. "sandslash",
  692. "nidoking",
  693. "nidoqueen",
  694. "vileplume",
  695. "primeape",
  696. "arcanine",
  697. "poliwrath",
  698. "alakazam",
  699. "machamp",
  700. "golem",
  701. "rapidash",
  702. "slowbro",
  703. "farfetchd",
  704. "muk",
  705. "cloyster",
  706. "exeggutor",
  707. "marowak",
  708. "hitmonchan",
  709. "lickitung",
  710. "rhydon",
  711. "chansey",
  712. "kangaskhan",
  713. "starmie",
  714. "mrMime",
  715. "scyther",
  716. "magmar",
  717. "electabuzz",
  718. "magmar",
  719. "jynx",
  720. "seaking",
  721. "gyarados",
  722. "lapras",
  723. "ditto",
  724. "vaporeon",
  725. "jolteon",
  726. "flareon",
  727. "porygon",
  728. "kabutops",
  729. "aerodactyl",
  730. "snorlax",
  731. "articuno",
  732. "zapdos",
  733. "moltres",
  734. "dragonite",
  735. "mewtwo",
  736. "mew"
  737. ]
  738. },
  739. "PokemonToUseMasterball": [
  740. "articuno",
  741. "zapdos",
  742. "moltres",
  743. "mew",
  744. "mewtwo"
  745. ]
  746. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement