From 656aa2929a7a7cb010119081b133af9c96684c89 Mon Sep 17 00:00:00 2001 From: Nikhil Pandey Date: Wed, 3 Aug 2016 17:24:30 +0545 Subject: [PATCH] Add Threshold Option to Example Configs --- configs/config.json.cluster.example | 1 + configs/config.json.example | 1 + configs/config.json.map.example | 1 + configs/config.json.path.example | 1 + configs/config.json.pokemon.example | 1 + 5 files changed, 5 insertions(+) diff --git a/configs/config.json.cluster.example b/configs/config.json.cluster.example index 5613061a84..d95b07cbac 100644 --- a/configs/config.json.cluster.example +++ b/configs/config.json.cluster.example @@ -35,6 +35,7 @@ { "type": "RecycleItems", "config": { + "threshold": 300, "item_filter": { "Pokeball": { "keep" : 100 }, "Potion": { "keep" : 10 }, diff --git a/configs/config.json.example b/configs/config.json.example index 20ef72e34e..d0a65dad26 100644 --- a/configs/config.json.example +++ b/configs/config.json.example @@ -35,6 +35,7 @@ { "type": "RecycleItems", "config": { + "threshold": 300, "item_filter": { "Pokeball": { "keep" : 100 }, "Potion": { "keep" : 10 }, diff --git a/configs/config.json.map.example b/configs/config.json.map.example index 6436b95905..7012c1e75b 100644 --- a/configs/config.json.map.example +++ b/configs/config.json.map.example @@ -32,6 +32,7 @@ { "type": "RecycleItems", "config": { + "threshold": 300, "item_filter": { "Pokeball": { "keep" : 100 }, "Potion": { "keep" : 10 }, diff --git a/configs/config.json.path.example b/configs/config.json.path.example index 38baa9f1f0..e253169091 100644 --- a/configs/config.json.path.example +++ b/configs/config.json.path.example @@ -35,6 +35,7 @@ { "type": "RecycleItems", "config": { + "threshold": 300, "item_filter": { "Pokeball": { "keep" : 100 }, "Potion": { "keep" : 10 }, diff --git a/configs/config.json.pokemon.example b/configs/config.json.pokemon.example index 7cad1ac066..4423bc880d 100644 --- a/configs/config.json.pokemon.example +++ b/configs/config.json.pokemon.example @@ -35,6 +35,7 @@ { "type": "RecycleItems", "config": { + "threshold": 300, "item_filter": { "Pokeball": { "keep" : 100 }, "Potion": { "keep" : 10 },