Skip to content

Commit

Permalink
Updated configuration documentation after PokemonGoF#4005
Browse files Browse the repository at this point in the history
  • Loading branch information
BriceSD committed Aug 15, 2016
1 parent 0937029 commit a8ead97
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/configuration_files.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,12 @@ The behaviors of the bot are configured via the `tasks` key in the `config.json`
* RecycleItems

> **NOTE:** It's highly recommended to put this task before MoveToFort and SpinFort tasks. This way you'll most likely be able to loot.
* `item_filter`: Pass a list of unwanted [items (using their JSON codes or names)](https://github.com/PokemonGoF/PokemonGo-Bot/wiki/Item-ID's) to recycle.
* `min_empty_space`: Default `6` | Minimum empty space to keep in inventory. Once the inventory has less empty space than that amount, the recycling process is triggered. Set it to the inventory size to trigger it at every tick.
* `item_filter`: Pass a list of unwanted [items (using their JSON codes or names)](https://github.com/PokemonGoF/PokemonGo-Bot/wiki/Item-ID's) to recycle.
* `max_balls_keep`: Default `None` | Maximum amount of balls to keep in inventory
* `max_potions_keep`: Default `None` | Maximum amount of potions to keep in inventory
* `max_berries_keep`: Default `None` | Maximum amount of berries to keep in inventory
* `max_revives_keep`: Default `None` | Maximum amount of revives to keep in inventory
* SpinFort
* TransferPokemon

Expand Down

0 comments on commit a8ead97

Please sign in to comment.