2021-01-28 20:11:47 +00:00
|
|
|
|
|
|
|
#Common config for Farming for Blockheads
|
|
|
|
[common]
|
|
|
|
#List of names the merchant can have.
|
|
|
|
merchantNames = ["Swap-O-Matic", "Emerald Muncher", "Weathered Salesperson"]
|
2021-02-12 14:22:54 +00:00
|
|
|
#The range within animals can be fed by the feeding trough.
|
2021-01-28 20:11:47 +00:00
|
|
|
#Range: 1 ~ 16
|
2021-02-12 14:22:54 +00:00
|
|
|
feedingTroughRange = 8
|
2021-01-28 20:11:47 +00:00
|
|
|
#The maximum amount of animals (per type) until the feeding trough stops feeding.
|
|
|
|
#Range: > 1
|
|
|
|
feedingTroughMaxAnimals = 8
|
2021-02-12 14:22:54 +00:00
|
|
|
#The range at which the chicken nest picks up laid eggs.
|
|
|
|
#Range: 1 ~ 16
|
|
|
|
chickenNestRange = 8
|
2021-01-28 20:11:47 +00:00
|
|
|
#The chance to get a bonus crop when using Green Fertilizer.
|
|
|
|
#Range: 0.0 ~ 1.0
|
|
|
|
fertilizerBonusCropChance = 1.0
|
2021-02-12 14:22:54 +00:00
|
|
|
#The chance to get a bonus growth when using Red Fertilizer.
|
|
|
|
#Range: 0.0 ~ 1.0
|
|
|
|
fertilizerBonusGrowthChance = 1.0
|
|
|
|
#The chance for Fertilized Farmland to turn back into regular Farmland (per provided bonus).
|
|
|
|
#Range: 0.0 ~ 1.0
|
|
|
|
fertilizerRegressionChance = 0.0
|
2021-01-28 20:11:47 +00:00
|
|
|
|