11 lines
369 B
TOML
11 lines
369 B
TOML
|
|
#Client settings
|
|
[client]
|
|
#Should the hunger bar have a gilded overlay when the player has the Nourishment effect?
|
|
nourishmentHungerOverlay = true
|
|
#Should the health bar have a silver sheen when the player has the Comfort effect?
|
|
comfortHealthOverlay = true
|
|
#Should meal and drink tooltips display which effects they provide?
|
|
foodEffectTooltip = true
|
|
|