crops-cd2025/crops_settings.txt
2015-04-23 23:09:42 -07:00

30 lines
591 B
Plaintext

--
-- crops_settings.txt
--
-- These are the default difficulty settings for the crops mod. You can uncomment
-- the "easy" or "difficult" settings if you wish, or come up with your own values.
--
-- more settings *MAY* be added to this file at a later stage, so make sure to get
-- a fresh copy from the mod folder if you decide to use non-default settings here.
--[[
-- easy --
crops.chance = 4
crops.interval = 30
crops.light = 8
--]]
-- normal --
crops.chance = 8
crops.interval = 30
crops.light = 10
--[[
-- difficult --
crops.chance = 16
crops.interval = 30
crops.light = 13
--]]