From a8ead97922e7306a417f1be44a2c9f2291cb14e2 Mon Sep 17 00:00:00 2001 From: SAUNIER DEBES Brice Date: Mon, 15 Aug 2016 20:09:04 +0200 Subject: [PATCH] Updated configuration documentation after #4005 --- docs/configuration_files.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/configuration_files.md b/docs/configuration_files.md index f1338a09d5..507666629e 100644 --- a/docs/configuration_files.md +++ b/docs/configuration_files.md @@ -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