Update config
This commit is contained in:
parent
0769d68ded
commit
8e6dcee55f
|
@ -6,18 +6,23 @@ cycles:
|
||||||
|
|
||||||
pans:
|
pans:
|
||||||
BOWL:
|
BOWL:
|
||||||
name: Wodden Pan
|
name: Wooden Pan
|
||||||
items:
|
items:
|
||||||
- GOLD_NUGGET:
|
GOLD_NUGGET:
|
||||||
chance: 50
|
chance: 50
|
||||||
minadd: 5
|
delay:
|
||||||
maxadd: 20
|
add:
|
||||||
minremove: 5
|
min: 5
|
||||||
maxremove: 20
|
max: 20
|
||||||
- GRAVEL:
|
remove:
|
||||||
chance: 75
|
min: 5
|
||||||
minpop: 5
|
max: 20
|
||||||
maxpop: 20
|
GRAVEL:
|
||||||
mindepop: 5
|
chance: 100
|
||||||
maxdepop: 20
|
delay:
|
||||||
|
add:
|
||||||
|
min: 5
|
||||||
|
max: 20
|
||||||
|
remove:
|
||||||
|
min: 5
|
||||||
|
max: 20
|
Loading…
Reference in New Issue