LTDV10Test/packet/config/cuisinedelight-common.toml
3944Realms 67a395b765
Some checks failed
Deploy to Remote Server / deploy (push) Failing after 1m11s
初始化
2026-04-14 18:20:56 +08:00

24 lines
608 B
TOML

#base size per serve
#Range: 1 ~ 100
baseServe = 4
#base nutrition factor
#Range: 0.0 ~ 100.0
baseNutrition = 0.1
#bonus for every extra food type
#Range: 0.0 ~ 100.0
varietyBonus = 0.2
#bonus for perfect food
#Range: 0.0 ~ 100.0
perfectionBonus = 0.5
#max number of ingredient entries
#Range: 1 ~ 20
maxIngredient = 9
#nourishment duration per food type
#Range: 1 ~ 10000
nourishmentDuration = 100
#Enable SoL compat so that eating a dish is equivalent to eating all components
enableSoLCompat = true
#Enable Diet compat so that eating a dish is equivalent to eating all components
enableDietCompat = true