Configuration
# Whether or not coffee beans can be planted in planters.
isPlantable=true
# Whether or not coffee beans can be found during foraging.
isForageable=true
# How likely a coffee bean will be found during foraging, a 1 in X chance.
chanceToFindCoffeeOneinX=20
# How long one must wait until a coffeeplant can be watered again, in real minutes.
# 1440=one day, 180=3 hours (1 Wurm day).
tendingDuration=1440
# Whether or not coffebeans and groundCoffee can be stored in a food storage bin
isBulk=true
# The maximum length of time the coffee boost should remain active, in minutes.
maxEffectTime=300
Notes:
- The values shown above are the default values if a parameter is missing or invalid.
- The tendingDuration is constrained to between 1 and 10080 (one real week) minutes.