Mods for Stardew Valley
Go to file
ZaneYork 9ef35938b6 Initial commit 2020-04-18 20:24:31 +08:00
CustomCropsDecay Initial commit 2020-04-18 20:24:31 +08:00
DynamicPrice Initial commit 2020-04-18 20:24:31 +08:00
[CCD]CropsDecayDefaultRules Initial commit 2020-04-18 20:24:31 +08:00
_releases Initial commit 2020-04-18 20:24:31 +08:00
.gitignore Initial commit 2020-04-18 20:24:31 +08:00
LICENSE.txt Initial commit 2020-04-18 20:24:31 +08:00
README.md Initial commit 2020-04-18 20:24:31 +08:00
SDV_Mods.sln Initial commit 2020-04-18 20:24:31 +08:00
common.targets Initial commit 2020-04-18 20:24:31 +08:00

README.md

Custom Crops Decay

Makes crops be able to decay after several days of harvest, decay crop will transform into trash.

Description

Mod's config file instructions:

Config Name Description
FridgeEffect Define the effect of fridge, 0.7 means 70% slower than origin decay speed

Mod's content pack instructions:

Config Name Description
crops The list of crop rules
crops.id Locate by id, the crop with this id will take this rule
crops.name Locate by name, the crop with this name will take this rule
crops.category Locate by category, the crop with this category will take this rule
crops.decayDays The decay days of crop, key value pair, the key is quality(0 Normal/1 Silver/2 Golden/4 Iridium)

Dynamic Price

Makes items have dynamic sell price, associate with date and decay percentage.

Description

Mod's config file instructions:

Config Name Description
DynamicWithDate Should price associate with date
DynamicWithDecay Should price associate with decay percentage, needs CustomCropsDecay mod to work
Seed Seed for randomizer
ChangeRateMultiplier The factor for change rate
Discount Discount rule for crop decay
Discount.Min Min discount for crop
Discount.Max Max discount for crop