Changes

Jump to navigation Jump to search
no edit summary
Line 17: Line 17:  
The game creates a pseudo-random number to determine the type and number of seeds produced. Note that [[Luck]] does not have any effect:
 
The game creates a pseudo-random number to determine the type and number of seeds produced. Note that [[Luck]] does not have any effect:
   −
<code>(# days played) + [[Random Seed|unique game ID]] / 2 + (X tileLocation of Seed Maker) + (Y tileLocation of Seed Maker) &times; 77 + (timeOfDay)</code> <ref name="processtime"/>
+
<code>(# days played) + unique game ID / 2 + (X tileLocation of Seed Maker) + (Y tileLocation of Seed Maker) &times; 77 + (timeOfDay)</code> <ref name="processtime"/>
    
As a result of the above formula, Seed Maker output is repeatable, and exploitable. By taking note of seed output at specific times and seed maker locations, the player can restart the day, inputting seeds only at locations and times that produce a desired number and type of seeds.  In addition, since timeOfDay is measured in minutes, it's possible to produce identical output by placing a second Seed Maker 10 tiles left of the first, and then feeding its input 10 minutes after the first is fed.
 
As a result of the above formula, Seed Maker output is repeatable, and exploitable. By taking note of seed output at specific times and seed maker locations, the player can restart the day, inputting seeds only at locations and times that produce a desired number and type of seeds.  In addition, since timeOfDay is measured in minutes, it's possible to produce identical output by placing a second Seed Maker 10 tiles left of the first, and then feeding its input 10 minutes after the first is fed.
105,662

edits

Navigation menu