Advertisement
Guest User

kloojy44

a guest
Jul 29th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.86 KB | None | 0 0
  1. {
  2. "AmountOfPokemonToDisplayOnStart": 16,
  3. "AutoUpdate": true,
  4. "DefaultAltitude": 10.0,
  5. "DefaultLatitude": 34.009767606413781,
  6. "DefaultLongitude": -118.49731910973787,
  7. "DelayBetweenPokemonCatch": 500,
  8. "DelayBetweenPlayerActions": 2000,
  9. "EvolveAboveIvValue": 90.0,
  10. "EvolveAllPokemonAboveIv": false,
  11. "EvolveAllPokemonWithEnoughCandy": true,
  12. "UseLuckyEggsMinPokemonAmount": 60,
  13. "UseLuckyEggsWhileEvolving": true,
  14. "UseEggIncubators": true,
  15. "DumpPokemonStats": false,
  16. "GpxFile": "GPXPath.GPX",
  17. "UseGpxPathing": false,
  18. "WalkingSpeedInKilometerPerHour": 25.0,
  19. "MaxTravelDistanceInMeters": 500,
  20. "KeepMinCp": 2150,
  21. "KeepMinDuplicatePokemon": 2,
  22. "KeepMinIvPercentage": 90.0,
  23. "KeepPokemonsThatCanEvolve": false,
  24. "PrioritizeIvOverCp": false,
  25. "RenameAboveIv": true,
  26. "RenameTemplate": "{0}_{1}",
  27. "TransferDuplicatePokemon": true,
  28. "TranslationLanguageCode": "en",
  29. "UsePokemonToNotCatchFilter": false,
  30. "WebSocketPort": 14251,
  31. "StartupWelcomeDelay": true,
  32. "SnipeAtPokestops": false,
  33. "ItemRecycleFilter": [
  34. {
  35. "Key": "itemUnknown",
  36. "Value": 0
  37. },
  38. {
  39. "Key": "itemPokeBall",
  40. "Value": 80
  41. },
  42. {
  43. "Key": "itemGreatBall",
  44. "Value": 100
  45. },
  46. {
  47. "Key": "itemUltraBall",
  48. "Value": 100
  49. },
  50. {
  51. "Key": "itemMasterBall",
  52. "Value": 100
  53. },
  54. {
  55. "Key": "itemPotion",
  56. "Value": 0
  57. },
  58. {
  59. "Key": "itemSuperPotion",
  60. "Value": 0
  61. },
  62. {
  63. "Key": "itemHyperPotion",
  64. "Value": 0
  65. },
  66. {
  67. "Key": "itemMaxPotion",
  68. "Value": 5
  69. },
  70. {
  71. "Key": "itemRevive",
  72. "Value": 0
  73. },
  74. {
  75. "Key": "itemMaxRevive",
  76. "Value": 5
  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. "wigglytuff",
  171. "muk",
  172. "exeggutor",
  173. "lickitung",
  174. "chansey",
  175. "kangaskhan",
  176. "mrMime",
  177. "gyarados",
  178. "lapras",
  179. "ditto",
  180. "vaporeon",
  181. "porygon",
  182. "snorlax",
  183. "articuno",
  184. "zapdos",
  185. "moltres",
  186. "dragonite",
  187. "mewtwo",
  188. "mew"
  189. ],
  190. "PokemonsToEvolve": [
  191. "caterpie",
  192. "weedle",
  193. "pidgey",
  194. "rattata",
  195. "spearow",
  196. "zubat",
  197. "doduo",
  198. "goldeen",
  199. "paras",
  200. "ekans",
  201. "staryu",
  202. "krabby",
  203. "venonat"
  204. ],
  205. "PokemonsToIgnore": [
  206. "caterpie",
  207. "weedle",
  208. "pidgey",
  209. "rattata",
  210. "spearow",
  211. "zubat",
  212. "doduo"
  213. ],
  214. "PokemonsTransferFilter": {
  215. "Bulbasaur": {
  216. "KeepMinCp": 850,
  217. "KeepMinIvPercentage": 90.0,
  218. "KeepMinDuplicatePokemon": 2
  219. },
  220. "Charmander": {
  221. "KeepMinCp": 850,
  222. "KeepMinIvPercentage": 90.0,
  223. "KeepMinDuplicatePokemon": 2
  224. },
  225. "Squirtle": {
  226. "KeepMinCp": 900,
  227. "KeepMinIvPercentage": 90.0,
  228. "KeepMinDuplicatePokemon": 2
  229. },
  230. "Ekans": {
  231. "KeepMinCp": 800,
  232. "KeepMinIvPercentage": 95.0,
  233. "KeepMinDuplicatePokemon": 1
  234. },
  235. "Sandshrew": {
  236. "KeepMinCp": 700,
  237. "KeepMinIvPercentage": 90.0,
  238. "KeepMinDuplicatePokemon": 1
  239. },
  240. "Clefairy": {
  241. "KeepMinCp": 1000,
  242. "KeepMinIvPercentage": 90.0,
  243. "KeepMinDuplicatePokemon": 2
  244. },
  245. "Vulpix": {
  246. "KeepMinCp": 770,
  247. "KeepMinIvPercentage": 90.0,
  248. "KeepMinDuplicatePokemon": 1
  249. },
  250. "Zubat": {
  251. "KeepMinCp": 600,
  252. "KeepMinIvPercentage": 95.0,
  253. "KeepMinDuplicatePokemon": 2
  254. },
  255. "Oddish": {
  256. "KeepMinCp": 1050,
  257. "KeepMinIvPercentage": 95.0,
  258. "KeepMinDuplicatePokemon": 2
  259. },
  260. "Growlithe": {
  261. "KeepMinCp": 1100,
  262. "KeepMinIvPercentage": 90.0,
  263. "KeepMinDuplicatePokemon": 5
  264. },
  265. "Abra": {
  266. "KeepMinCp": 500,
  267. "KeepMinIvPercentage": 90.0,
  268. "KeepMinDuplicatePokemon": 2
  269. },
  270. "Bellsprout": {
  271. "KeepMinCp": 1000,
  272. "KeepMinIvPercentage": 95.0,
  273. "KeepMinDuplicatePokemon": 2
  274. },
  275. "Tentacool": {
  276. "KeepMinCp": 800,
  277. "KeepMinIvPercentage": 95.0,
  278. "KeepMinDuplicatePokemon": 2
  279. },
  280. "Slowpoke": {
  281. "KeepMinCp": 1100,
  282. "KeepMinIvPercentage": 90.0,
  283. "KeepMinDuplicatePokemon": 5
  284. },
  285. "Grimer": {
  286. "KeepMinCp": 1100,
  287. "KeepMinIvPercentage": 90.0,
  288. "KeepMinDuplicatePokemon": 1
  289. },
  290. "Gastly": {
  291. "KeepMinCp": 700,
  292. "KeepMinIvPercentage": 90.0,
  293. "KeepMinDuplicatePokemon": 3
  294. },
  295. "Drowzee": {
  296. "KeepMinCp": 970,
  297. "KeepMinIvPercentage": 95.0,
  298. "KeepMinDuplicatePokemon": 3
  299. },
  300. "Tangela": {
  301. "KeepMinCp": 1600,
  302. "KeepMinIvPercentage": 90.0,
  303. "KeepMinDuplicatePokemon": 2
  304. },
  305. "Horsea": {
  306. "KeepMinCp": 700,
  307. "KeepMinIvPercentage": 90.0,
  308. "KeepMinDuplicatePokemon": 2
  309. },
  310. "Scyther": {
  311. "KeepMinCp": 1900,
  312. "KeepMinIvPercentage": 90.0,
  313. "KeepMinDuplicatePokemon": 1
  314. },
  315. "Magikarp": {
  316. "KeepMinCp": 200,
  317. "KeepMinIvPercentage": 90.0,
  318. "KeepMinDuplicatePokemon": 5
  319. },
  320. "Pinsir": {
  321. "KeepMinCp": 2000,
  322. "KeepMinIvPercentage": 90.0,
  323. "KeepMinDuplicatePokemon": 1
  324. },
  325. "Machop": {
  326. "KeepMinCp": 950,
  327. "KeepMinIvPercentage": 90.0,
  328. "KeepMinDuplicatePokemon": 1
  329. },
  330. "Dratini": {
  331. "KeepMinCp": 800,
  332. "KeepMinIvPercentage": 90.0,
  333. "KeepMinDuplicatePokemon": 10
  334. },
  335. "Eevee": {
  336. "KeepMinCp": 850,
  337. "KeepMinIvPercentage": 92.0,
  338. "KeepMinDuplicatePokemon": 7
  339. },
  340. "Kabuto": {
  341. "KeepMinCp": 800,
  342. "KeepMinIvPercentage": 90.0,
  343. "KeepMinDuplicatePokemon": 2
  344. },
  345. "Gyarados": {
  346. "KeepMinCp": 1200,
  347. "KeepMinIvPercentage": 90.0,
  348. "KeepMinDuplicatePokemon": 5
  349. },
  350. "Mew": {
  351. "KeepMinCp": 0,
  352. "KeepMinIvPercentage": 0.0,
  353. "KeepMinDuplicatePokemon": 10
  354. }
  355. },
  356. "PokemonToSnipe": {
  357. "Locations": [
  358. {
  359. "Latitude": 38.556807486461118,
  360. "Longitude": -121.2383794784546
  361. },
  362. {
  363. "Latitude": -33.859019,
  364. "Longitude": 151.213098
  365. },
  366. {
  367. "Latitude": 47.5014969,
  368. "Longitude": -122.0959568
  369. },
  370. {
  371. "Latitude": 51.5025343,
  372. "Longitude": -0.2055027
  373. }
  374. ],
  375. "Pokemon": [
  376. "Dratini",
  377. "Magikarp",
  378. "Eevee",
  379. "Charmander"
  380. ]
  381. }
  382. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement