We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ab0cd2 commit 0a6820fCopy full SHA for 0a6820f
config/template/config.yaml
@@ -13,6 +13,24 @@ closeMiniPanel: false # Set to true to close the mini panel at start of game in
13
hidePortraits: true # Set to true to hide mercenary and other players portraits (avatar)
14
enableCubeRecipes: true # Enable cubing of flawlesses and tokens
15
16
+scheduler:
17
+ enabled: false
18
+ days:
19
+ - dayOfWeek: 0
20
+ timeRange: []
21
+ - dayOfWeek: 1
22
23
+ - dayOfWeek: 2
24
25
+ - dayOfWeek: 3
26
27
+ - dayOfWeek: 4
28
29
+ - dayOfWeek: 5
30
31
+ - dayOfWeek: 6
32
33
+
34
health: # Healing configuration, all values in %
35
healingPotionAt: 75
36
manaPotionAt: 10
0 commit comments