From 8e6dcee55facb2a24cbc98c9cddd3a30aee56cc8 Mon Sep 17 00:00:00 2001 From: Jimmy Date: Sat, 24 Apr 2021 11:35:19 +1200 Subject: [PATCH] Update config --- src/main/resources/config.yml | 33 +++++++++++++++++++-------------- 1 file changed, 19 insertions(+), 14 deletions(-) diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 6aa594c..6283d98 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -6,18 +6,23 @@ cycles: pans: BOWL: - name: Wodden Pan + name: Wooden Pan items: - - GOLD_NUGGET: - chance: 50 - minadd: 5 - maxadd: 20 - minremove: 5 - maxremove: 20 - - GRAVEL: - chance: 75 - minpop: 5 - maxpop: 20 - mindepop: 5 - maxdepop: 20 - \ No newline at end of file + GOLD_NUGGET: + chance: 50 + delay: + add: + min: 5 + max: 20 + remove: + min: 5 + max: 20 + GRAVEL: + chance: 100 + delay: + add: + min: 5 + max: 20 + remove: + min: 5 + max: 20 \ No newline at end of file