-
Notifications
You must be signed in to change notification settings - Fork 0
/
garden-config.yml
59 lines (52 loc) · 1.03 KB
/
garden-config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# Time Intervals Example: 1 h, 30 m, 15 m, 5 h...
# Always separate it with a space.
## Garden:
## This will be the initial amount
garden:
fruits:
strawberries: 3
apples: 2
flowers:
sunflowers: 3
roses: 2
orchids: 2
decorations:
benches: 1
animals:
dogs: 2
ducks: 1
# max = maximum instances of fruit spawned
fruits:
apple:
max: 5
growth_interval: '35 m'
harvesting_interval: '1 h'
watering_interval: '4 h'
strawberry:
max: 4
growth_interval: '35 m'
harvesting_interval: '30 m'
watering_interval: '45 m'
flowers:
sunflower:
watering_interval: '1 h'
pollination_interval: '45 m'
rose:
watering_interval: '1 h'
pollination_interval: '45 m'
orchid:
watering_interval: '1 h'
pollination_interval: '1 h'
decorations:
bench:
cleaning_interval: '30 m'
animals:
dog:
petting_interval: '5 m'
feeding_interval: '35 m'
duck:
petting_interval: '15 m'
feeding_interval: '45 m'
users:
max_users: 4
max_nickname_length: 15