config: import pack config files

This commit is contained in:
Ophestra 2025-06-23 05:08:29 +09:00
parent b76c650efe
commit 348be6b09f
Signed by: ophestra
SSH key fingerprint: SHA256:57+oNEzV2U/aq2eDPdDtPiJjVykuXMYYJMkcAo8QdRw
128 changed files with 13500 additions and 1 deletions

View file

@ -0,0 +1,31 @@
# The range at which the chicken nest picks up laid eggs.
chickenNestRange = 8
# List of default presets to disable.
disabledDefaultPresets = [ ]
# List of optional presets to enable.
enabledOptionalPresets = [ ]
# The maximum amount of animals (per type) until the feeding trough stops feeding.
feedingTroughMaxAnimals = 24
# The range within animals can be fed by the feeding trough.
feedingTroughRange = 8
# The chance to get a bonus crop when using Green Fertilizer.
fertilizerBonusCropChance = 1.0
# The chance to get a bonus growth when using Red Fertilizer.
fertilizerBonusGrowthChance = 1.0
# The chance for Fertilized Farmland to turn back into regular Farmland (per provided bonus).
fertilizerRegressionChance = 0.0
# List of names the merchant can have.
merchantNames = [ "Swap-O-Matic", "Emerald Muncher", "Weathered Salesperson" ]
# If true, merchants will be considered babies (on a technical level only), which may resolve exploits based on merchant death loot (like blood)
treatMerchantsLikeBabies = true