Pickle, Jelly, Juice, Wine, Roe, Aged roe, and Honey are affected by the base. For example, If the price of Parsnip change from 35 gold to 70 gold, then the price of Parsnip Pickle change from 120 gold to 240 gold.
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]]