差分

1,884 バイト追加 、 2018年5月26日 (土) 06:54
英語版からソースをコピーして新規作成
{{翻訳}}
{{Infobox
|image =Special Charm.png
|source = ''<nowiki>入手不可</nowiki>''
|sellprice = N/A
}}

'''{{PAGENAME}}''' is an item that greatly increases the chance for 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]].


[[File:WalletSpecialCharm.png]]

==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 "Trainer 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
(0.10000000149011612)
and
((a random number between -0.1 and 0.1) + (0.25 if player has Special Charm))</pre>}}

[[Category:特別なアイテム]]

[[de:Besonderes Amulett]]
[[en:Special Charm]]
[[es:Amuleto especial]]
[[pt:Amuleto Especial]]
[[ru:Особый оберег]]
[[zh:特殊的魅力]]
255

回編集