Changes

Jump to navigation Jump to search
603 bytes added ,  07:15, 16 March 2023
Pull out RNG notes into separate section so they can be fully described without detracting from other sections
Line 64: Line 64:     
==Removal==
 
==Removal==
If the player does not dig up an artifact spot, it is likely to remain in place for multiple days.  Normally, there is a 15% chance <ref name="spawnobjects" /> of any artifact spot disappearing overnight. Unlike most of the artifact spot processing, removal is random.<ref name="removal" />
+
If the player does not dig up an artifact spot, it is likely to remain in place for multiple days.  Normally, there is a 15% chance<ref name="spawnobjects" /> of any artifact spot disappearing overnight.
    
Artifact spots do not get destroyed for reasons other than the player or random removal.  For example, [[villagers]] and farm [[animals]] can walk through tiles containing artifact spots without damaging them or otherwise altering them.
 
Artifact spots do not get destroyed for reasons other than the player or random removal.  For example, [[villagers]] and farm [[animals]] can walk through tiles containing artifact spots without damaging them or otherwise altering them.
Line 76: Line 76:  
* On [[the Beach]], between Summer 12-14, processing is run 6+ times<ref name="dayupdate_beach" />.
 
* On [[the Beach]], between Summer 12-14, processing is run 6+ times<ref name="dayupdate_beach" />.
 
* All winter-time artifact spots that spawned on grass-type tiles are always removed at the end of the winter.
 
* All winter-time artifact spots that spawned on grass-type tiles are always removed at the end of the winter.
 +
 +
==Random Number Generation Notes==
 +
Both the spawning of Artifact Spots and the resulting item are predetermined by the game's [[Random Seed]]. However, the removal logic RNG is not seeded similarly<ref name="removal" /> and the result of the removal routine is not repeatable. As a result of the random removal, on the [[Artifact_Spot#Spawning_&_Removal_Exceptions|days where processing is run extra times]], the behavior the player will observe from artifact spot creation is also no longer reliable with regard to the [[Random Seed]]. Still, on normal days, assuming the player removes all existing artifact spots, artifact spot creation results become possible to determine in advance.
    
==Notes==
 
==Notes==
145

edits

Navigation menu