Guest User

Destiny Config

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