“特殊的魅力”的版本间的差异

来自Stardew Valley Wiki
跳到导航 跳到搜索
第2行: 第2行:
 
{{Infobox
 
{{Infobox
 
|image    = Special Charm
 
|image    = Special Charm
|source    = ''<nowiki>无法获得</nowiki>''
+
|source    = [[Secret Notes#Secret Note #20|Secret Note #20]]
 
|sellprice  = N/A
 
|sellprice  = N/A
 
}}
 
}}
  
'''{{PAGENAME}}''' 是一个显著增加每日[[ 运气]] 的道具。
+
The '''Special Charm''' permanently increases daily [[Luck]]
  
这项道具在 PC v1.2 版的游戏中无法正常获得。它的图标应当出现在玩家[[ 钱包]] 中[[会员卡]]和[[头骨钥匙]]之间的位置。
+
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}}
==公式==
 
在 PC v1.11 版中,计算每日[[运气]]的公式如下:
 
 
 
<pre>如果玩家拥有“特殊的魅力”
 
  而且
 
  产生的一个 0.0 ~ 1.0 的随机数小于 0.8
 
那么
 
  幸运 = 0.1
 
否则
 
  幸运 = -0.1 ~ 0.1 之间的一个随机数</pre>
 
 
 
由于特殊的魅力无法正常获取,这个公式总是后半部分生效。但如果你拥有了特殊的魅力,这个公式会以 80% 的几率使你获得最大的幸运度。
 
 
 
==获取途径==
 
你可以通过编辑游戏存档的方式获取特殊的魅力。你只需找到存档中的 <code><hasSpecialCharm>false</hasSpecialCharm></code> 并将其修改为 <code><hasSpecialCharm>true</hasSpecialCharm></code>,即可获得该道具。
 
 
 
如果使用了 [[Modding:Index|SMAPI]] 的“Trainer Mod”,你也可以通过指令 <tt>debug specialCharm</tt> 获取。
 
 
 
<!-- 模板不存在
 
{{beta3|The Special Charm can be obtained after collecting [[en: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.25 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]]

2018年8月9日 (四) 20:58的版本

Robin building.png
“我这里还有很多事情需要处理。”
— 罗宾

不完整的翻译

本文或部分尚未完全翻译成中文。 欢迎您通过编辑帮助其建设。
最后编辑Margotbean于2018-08-09 20:58:29.

特殊的魅力
Blank icon.png
信息
来源 Secret Note #20
售出价格 不可出售

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.