Advertisement
Guest User

Untitled

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