Skip to content

Instantly share code, notes, and snippets.

@Dracon23
Created August 11, 2016 09:43
Show Gist options
  • Save Dracon23/4b296cefd5ed4f09b282fd68d2b2a50e to your computer and use it in GitHub Desktop.
Save Dracon23/4b296cefd5ed4f09b282fd68d2b2a50e to your computer and use it in GitHub Desktop.
{
"auth_service": "ptc",
"username": "",
"password": "",
"location": "48.856111, 2.297872",
"gmapkey": "",
"tasks": [
{
"type": "HandleSoftBan"
},
{
"type": "CollectLevelUpReward"
},
{
"type": "IncubateEggs",
"config": {
"longer_eggs_first": true
}
},
{
"type": "TransferPokemon"
},
{
"type": "EvolvePokemon",
"config": {
"evolve_all": "all",
"first_evolve_by": "iv",
"evolve_above_cp": 0,
"evolve_above_iv": 0.8,
"logic": "or",
"evolve_speed": 20,
"use_lucky_egg": false
}
},
{
"type": "RecycleItems",
"config": {
"item_filter": {
"Pokeball": { "keep" : 30 },
"Greatball": { "keep" : 70 },
"Ultraball": { "keep" : 100 },
"Potion": { "keep" : 10 },
"Super Potion": { "keep" : 20 },
"Hyper Potion": { "keep" : 20 },
"Revive": { "keep" : 20 },
"Razz Berry": { "keep" : 50 }
}
}
},
{
"type": "SpinFort"
},
{
"type": "CatchVisiblePokemon"
},
{
"type": "CatchLuredPokemon"
},
{
"type": "FollowSpiral",
"config": {
"diameter": 4,
"step_size": 70
}
}
],
"map_object_cache_time": 5,
"forts": {
"avoid_circles": true,
"max_circle_size": 50
},
"websocket_server": true,
"walk": 7.8,
"action_wait_min": 1,
"action_wait_max": 4,
"debug": false,
"test": false,
"health_record": false,
"location_cache": true,
"distance_unit": "km",
"reconnecting_timeout": 15,
"evolve_captured": "NONE",
"catch_randomize_reticle_factor": 1.0,
"catch_randomize_spin_factor": 1.0,
"catch": {
"any": {"catch_above_cp": 0, "catch_above_iv": 0, "logic": "or"}
},
"release": {
"any": { "release_below_iv": 0.85, "logic": "or"},
"Rattata": {"release_below_iv": 0.9},
"Pidgey": {"release_below_iv": 0.9},
"Zubat": {"release_below_iv": 0.9},
"Spearow": {"release_below_iv": 0.9},
"Magikarp": {"keep_best_iv":3 }
},
"vips" : {
"any": {"catch_above_cp": 1200, "catch_above_iv": 0.9, "logic": "or" },
"Lapras": {},
"Moltres": {},
"Zapdos": {},
"Articuno": {},
"Mewtwo": {},
"Dragonite": {},
"Snorlax": {},
"// Mew evolves to Mewtwo": {},
"Mew": {},
"Arcanine": {},
"Vaporeon": {},
"Gyarados": {},
"Exeggutor": {},
"Muk": {},
"Weezing": {},
"Flareon": {}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment