Advertisement
iArcZ

Devner - Exp Farm V1.0

Jul 29th, 2016
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.58 KB | None | 0 0
  1. {
  2. "AmountOfPokemonToDisplayOnStart": 5,
  3. "AutoUpdate": false,
  4. "DefaultAltitude": 10.0,
  5. "DefaultLatitude": 40.008183,
  6. "DefaultLongitude": -105.269484,
  7. "DelayBetweenPokemonCatch": 20,
  8. "DelayBetweenPlayerActions": 0,
  9. "EvolveAboveIvValue": 95.0,
  10. "EvolveAllPokemonAboveIv": true,
  11. "EvolveAllPokemonWithEnoughCandy": true,
  12. "UseLuckyEggsMinPokemonAmount": 30,
  13. "UseLuckyEggsWhileEvolving": false,
  14. "UseEggIncubators": true,
  15. "DumpPokemonStats": true,
  16. "GpxFile": "GPXPath.GPX",
  17. "UseGpxPathing": false,
  18. "WalkingSpeedInKilometerPerHour": 400.0,
  19. "MaxTravelDistanceInMeters": 1000,
  20. "KeepMinCp": 1600,
  21. "KeepMinDuplicatePokemon": 1,
  22. "KeepMinIvPercentage": 95.0,
  23. "KeepPokemonsThatCanEvolve": false,
  24. "PrioritizeIvOverCp": true,
  25. "RenameAboveIv": true,
  26. "RenameTemplate": "{0}",
  27. "TransferDuplicatePokemon": true,
  28. "TranslationLanguageCode": "en",
  29. "UsePokemonToNotCatchFilter": false,
  30. "WebSocketPort": 14251,
  31. "StartupWelcomeDelay": false,
  32. "SnipeAtPokestops": false,
  33. "ItemRecycleFilter": [
  34. {
  35. "Key": "itemUnknown",
  36. "Value": 0
  37. },
  38. {
  39. "Key": "itemPokeBall",
  40. "Value": 2522
  41. },
  42. {
  43. "Key": "itemGreatBall",
  44. "Value": 30
  45. },
  46. {
  47. "Key": "itemUltraBall",
  48. "Value": 200
  49. },
  50. {
  51. "Key": "itemMasterBall",
  52. "Value": 100
  53. },
  54. {
  55. "Key": "itemPotion",
  56. "Value": 0
  57. },
  58. {
  59. "Key": "itemSuperPotion",
  60. "Value": 10
  61. },
  62. {
  63. "Key": "itemHyperPotion",
  64. "Value": 40
  65. },
  66. {
  67. "Key": "itemMaxPotion",
  68. "Value": 75
  69. },
  70. {
  71. "Key": "itemRevive",
  72. "Value": 25
  73. },
  74. {
  75. "Key": "itemMaxRevive",
  76. "Value": 50
  77. },
  78. {
  79. "Key": "itemLuckyEgg",
  80. "Value": 200
  81. },
  82. {
  83. "Key": "itemIncenseOrdinary",
  84. "Value": 100
  85. },
  86. {
  87. "Key": "itemIncenseSpicy",
  88. "Value": 100
  89. },
  90. {
  91. "Key": "itemIncenseCool",
  92. "Value": 100
  93. },
  94. {
  95. "Key": "itemIncenseFloral",
  96. "Value": 100
  97. },
  98. {
  99. "Key": "itemTroyDisk",
  100. "Value": 100
  101. },
  102. {
  103. "Key": "itemXAttack",
  104. "Value": 100
  105. },
  106. {
  107. "Key": "itemXDefense",
  108. "Value": 100
  109. },
  110. {
  111. "Key": "itemXMiracle",
  112. "Value": 100
  113. },
  114. {
  115. "Key": "itemRazzBerry",
  116. "Value": 50
  117. },
  118. {
  119. "Key": "itemBlukBerry",
  120. "Value": 10
  121. },
  122. {
  123. "Key": "itemNanabBerry",
  124. "Value": 10
  125. },
  126. {
  127. "Key": "itemWeparBerry",
  128. "Value": 30
  129. },
  130. {
  131. "Key": "itemPinapBerry",
  132. "Value": 30
  133. },
  134. {
  135. "Key": "itemSpecialCamera",
  136. "Value": 100
  137. },
  138. {
  139. "Key": "itemIncubatorBasicUnlimited",
  140. "Value": 100
  141. },
  142. {
  143. "Key": "itemIncubatorBasic",
  144. "Value": 100
  145. },
  146. {
  147. "Key": "itemPokemonStorageUpgrade",
  148. "Value": 100
  149. },
  150. {
  151. "Key": "itemItemStorageUpgrade",
  152. "Value": 100
  153. }
  154. ],
  155. "PokemonsNotToTransfer": [
  156. "aerodactyl",
  157. "venusaur",
  158. "charizard",
  159. "blastoise",
  160. "nidoqueen",
  161. "nidoking",
  162. "clefable",
  163. "vileplume",
  164. "arcanine",
  165. "poliwrath",
  166. "machamp",
  167. "victreebel",
  168. "golem",
  169. "slowbro",
  170. "farfetchd",
  171. "muk",
  172. "exeggutor",
  173. "lickitung",
  174. "chansey",
  175. "kangaskhan",
  176. "mrMime",
  177. "gyarados",
  178. "lapras",
  179. "ditto",
  180. "vaporeon",
  181. "jolteon",
  182. "flareon",
  183. "porygon",
  184. "snorlax",
  185. "articuno",
  186. "zapdos",
  187. "moltres",
  188. "dragonite",
  189. "mewtwo",
  190. "mew"
  191. ],
  192. "PokemonsToEvolve": [
  193. "caterpie",
  194. "weedle",
  195. "pidgey",
  196. "rattata",
  197. "spearow",
  198. "zubat",
  199. "doduo",
  200. "goldeen",
  201. "paras",
  202. "ekans",
  203. "staryu",
  204. "psyduck",
  205. "krabby",
  206. "venonat"
  207. ],
  208. "PokemonsToIgnore": [],
  209. "PokemonsTransferFilter": {
  210. "Pidgeotto": {
  211. "KeepMinCp": 1500,
  212. "KeepMinIvPercentage": 90.0,
  213. "KeepMinDuplicatePokemon": 1
  214. },
  215. "Fearow": {
  216. "KeepMinCp": 1500,
  217. "KeepMinIvPercentage": 90.0,
  218. "KeepMinDuplicatePokemon": 2
  219. },
  220. "Golbat": {
  221. "KeepMinCp": 1500,
  222. "KeepMinIvPercentage": 90.0,
  223. "KeepMinDuplicatePokemon": 2
  224. },
  225. "Pinsir": {
  226. "KeepMinCp": 1500,
  227. "KeepMinIvPercentage": 95.0,
  228. "KeepMinDuplicatePokemon": 2
  229. },
  230. "Golduck": {
  231. "KeepMinCp": 1350,
  232. "KeepMinIvPercentage": 95.0,
  233. "KeepMinDuplicatePokemon": 2
  234. },
  235. "Tentacruel": {
  236. "KeepMinCp": 1350,
  237. "KeepMinIvPercentage": 95.0,
  238. "KeepMinDuplicatePokemon": 2
  239. },
  240. "Starmie": {
  241. "KeepMinCp": 1350,
  242. "KeepMinIvPercentage": 95.0,
  243. "KeepMinDuplicatePokemon": 2
  244. },
  245. "Eevee": {
  246. "KeepMinCp": 750,
  247. "KeepMinIvPercentage": 92.0,
  248. "KeepMinDuplicatePokemon": 2
  249. },
  250. "Gyarados": {
  251. "KeepMinCp": 1200,
  252. "KeepMinIvPercentage": 90.0,
  253. "KeepMinDuplicatePokemon": 5
  254. },
  255. "Mew": {
  256. "KeepMinCp": 0,
  257. "KeepMinIvPercentage": 0.0,
  258. "KeepMinDuplicatePokemon": 10
  259. }
  260. },
  261. "PokemonToSnipe": {
  262. "Locations": [
  263. {
  264. "Latitude": 38.556807486461118,
  265. "Longitude": -121.2383794784546
  266. },
  267. {
  268. "Latitude": -33.859019,
  269. "Longitude": 151.213098
  270. },
  271. {
  272. "Latitude": 47.5014969,
  273. "Longitude": -122.0959568
  274. },
  275. {
  276. "Latitude": 51.5025343,
  277. "Longitude": -0.2055027
  278. },
  279. {
  280. "Latitude": -33.8717374735,
  281. "Longitude": 151.027895882
  282. },
  283. {
  284. "Latitude": -33.951381359,
  285. "Longitude": 151.154839178
  286. },
  287. {
  288. "Latitude": -33.912970498,
  289. "Longitude": 151.07356535
  290. },
  291. {
  292. "Latitude": 49.285646419196,
  293. "Longitude": -123.1120785598
  294. },
  295. {
  296. "Latitude": 33.701990299999991,
  297. "Longitude": -117.77932759999999
  298. },
  299. {
  300. "Latitude": 29.6963553,
  301. "Longitude": -95.136106199999972
  302. },
  303. {
  304. "Latitude": 29.56842,
  305. "Longitude": -95.611281599999984
  306. },
  307. {
  308. "Latitude": 49.281618,
  309. "Longitude": -122.836159
  310. },
  311. {
  312. "Latitude": 34.057879,
  313. "Longitude": -118.406572
  314. },
  315. {
  316. "Latitude": 29.4749172,
  317. "Longitude": -95.249510100000009
  318. },
  319. {
  320. "Latitude": 29.7733831,
  321. "Longitude": -95.4797745
  322. },
  323. {
  324. "Latitude": 29.6527511,
  325. "Longitude": -95.010307399999988
  326. },
  327. {
  328. "Latitude": 29.6956656,
  329. "Longitude": -95.5771269
  330. },
  331. {
  332. "Latitude": 34.697105105105585,
  333. "Longitude": 135.50312608480451
  334. },
  335. {
  336. "Latitude": 51.506373,
  337. "Longitude": -0.162531
  338. }
  339. ],
  340. "Pokemon": [
  341. "Bulbasaur",
  342. "Ivysaur",
  343. "Venusaur",
  344. "Charmander",
  345. "Charmeleon",
  346. "Charizard",
  347. "Squirtle",
  348. "Wartortle",
  349. "Blastoise",
  350. "Caterpie",
  351. "Metapod",
  352. "Butterfree",
  353. "Weedle",
  354. "Kakuna",
  355. "Beedrill",
  356. "Pidgey",
  357. "Pidgeotto",
  358. "Pidgeot",
  359. "Rattata",
  360. "Raticate",
  361. "Spearow",
  362. "Fearow",
  363. "Ekans",
  364. "Arbok",
  365. "Pikachu",
  366. "Raichu",
  367. "Sandshrew",
  368. "Sandslash",
  369. "NidoranFemale",
  370. "Nidorina",
  371. "Nidoqueen",
  372. "NidoranMale",
  373. "Nidorino",
  374. "Nidoking",
  375. "Clefairy",
  376. "Clefable",
  377. "Vulpix",
  378. "Ninetales",
  379. "Jigglypuff",
  380. "Wigglytuff",
  381. "Zubat",
  382. "Golbat",
  383. "Oddish",
  384. "Gloom",
  385. "Vileplume",
  386. "Paras",
  387. "Parasect",
  388. "Venonat",
  389. "Venomoth",
  390. "Diglett",
  391. "Dugtrio",
  392. "Meowth",
  393. "Persian",
  394. "Psyduck",
  395. "Golduck",
  396. "Mankey",
  397. "Primeape",
  398. "Growlithe",
  399. "Arcanine",
  400. "Poliwag",
  401. "Poliwhirl",
  402. "Poliwrath",
  403. "Abra",
  404. "Kadabra",
  405. "Alakazam",
  406. "Machop",
  407. "Machoke",
  408. "Machamp",
  409. "Bellsprout",
  410. "Weepinbell",
  411. "Victreebel",
  412. "Tentacool",
  413. "Tentacruel",
  414. "Geodude",
  415. "Graveler",
  416. "Golem",
  417. "Ponyta",
  418. "Rapidash",
  419. "Slowpoke",
  420. "Slowbro",
  421. "Magnemite",
  422. "Magneton",
  423. "Farfetchd",
  424. "Doduo",
  425. "Dodrio",
  426. "Seel",
  427. "Dewgong",
  428. "Grimer",
  429. "Muk",
  430. "Shellder",
  431. "Cloyster",
  432. "Gastly",
  433. "Haunter",
  434. "Gengar",
  435. "Onix",
  436. "Drowzee",
  437. "Hypno",
  438. "Krabby",
  439. "Kingler",
  440. "Voltorb",
  441. "Electrode",
  442. "Exeggcute",
  443. "Exeggutor",
  444. "Cubone",
  445. "Marowak",
  446. "Hitmonlee",
  447. "Hitmonchan",
  448. "Lickitung",
  449. "Koffing",
  450. "Weezing",
  451. "Rhyhorn",
  452. "Rhydon",
  453. "Chansey",
  454. "Tangela",
  455. "Kangaskhan",
  456. "Horsea",
  457. "Seadra",
  458. "Goldeen",
  459. "Seaking",
  460. "Staryu",
  461. "Starmie",
  462. "MrMime",
  463. "Scyther",
  464. "Jynx",
  465. "Electabuzz",
  466. "Magmar",
  467. "Pinsir",
  468. "Tauros",
  469. "Magikarp",
  470. "Gyarados",
  471. "Lapras",
  472. "Ditto",
  473. "Eevee",
  474. "Vaporeon",
  475. "Jolteon",
  476. "Flareon",
  477. "Porygon",
  478. "Omanyte",
  479. "Omastar",
  480. "Kabuto",
  481. "Kabutops",
  482. "Aerodactyl",
  483. "Snorlax",
  484. "Articuno",
  485. "Zapdos",
  486. "Moltres",
  487. "Dratini",
  488. "Dragonair",
  489. "Dragonite",
  490. "Mewtwo",
  491. "Mew"
  492. ]
  493. }
  494. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement