Advertisement
Guest User

Config

a guest
Jul 30th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.18 KB | None | 0 0
  1. {
  2. "AmountOfPokemonToDisplayOnStart": 10,
  3. "AutoUpdate": false,
  4. "DefaultAltitude": 10.0,
  5. "DefaultLatitude": 37.798458720375685,
  6. "DefaultLongitude": -122.39402532577515,
  7. "DelayBetweenPokemonCatch": 300,
  8. "DelayBetweenPlayerActions": 10,
  9. "EvolveAboveIvValue": 90.0,
  10. "EvolveAllPokemonAboveIv": false,
  11. "EvolveAllPokemonWithEnoughCandy": true,
  12. "UseLuckyEggsMinPokemonAmount": 40,
  13. "UseLuckyEggsWhileEvolving": false,
  14. "UseEggIncubators": true,
  15. "DumpPokemonStats": false,
  16. "GpxFile": "GPXPath.GPX",
  17. "UseGpxPathing": false,
  18. "WalkingSpeedInKilometerPerHour": 250.0,
  19. "MaxTravelDistanceInMeters": 3000,
  20. "KeepMinCp": 1250,
  21. "KeepMinDuplicatePokemon": 1,
  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": false,
  32. "SnipeAtPokestops": false,
  33. "ItemRecycleFilter": [
  34. {
  35. "Key": "itemUnknown",
  36. "Value": 0
  37. },
  38. {
  39. "Key": "itemPokeBall",
  40. "Value": 300
  41. },
  42. {
  43. "Key": "itemGreatBall",
  44. "Value": 300
  45. },
  46. {
  47. "Key": "itemUltraBall",
  48. "Value": 300
  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": 10
  65. },
  66. {
  67. "Key": "itemMaxPotion",
  68. "Value": 50
  69. },
  70. {
  71. "Key": "itemRevive",
  72. "Value": 10
  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": 300
  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. "zubat"
  198. ],
  199. "PokemonsToIgnore": [
  200. "doduo"
  201. ],
  202. "PokemonsTransferFilter": {
  203. "Pidgeotto": {
  204. "KeepMinCp": 1500,
  205. "KeepMinIvPercentage": 90.0,
  206. "KeepMinDuplicatePokemon": 1
  207. },
  208. "Fearow": {
  209. "KeepMinCp": 1500,
  210. "KeepMinIvPercentage": 90.0,
  211. "KeepMinDuplicatePokemon": 2
  212. },
  213. "Zubat": {
  214. "KeepMinCp": 500,
  215. "KeepMinIvPercentage": 90.0,
  216. "KeepMinDuplicatePokemon": 2
  217. },
  218. "Golbat": {
  219. "KeepMinCp": 1500,
  220. "KeepMinIvPercentage": 90.0,
  221. "KeepMinDuplicatePokemon": 2
  222. },
  223. "Pinsir": {
  224. "KeepMinCp": 1500,
  225. "KeepMinIvPercentage": 95.0,
  226. "KeepMinDuplicatePokemon": 2
  227. },
  228. "Golduck": {
  229. "KeepMinCp": 1350,
  230. "KeepMinIvPercentage": 95.0,
  231. "KeepMinDuplicatePokemon": 2
  232. },
  233. "Tentacruel": {
  234. "KeepMinCp": 1350,
  235. "KeepMinIvPercentage": 95.0,
  236. "KeepMinDuplicatePokemon": 2
  237. },
  238. "Starmie": {
  239. "KeepMinCp": 1350,
  240. "KeepMinIvPercentage": 95.0,
  241. "KeepMinDuplicatePokemon": 2
  242. },
  243. "Eevee": {
  244. "KeepMinCp": 700,
  245. "KeepMinIvPercentage": 92.0,
  246. "KeepMinDuplicatePokemon": 2
  247. },
  248. "Gyarados": {
  249. "KeepMinCp": 200,
  250. "KeepMinIvPercentage": 90.0,
  251. "KeepMinDuplicatePokemon": 5
  252. },
  253. "Mew": {
  254. "KeepMinCp": 0,
  255. "KeepMinIvPercentage": 0.0,
  256. "KeepMinDuplicatePokemon": 10
  257. }
  258. },
  259. "PokemonToSnipe": {
  260. "Locations": [
  261. {
  262. "Latitude": 40.718078,
  263. "Longitude": -74.016779
  264. },
  265. {
  266. "Latitude": -33.8146962,
  267. "Longitude": 151.1691816
  268. },
  269. {
  270. "Latitude": 48.892765,
  271. "Longitude": 2.388539
  272. }
  273. ],
  274. "Pokemon": [
  275. "Aerodactyl",
  276. "Venusaur",
  277. "Charizard",
  278. "Blastoise",
  279. "Nidoqueen",
  280. "Nidoking",
  281. "Clefable",
  282. "Vileplume",
  283. "Arcanine",
  284. "Poliwrath",
  285. "Machamp",
  286. "Victreebel",
  287. "Golem",
  288. "Slowbro",
  289. "Farfetchd",
  290. "Muk",
  291. "Exeggutor",
  292. "Lickitung",
  293. "Chansey",
  294. "Kangaskhan",
  295. "MrMime",
  296. "Gyarados",
  297. "Lapras",
  298. "Ditto",
  299. "Vaporeon",
  300. "Jolteon",
  301. "Flareon",
  302. "Porygon",
  303. "Snorlax",
  304. "Articuno",
  305. "Zapdos",
  306. "Moltres",
  307. "Dragonite",
  308. "Mewtwo",
  309. "Mew",
  310. "Eevee",
  311. "Pidgey",
  312. "Weedle",
  313. "Caterpie",
  314. "Magikarp"
  315. ]
  316. }
  317. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement