Changes

Jump to navigation Jump to search
117 bytes removed ,  23:25, 23 November 2021
cleaning up section
Line 11: Line 11:     
==Seeds per Crop==
 
==Seeds per Crop==
The Seed Maker can produce 1-3 seeds of the same variety as the input crop (97.51% chance, average of 2 seeds), 1-4 [[Mixed Seeds]] (1.99% chance), or 1-3 [[Ancient Seeds]] (0.5% chance). Neither the number of seeds produced nor the likelihood of getting Mixed Seeds or [[Ancient Seeds]] are affected by [[luck]].
+
The Seed Maker can produce 1-3 seeds of the same variety as the input crop (97.51% chance, average of 2 seeds), 1-4 [[Mixed Seeds]] (1.99% chance), or 1-3 [[Ancient Seeds]] (0.5% chance).
   −
The game initializes a pseudo-random number generator with calculated seed:
+
The game initializes a pseudo-random number generator with calculated game seed:
    
<code>(#_days_played) + (unique_game_ID) / 2 + (X_tileLocation of object) + (Y_tileLocation of object) &times; 77 + (timeOfDay)</code>
 
<code>(#_days_played) + (unique_game_ID) / 2 + (X_tileLocation of object) + (Y_tileLocation of object) &times; 77 + (timeOfDay)</code>
   −
This determines the type and number of seeds produced. Luck does not have an effect on this outcome.
+
This determines the type and number of seeds produced. [[Luck]] does not have an effect on this outcome.
    
==Seedless Crops==
 
==Seedless Crops==
4,100

edits

Navigation menu