Difference between revisions of "Special Charm"

From Stardew Valley Wiki
Jump to navigation Jump to search
(→‎Obtaining the Special Charm: update TrainerMod => ConsoleCommands)
(1.3 changes)
Line 1: Line 1:
 
{{Infobox
 
{{Infobox
|source      = ''<nowiki>Unobtainable</nowiki>''
+
|source      = [[Secret Notes#Secret Note #20|Secret Note #20]]
 
|sellprice  = N/A
 
|sellprice  = N/A
 
}}
 
}}
  
The '''{{PAGENAME}}''' is an item that greatly increases the chance for daily [[Luck]].   
+
The '''Special Charm''' permanently increases daily [[Luck]].   
  
It is unobtainable in-game as of PC v1.2.  It is the item that would appear in the blank space in the player's [[Wallet]] between the [[Club Card]] and the [[Skull Key]].
+
It can be obtained after finding and reading [[Secret Notes#Secret Note #20|Secret Note #20]].  To solve the puzzle depicted in Secret Note #20, click below.
  
 +
{{Collapse|Solution|content=Follow the path depicted in the note.  Start at the circle in the center of [[Pelican Town]], and follow each directional arrow until your character hits a permanent obstacle. This path will bring you around town, up across the bridge to [[JojaMart]], and ultimately to a truck parked beside JojaMart. Interacting with the truck will allow you to speak to a truck driver who requests a [[Rabbit's Foot]]. If you have one in your inventory you can trade it for the Special Charm.}}
  
[[File:WalletSpecialCharm.png]]
+
The formula that determines daily [[Luck]] after obtaining the Special Charm is shown below:
 
+
{{Clear}}
==Formula==
 
The formula used to calculate daily luck (as of PC v1.11) is:
 
 
 
<pre>If player has Special Charm
 
    and
 
    a random number between 0.0 and 1.0 is less than 0.8
 
Then
 
    Daily Luck = 0.1
 
Otherwise
 
    Daily Luck = a random number between -0.1 and 0.1</pre>
 
 
 
Since the Special Charm is unavailable, the last part of the formula always executes. However, if you do have the Special Charm, the formula will give you an 80% chance for maximum daily luck.
 
 
 
==Obtaining the Special Charm==
 
It is possible to edit a saved game file and add the Special Charm to your wallet.  You must find <code><hasSpecialCharm>false</hasSpecialCharm></code> and change it to <code><hasSpecialCharm>true</hasSpecialCharm></code>.
 
 
 
With [[Modding:Index|SMAPI]] and its included Console Commands mod, the debug command <tt>debug specialCharm</tt> can be used.
 
 
 
{{beta3|The Special Charm can be obtained after collecting Secret Note #20, following the path to the truck next to JojaMart, and giving the driver a Rabbit's Foot.  The Special Charm will then appear in the player's wallet, and permanently increase luck, according to the following formula:
 
 
<pre>Daily Luck = The minimum of  
 
<pre>Daily Luck = The minimum of  
 
(0.10000000149011612)
 
(0.10000000149011612)
 
and
 
and
((a random number between -0.1 and 0.1) + (0.025 if player has Special Charm))</pre>}}
+
((a random number between -0.1 and 0.1) + (0.025 if player has Special Charm))</pre>
 +
 
 +
Once obtained, the Special Charm can be found in the [[wallet]] in the [[The Player]]'s Menu on the Skills tab.
 +
 
 +
==History==
 +
{{history|1.0|Exists in game files and code, but is unimplemented.}}
 +
{{history|1.3|Officially introduced into gameplay, without the use of mods or save file editing.}}
  
 
[[Category:Special items]]
 
[[Category:Special items]]

Revision as of 20:02, 1 August 2018

Special Charm
Blank icon.png
Information
Source Secret Note #20
Sell Price Cannot be sold

The Special Charm permanently increases daily Luck.

It can be obtained after finding and reading Secret Note #20. To solve the puzzle depicted in Secret Note #20, click below.

Solution 
Follow the path depicted in the note. Start at the circle in the center of Pelican Town, and follow each directional arrow until your character hits a permanent obstacle. This path will bring you around town, up across the bridge to JojaMart, and ultimately to a truck parked beside JojaMart. Interacting with the truck will allow you to speak to a truck driver who requests a Rabbit's Foot. If you have one in your inventory you can trade it for the Special Charm.

The formula that determines daily Luck after obtaining the Special Charm is shown below:

Daily Luck = The minimum of 
(0.10000000149011612)
and
((a random number between -0.1 and 0.1) + (0.025 if player has Special Charm))

Once obtained, the Special Charm can be found in the wallet in the The Player's Menu on the Skills tab.

History

  • 1.0: Exists in game files and code, but is unimplemented.
  • 1.3: Officially introduced into gameplay, without the use of mods or save file editing.