About this mod
There will be price fluctuations. This mod effect shipping, the sale stores, and returns of trash can. If you want to see the fluctuation menu, you can see this in game menu.
- Requirements
- Permissions and credits
- Changelogs
Description of config.json
- Cycle : the cycle of fluctuation. For example, if you set 7, then fluctuation table changes once a week. (Default : 1)
- Min : the minimum ratio of the price if you ship goods (Default : 0%)
- Max : the maximum ratio of the price if you ship goods (Default : 200%)
- Categories : category indexes and individual price ratio settings to price change
(Default : Vegetable, Fruit, Flower, Forage, Fish, Animal product, Artisan good, Gem, Metal, Syrup, and Cooking)
(Reference : https://stardewvalleywiki.com/Modding:Object_data#Categories)
- WithObjects : object indexes and individual price ratio settings to be added separately (Default : Golden Pumpkin)
- WithoutObjects : object indexes to be removed (Default : Coal, Ores, Sap, Cinder Shard, Bone Fragment, Legendary Fishes, Qi Fruit, Wine, Jelly, Pickle, Juice, Roe, AgedRoe)
(Reference : https://stardewvalleywiki.com/Modding:Object_data)
if you use base setting of minimum and maximum,
["index" []]
if you use individual setting of minimum and maximum,
["index" : [minimum maximum]]