Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
She has a ~5% chance of the poppy and an ~8.5% chance of the seeds every time she comes, so just check every time.
EDIT there is NO reason to delete your save, you can just grow one next year
Thank you, I will just let go of 1 year community center or pray for poppy !
Yes, lucky traveling merchant seed (early spring). That's why I was aiming for 1st year
if your wondering how the traving cart works ive just copy and pasted the what the wiki said with some adjustmants
The merchant's standard stock is determined by a random number seeded with the game ID (XPath: /SaveGame/uniqueIDForThisGame) and the days played (XPath: /SaveGame/stats/DaysPlayed).
For each item slot, a random integer (num) in the range [2,790) is chosen. num is then incremented and wrapped to the range [0,790) until there exists an item that satisfies all of the following conditions:
ID is equal to num;
not blackliste
has a category;
price greater than 0;
not named "Weeds";
type is not "Quest", "Minerals", or "Arch".
The unit price is determined by the larger of 2 random integers in the ranges of [1,11)*100 and [3,6)*base_price. The stack size has a 90% chance to be 1, and 10% chance to be 5.
Note that some items have a higher chance to appear in the standard stock, because after the random integer is chosen, it is incremented until it is equal to a valid object number.
For the furniture slot, a random integer (num) in the range [0,1613) is chosen until it there exists a furniture that has num as its ID and is not blacklisted. The unit price is determined by a random integer in the range of [1,11)*250
so in short yes it depends on the day and the ID of the save