Changes

Jump to navigation Jump to search
2,230 bytes added ,  23:52, 20 December 2021
copying table (could just link to the table instead) for sources of journal scraps
Line 9: Line 9:     
Note that unlike Secret Notes, Journal Scraps are always found in order (''i.e.,'' the first journal scrap found will always be Journal Scrap #1, the second Journal Scrap #2, etc.)
 
Note that unlike Secret Notes, Journal Scraps are always found in order (''i.e.,'' the first journal scrap found will always be Journal Scrap #1, the second Journal Scrap #2, etc.)
 +
 +
==Finding Journal Scraps==
 +
 +
Journal Scraps are found in the same way as [[Secret Notes]]. However, they can only be found on [[Ginger Island]]. The "Chance" column below indicates the probabilities that the game will ''attempt'' to spawn a journal scrap.  When such an attempt is made, the game performs a further check to see how many journal scraps the player has already found.  If all scraps have been found, the check fails.  Otherwise, the probability of success is a linear function of the number of scraps found, where there's an 80% chance of success if none have been found, and a 12% chance of success if all but one have been found <ref name="probability" />.
 +
 +
{| class="wikitable sortable"
 +
|-
 +
!Activity
 +
!Chance
 +
|-
 +
| [[Weeds]] <ref name="weeds" />
 +
| 0.9%
 +
|-
 +
| [[Monsters]] <ref name="monsters" />
 +
| 3.3%
 +
|-
 +
| Chopping [[trees]] (Each Axe hit) <ref name="axe" />
 +
| 0.5%
 +
|-
 +
| [[Fishing]] <ref name="fish" />
 +
| 8% to replace trash
 +
|-
 +
| [[Artifact Spot]] <ref name="artifact" />
 +
| 11% (After artifact checks and winter forage checks)
 +
|-
 +
| [[Stone]] <ref name="stone" />
 +
| 0.75%
 +
|-
 +
| Resource clump * <ref name="resource" />
 +
| 5%
 +
|-
 +
| [[Crops#Giant Crops|Giant crop]] <ref name="giant" />
 +
| 100%
 +
|-
 +
|}
 +
<nowiki>*</nowiki> Resource Clump = [[Large Stump]], [[Large Log]], [[Random Events#Meteorite|Meteorite]], or [[Boulder]] (inside or outside [[The Mines]]).
 +
 +
==Journal Scraps==
    
===Journal Scrap #1===
 
===Journal Scrap #1===
Line 256: Line 294:  
Now I've got one glowing magnet ring… I hope old pappy doesn't mind, rest his soul…
 
Now I've got one glowing magnet ring… I hope old pappy doesn't mind, rest his soul…
 
|}
 
|}
 +
 +
==References==
 +
<references>
 +
<ref name="probability"> See <samp>GameLocation::tryToCreateUnseenSecretNote</samp> in the game code.</ref>
 +
<ref name="weeds">See <samp>Object::cutWeed</samp> in the game code.</ref>
 +
<ref name="monsters">See <samp>GameLocation::monsterDrop</samp> in the game code.</ref>
 +
<ref name="axe">See <samp>Tree::performToolAction</samp> in the game code.</ref>
 +
<ref name="fish">See <samp>GameLocation::getFish</samp> in the game code.</ref>
 +
<ref name="artifact">See <samp>GameLocation::digUpArtifactSpot</samp> in the game code.</ref>
 +
<ref name="stone">See <samp>GameLocation::breakStone</samp> in the game code.</ref>
 +
<ref name="resource">See <samp>ResourceClump::performToolAction</samp> in the game code.</ref>
 +
<ref name="giant">See <samp>GiantCrop::performToolAction</samp> in the game code.</ref>
 +
</references>
    
==History==
 
==History==
4,286

edits

Navigation menu