Stardew Valley
0 of 0

File information

Last updated

Original upload

Created by

Xynerorias

Uploaded by

Xynerorias

Virus scan

Safe to use

About this mod

This mod randomizes the seeds at Pierre's everyday with a user-set stock. Highly configurable !

Requirements
Permissions and credits
Changelogs



In my never-ending quest of trying to declutter shops on heavy modlists, I decided to make this small mod, based on my previous one Seed Shortage.

This is intended for people who use a lot of seed mods like the PPJA suite of mods and need to scroll approximately 3 hours and 21 minutes just to get to saplings, but also people who do not want the added challenge that Seed Shortage imposes by removing them.

This one basically uses a pseudo-random to randomize Pierre's stock of seeds every day. You can set the daily number of different seeds you want, you can choose to add or remove any shop you want, and you can choose between three modes: randomize just the seeds, just the saplings or combine both of them.

This makes the telephone even more useful !

The mod is open source, here is the source code.




This is a simple SMAPI mod, so just install it as you would with any other mod.


  • Install SMAPI
  • Install the mod.
  • Done.

If you do not know how to install mods, refer to this guide.






There's a couple of configs you can change to tweak the mod to your liking:

JojaEnabled : This is a boolean (true/false), it's basically an easy check to enable the mod for the JojaMart or not.
Default : false

Owners [ ] : This is a string array. You need to specify the exact English name of the shop owner you want to have the mod applied to.
Default : [ "Pierre" ]

Mode : This is a string value. This is the mode the mod should use, this is where you choose if the mod applies to just the seeds, just the saplings or both. The only valid modes are as follows : OnlyCrops , OnlySaplings and Both. If you make a typo or write something else, there will be an error telling you.
Default : Both

SeedStock : This is an integer value. This is the number of seeds you want the shop to have each day. So if you write 5, you will have a random stock of 5 seeds every day. If there is less than 5 in the total stock it will have no effect.
Default : 2

SaplingStock : This is an integer value. This is the number of saplings you want the shop to have each day. This work exactly like SeedStock configuration above.
Default : 2


So to make things clearer, by default the mod will make it so there is no change at the JojaMart, the mod only applies to Pierre's shop, and there will be every day a new stock of 2 seeds and 2 saplings.






This mod is literally compatible with anything. In terms of mod compatibility, it's compatible with every crop/seed mods out there and should even be compatible with all the mods affecting the shops. As for game compatibility, unless CA somehow completely changes how shops behave, which is pretty unlikely, this mod will also always be compatible with the latest Stardew version.

If you find any bug/incompatibility, please make a post in the BUGS section, or post an issue on GitHub, or even @ me in the #using-mods channel in the Stardew Valley Discord Server.







Shekurika for giving me the idea of adding a seed to the random
XxHarvzBackxX for cleaning my dirty code
And... that's it. I actually made this one without much help this time so if you like it, please endorse it !