Advertisement
Guest User

Untitled

a guest
Jul 27th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.08 KB | None | 0 0
  1. {
  2. "AutoUpdate": false,
  3. "TranslationLanguageCode": "en",
  4. "DefaultAltitude": 10.0,
  5. "DefaultLatitude": 52.379189,
  6. "DefaultLongitude": 4.899431,
  7. "DelayBetweenPokemonCatch": 2000,
  8. "EvolveAboveIvValue": 95.0,
  9. "EvolveAllPokemonAboveIv": true,
  10. "EvolveAllPokemonWithEnoughCandy": false,
  11. "GpxFile": "GPXPath.GPX",
  12. "KeepMinCp": 900,
  13. "KeepMinDuplicatePokemon": 1,
  14. "KeepMinIvPercentage": 90.0,
  15. "KeepPokemonsThatCanEvolve": false,
  16. "MaxTravelDistanceInMeters": 2000,
  17. "PrioritizeIvOverCp": true,
  18. "TransferDuplicatePokemon": true,
  19. "UseGpxPathing": false,
  20. "UseLuckyEggsWhileEvolving": false,
  21. "UsePokemonToNotCatchFilter": true,
  22. "WalkingSpeedInKilometerPerHour": 12.0,
  23. "AmountOfPokemonToDisplayOnStart": 10,
  24. "RenameAboveIv": true,
  25. "WebSocketPort": 14251,
  26. "ItemRecycleFilter": [
  27. {
  28. "Key": "itemUnknown",
  29. "Value": 0
  30. },
  31. {
  32. "Key": "itemPokeBall",
  33. "Value": 50
  34. },
  35. {
  36. "Key": "itemGreatBall",
  37. "Value": 50
  38. },
  39. {
  40. "Key": "itemUltraBall",
  41. "Value": 75
  42. },
  43. {
  44. "Key": "itemMasterBall",
  45. "Value": 100
  46. },
  47. {
  48. "Key": "itemPotion",
  49. "Value": 5
  50. },
  51. {
  52. "Key": "itemSuperPotion",
  53. "Value": 20
  54. },
  55. {
  56. "Key": "itemHyperPotion",
  57. "Value": 50
  58. },
  59. {
  60. "Key": "itemMaxPotion",
  61. "Value": 75
  62. },
  63. {
  64. "Key": "itemRevive",
  65. "Value": 20
  66. },
  67. {
  68. "Key": "itemMaxRevive",
  69. "Value": 50
  70. },
  71. {
  72. "Key": "itemLuckyEgg",
  73. "Value": 200
  74. },
  75. {
  76. "Key": "itemIncenseOrdinary",
  77. "Value": 100
  78. },
  79. {
  80. "Key": "itemIncenseSpicy",
  81. "Value": 100
  82. },
  83. {
  84. "Key": "itemIncenseCool",
  85. "Value": 100
  86. },
  87. {
  88. "Key": "itemIncenseFloral",
  89. "Value": 100
  90. },
  91. {
  92. "Key": "itemTroyDisk",
  93. "Value": 100
  94. },
  95. {
  96. "Key": "itemXAttack",
  97. "Value": 100
  98. },
  99. {
  100. "Key": "itemXDefense",
  101. "Value": 100
  102. },
  103. {
  104. "Key": "itemXMiracle",
  105. "Value": 100
  106. },
  107. {
  108. "Key": "itemRazzBerry",
  109. "Value": 50
  110. },
  111. {
  112. "Key": "itemBlukBerry",
  113. "Value": 10
  114. },
  115. {
  116. "Key": "itemNanabBerry",
  117. "Value": 10
  118. },
  119. {
  120. "Key": "itemWeparBerry",
  121. "Value": 30
  122. },
  123. {
  124. "Key": "itemPinapBerry",
  125. "Value": 30
  126. },
  127. {
  128. "Key": "itemSpecialCamera",
  129. "Value": 100
  130. },
  131. {
  132. "Key": "itemIncubatorBasicUnlimited",
  133. "Value": 100
  134. },
  135. {
  136. "Key": "itemIncubatorBasic",
  137. "Value": 100
  138. },
  139. {
  140. "Key": "itemPokemonStorageUpgrade",
  141. "Value": 100
  142. },
  143. {
  144. "Key": "itemItemStorageUpgrade",
  145. "Value": 100
  146. }
  147. ],
  148. "PokemonsToIgnore": [
  149. "zubat",
  150. "pidgey",
  151. "rattata"
  152. ],
  153. "PokemonsNotToTransfer": [
  154. "dragonite",
  155. "charizard",
  156. "zapdos",
  157. "snorlax",
  158. "alakazam",
  159. "mew",
  160. "mewtwo"
  161. ],
  162. "PokemonsToEvolve": [
  163. "zubat",
  164. "pidgey",
  165. "rattata"
  166. ]
  167. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement