Stardew Valley
0 of 0

File information

Last updated

Original upload

Created by

James Overton

Uploaded by

rocslayer

Virus scan

Safe to use

About this mod

Roc's Reseed allows you to acquire seeds from harvesting your crops.

Permissions and credits
When you harvest a crop, vanilla or modded, you now get a chance to acquire its seed.  Chance is based on farming skill with a default of about 5% with no skill and 33% with lv 10 farming.  You can modify the numbers governing these chances in the config file.

Config Options

  BaseChanceToGetSeed : 5.0,    % chance everybody gets
  ExtraChancePerFarmSkill : 2.0, % added based on farmers skill
  ExtraChancePerFarmPerk : 4.0,% added if you have the Tiller or Agriculturist professions, counts for each
  ExtraChancePerDayToGrow : 0.5,     % chance based on how long the crop need to mature, quick crops have a smaller chance
  ReharvestablePenalty : 0.33              % penalty applied to crops that can be harvested more than once, so corn has 1/3 the chance of giving seeds

 new config options
  ExtraChancePerPlayer : 2.0Each player beyond the main player adds 2% to the chance to harvest a seed
  CheatAlwaysGetSeed : false      If this is marked true then the mod ignores all chance and always gives you a seed
  SecondSeedChance : true  When marked true if you get a seed you get a chance to get a 2nd seed, chance is 33% of base chance

The mod uses the crops data from the  Crops.xnb data file, so any mod that adds crop to this file will also work here.

Tested in Stardew Valley 1.3 and SMAPI 2.6

The mod now created the seed at the location of the crop.  This fixes the Jumino issue from earlier and the fact that other players can harvest crops.

Note, setting your base chance to 100 wont guarantee a seed.  Negative penalties can lower your chances.  If you want 100% seed use the new cheat, or set your base chance to at least 300%

In multiplayer the mod is set to only runs on the main players game.  It uses the main players stats to determine the seed chances, but any player can trigger the effect when harvesting.  If anyone knows how I can get an array of players I could fix this.  (make a bug request)  Also as the mod only affects the main player the harvest with scythe effect only affects the main player, so other players will have to have the harvest with scythe mod to get that effect.