14 lines
309 B
TOML
14 lines
309 B
TOML
["Dipping Bowl"]
|
|
#Number of uses per sauce bottle in the dipping bowl
|
|
# Default: 4
|
|
# Range: 1 ~ 16
|
|
maxUses = 4
|
|
#Hunger restored when dipping food
|
|
# Default: 1
|
|
# Range: 0 ~ 10
|
|
hungerRestored = 1
|
|
#Saturation modifier when dipping food
|
|
# Default: 0.2
|
|
# Range: 0.0 ~ 2.0
|
|
saturation = 0.2
|