Advertisement
Guest User

Untitled

a guest
Jul 30th, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.52 KB | None | 0 0
  1. {
  2. "AmountOfPokemonToDisplayOnStart": 10,
  3. "AutoUpdate": true,
  4. "DefaultAltitude": 10.0,
  5. "DefaultLatitude": 40.778120418981622,
  6. "DefaultLongitude": -73.9685869216919,
  7. "DelayBetweenPokemonCatch": 1500,
  8. "DelayBetweenPlayerActions": 100,
  9. "EvolveAboveIvValue": 95.0,
  10. "EvolveAllPokemonAboveIv": true,
  11. "EvolveAllPokemonWithEnoughCandy": true,
  12. "UseLuckyEggsMinPokemonAmount": 30,
  13. "UseLuckyEggsWhileEvolving": true,
  14. "UseEggIncubators": true,
  15. "DumpPokemonStats": true,
  16. "GpxFile": "GPXPath.GPX",
  17. "UseGpxPathing": false,
  18. "WalkingSpeedInKilometerPerHour": 300.0,
  19. "MaxTravelDistanceInMeters": 1000,
  20. "KeepMinCp": 3000,
  21. "KeepMinDuplicatePokemon": 1,
  22. "KeepMinIvPercentage": 95.0,
  23. "KeepPokemonsThatCanEvolve": false,
  24. "PrioritizeIvOverCp": true,
  25. "RenameAboveIv": true,
  26. "RenameTemplate": "{0}_{1}",
  27. "TransferDuplicatePokemon": true,
  28. "TranslationLanguageCode": "en",
  29. "UsePokemonToNotCatchFilter": false,
  30. "WebSocketPort": 14251,
  31. "StartupWelcomeDelay": false,
  32. "SnipeAtPokestops": true,
  33. "MinPokeballsToSnipe": 0,
  34. "SnipeLocationServer": "localhost",
  35. "SnipeLocationServerPort": 0,
  36. "UseSnipeLocationServer": false,
  37. "UseTransferIVForSnipe": false,
  38. "MinDelayBetweenSnipes": 0,
  39. "ItemRecycleFilter": [
  40. {
  41. "Key": "itemUnknown",
  42. "Value": 0
  43. },
  44. {
  45. "Key": "itemPokeBall",
  46. "Value": 30
  47. },
  48. {
  49. "Key": "itemGreatBall",
  50. "Value": 50
  51. },
  52. {
  53. "Key": "itemUltraBall",
  54. "Value": 100
  55. },
  56. {
  57. "Key": "itemMasterBall",
  58. "Value": 100
  59. },
  60. {
  61. "Key": "itemPotion",
  62. "Value": 0
  63. },
  64. {
  65. "Key": "itemSuperPotion",
  66. "Value": 10
  67. },
  68. {
  69. "Key": "itemHyperPotion",
  70. "Value": 40
  71. },
  72. {
  73. "Key": "itemMaxPotion",
  74. "Value": 75
  75. },
  76. {
  77. "Key": "itemRevive",
  78. "Value": 25
  79. },
  80. {
  81. "Key": "itemMaxRevive",
  82. "Value": 50
  83. },
  84. {
  85. "Key": "itemLuckyEgg",
  86. "Value": 200
  87. },
  88. {
  89. "Key": "itemIncenseOrdinary",
  90. "Value": 100
  91. },
  92. {
  93. "Key": "itemIncenseSpicy",
  94. "Value": 100
  95. },
  96. {
  97. "Key": "itemIncenseCool",
  98. "Value": 100
  99. },
  100. {
  101. "Key": "itemIncenseFloral",
  102. "Value": 100
  103. },
  104. {
  105. "Key": "itemTroyDisk",
  106. "Value": 100
  107. },
  108. {
  109. "Key": "itemXAttack",
  110. "Value": 100
  111. },
  112. {
  113. "Key": "itemXDefense",
  114. "Value": 100
  115. },
  116. {
  117. "Key": "itemXMiracle",
  118. "Value": 100
  119. },
  120. {
  121. "Key": "itemRazzBerry",
  122. "Value": 50
  123. },
  124. {
  125. "Key": "itemBlukBerry",
  126. "Value": 10
  127. },
  128. {
  129. "Key": "itemNanabBerry",
  130. "Value": 10
  131. },
  132. {
  133. "Key": "itemWeparBerry",
  134. "Value": 30
  135. },
  136. {
  137. "Key": "itemPinapBerry",
  138. "Value": 30
  139. },
  140. {
  141. "Key": "itemSpecialCamera",
  142. "Value": 100
  143. },
  144. {
  145. "Key": "itemIncubatorBasicUnlimited",
  146. "Value": 100
  147. },
  148. {
  149. "Key": "itemIncubatorBasic",
  150. "Value": 100
  151. },
  152. {
  153. "Key": "itemPokemonStorageUpgrade",
  154. "Value": 100
  155. },
  156. {
  157. "Key": "itemItemStorageUpgrade",
  158. "Value": 100
  159. }
  160. ],
  161. "PokemonsNotToTransfer": [
  162. "pidgey",
  163. "aerodactyl",
  164. "venusaur",
  165. "charizard",
  166. "blastoise",
  167. "nidoqueen",
  168. "nidoking",
  169. "clefable",
  170. "vileplume",
  171. "arcanine",
  172. "poliwrath",
  173. "machamp",
  174. "victreebel",
  175. "golem",
  176. "slowbro",
  177. "farfetchd",
  178. "muk",
  179. "exeggutor",
  180. "lickitung",
  181. "chansey",
  182. "kangaskhan",
  183. "mrMime",
  184. "gyarados",
  185. "lapras",
  186. "ditto",
  187. "porygon",
  188. "snorlax",
  189. "articuno",
  190. "zapdos",
  191. "moltres",
  192. "dragonite",
  193. "mewtwo",
  194. "mew"
  195. ],
  196. "PokemonsToEvolve": [
  197. "pidgey",
  198. "eevee"
  199. ],
  200. "PokemonsToIgnore": [
  201. "caterpie",
  202. "weedle",
  203. "pidgey",
  204. "rattata",
  205. "spearow",
  206. "zubat",
  207. "doduo"
  208. ],
  209. "PokemonsTransferFilter": {},
  210. "PokemonToSnipe": {
  211. "Locations": [
  212. {
  213. "Latitude": 38.556807486461118,
  214. "Longitude": -121.2383794784546
  215. },
  216. {
  217. "Latitude": -33.859019,
  218. "Longitude": 151.213098
  219. },
  220. {
  221. "Latitude": 47.5014969,
  222. "Longitude": -122.0959568
  223. },
  224. {
  225. "Latitude": 51.5025343,
  226. "Longitude": -0.2055027
  227. }
  228. ],
  229. "Pokemon": [
  230. "dratini",
  231. "magikarp",
  232. "eevee",
  233. "charmander"
  234. ]
  235. }
  236. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement