This wiki is a read-only version of the Stardew Valley Wiki. The official editable wiki maintained by ConcernedApe can be found at stardewvalleywiki.com

Talk:Mixed Seeds

From Stardew Valley Wiki
Jump to: navigation, search
This talk page is for discussing Mixed Seeds.
  • Sign and date your posts by typing four tildes (~~~~).
  • Put new text below old text.
  • Be polite.
  • Assume good faith.
  • Don't delete discussions.

Guys, can you get crops that you can't buy yet with these? Like, stawberries on day 1 spring 1? Or desert shop plants?

It'll give a random "low grade" crop for the season.
  • Spring: Parsnip Seeds, Bean Starter, Cauliflower Seeds, Potato Seeds.
  • Summer: Corn Seeds, Wheat Seeds, Pepper Seeds, Radish Seeds.
  • Fall: Corn Seeds, Eggplant Seeds, Artichoke Seeds, Pumpkin Seeds.
  • Winter: Any of the above.
--BryghtShadow (talk) 17:37, 21 October 2016 (BST)
Edit: Bean Starter is not a low grade crop seed, silly me. --BryghtShadow (talk) 17:53, 21 October 2016 (BST)

Updating Mixed Seeds

I read through the game code, and I believe there are some additional crop types that can be grown from mixed seeds. Here is the full list:

Spring: Parsnip, Green Bean, Cauliflower, Potato, Garlic

Summer: Hot Pepper, Wheat, Radish, Corn

Fall: Corn, Eggplant, Artichoke, Pumpkin, Bok Choy

I pulled this information from the function getRandomLowGradeCropForThisSeason, of the Crop subsection. The indices correspond to the values in Crops.yaml, and the three digit integers for each crop map to an object in ObjectInformation.yaml. I haven't confirmed these in game. This is for version 1.2.29.

-KThomas14

You found the right spot in the code, but Game1.random.Next() uses a min/max value where the min value is inclusive and the max value is exclusive.
The calling function also decreases the index by one if index == 473 (Green Bean), so green bean turns into parsnip seeds.
I've rolled back your changes accordingly. Sorry. But nice job code hunting! Keep it up! —margotbean (talk) 02:27, 8 May 2017 (BST)

In Garden Pots

Can mixed seeds be planted in Garden Pots? If so, are indoor rules the same as for the Greenhouse? And I would assume that outdoors, they would die (or not be allowed) if the pot is placed outside the farm - right? Butterbur (talk) 00:25, 18 December 2019 (UTC)