Advertisement
Guest User

Untitled

a guest
Jul 30th, 2016
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 KB | None | 0 0
  1. {
  2. "auth_service": "ptc",
  3. "username": "asdasd",
  4. "password": "asdasd",
  5. "location": "34.00757975624531,-118.49968314170837",
  6. "gmapkey": "",
  7. "max_steps": 20,
  8. "catch_pokemon": true,
  9. "forts": {
  10. "spin": true,
  11. "move_to_spin": true,
  12. "avoid_circles": true,
  13. "max_circle_size": 100
  14. },
  15. "websocket_server": false,
  16. "walk": 7,
  17. "action_wait_min": 1,
  18. "action_wait_max": 4,
  19. "debug": false,
  20. "test": false,
  21. "health_record": true,
  22. "location_cache": true,
  23. "distance_unit": "km",
  24. "reconnecting_timeout": 15,
  25. "item_filter": {
  26. "1": { "keep" : 75 },
  27. "2": { "keep" : 75 },
  28. "3": { "keep" : 75 },
  29. "101": { "keep" : 10 },
  30. "102": { "keep" : 15 },
  31. "103": { "keep" : 30 },
  32. "104": { "keep" : 35 },
  33. "201": { "keep" : 20 },
  34. "701": { "keep" : 100 }
  35. },
  36. "evolve_all": "NONE",
  37. "evolve_speed": 20,
  38. "evolve_cp_min": 300,
  39. "use_lucky_egg": false,
  40. "hatch_eggs": true,
  41. "longer_eggs_first": true,
  42. "evolve_captured": "NONE",
  43. "release_pokemon": true,
  44. "catch_randomize_reticle_factor": 1.0,
  45. "catch_randomize_spin_factor": 1.0,
  46. "catch": {
  47. "any": {"catch_above_cp": 1000, "catch_above_iv": 0, "logic": "or"}
  48. },
  49. "release": {
  50. "any": {"release_below_cp": 1000, "release_below_iv": 0, "logic": "or", "keep_best_cp": 3}
  51. },
  52. "vips" : {
  53. "Any pokemon put here directly force to use Berry & Best Ball to capture, to secure the capture rate!": {},
  54. "any": {"catch_above_cp": 1200, "catch_above_iv": 0.75, "logic": "and" },
  55. "Lapras": {},
  56. "Moltres": {},
  57. "Zapdos": {},
  58. "Articuno": {},
  59.  
  60. "// S-Tier pokemons (if pokemon can be evolved into tier, list the representative)": {},
  61. "Mewtwo": {},
  62. "Dragonite": {},
  63. "Snorlax": {},
  64. "// Mew evolves to Mewtwo": {},
  65. "Mew": {},
  66. "Arcanine": {},
  67. "Vaporeon": {},
  68. "Gyarados": {},
  69. "Exeggutor": {},
  70. "Muk": {},
  71. "Weezing": {},
  72. "Flareon": {}
  73.  
  74. }
  75. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement