特別な飾り

提供: Stardew Valley Wiki
2018年5月26日 (土) 06:54時点におけるGalaxy (トーク | 投稿記録)による版 (英語版からソースをコピーして新規作成)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
ナビゲーションに移動 検索に移動
Robin building.png
私にはやることがいっぱいあるの
- ロビン

不完全な翻訳

この記事またはセクションはまだ完全に日本語に翻訳されていません。あなたがこのテキストを編集して、記事の作成をサポートしてくれることを歓迎します。
Galaxyによって最後に編集されました 2018-05-26 06:54:50.

特別な飾り
Blank icon.png
情報
入手 入手不可
売価 売却不可

特別な飾り 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.


ファイル:WalletSpecialCharm.png

Formula

The formula used to calculate daily luck (as of PC v1.11) is:

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

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 <hasSpecialCharm>false</hasSpecialCharm> and change it to <hasSpecialCharm>true</hasSpecialCharm>.

With SMAPI and its included "Trainer Mod", the debug command debug specialCharm can be used.

テンプレート:Beta3