「农场池塘」修訂間的差異

出自Stardew Valley Wiki
跳至導覽 跳至搜尋
(机器人:自动替换文本 (-水稻发芽 +稻苗))
(文本替换 - 替换“tt>”为“samp>”)
第25行: 第25行:
 
==References==
 
==References==
 
<references>
 
<references>
<ref name="fish">The fish that can be caught on each of the farm maps are determined by <tt>Farm::getFish</tt> and <tt>Farm::getFishingLocation</tt> in the game code, as well as the standard farm map code in <tt>GameLocation::getFish</tt> and data file <tt>Content\Fish.xnb</tt>.</ref>
+
<ref name="fish">The fish that can be caught on each of the farm maps are determined by <samp>Farm::getFish</samp> and <samp>Farm::getFishingLocation</samp> in the game code, as well as the standard farm map code in <samp>GameLocation::getFish</samp> and data file <samp>Content\Fish.xnb</samp>.</ref>
 
</references>
 
</references>
  

於 2021年11月4日 (四) 18:40 的修訂

放有蟹籠的農場池塘

農場池塘泛指玩家農場內的所有水體。

在所有地圖中,蟹籠可以放入到農場池塘之中,並且它們會和在其他淡水水體的蟹籠一樣發揮相同的效果。所有的池塘都可以用來給噴壺裝滿水,灌溉水稻

所有的地圖的詳細特質和玩家選擇的農場地圖有很大的關係[1]

  • 標準農場,在池塘釣魚能釣到的只有垃圾
  • 河邊農場:
    • 70%的時間內,玩家會釣到可在鵜鶘鎮釣到的也就是說,鵜鶘鎮可釣到的
    • 30%的時間內,玩家會釣到可在煤礦森林的池塘釣到的魚,也就是說,煤礦森林的池塘可釣到的
  • 森林農場:
    • 5%的時間內(取決於當日的運氣),玩家可能會釣到木躍魚
    • 45%的時間內,玩家會釣到可在煤礦森林的池塘釣到的魚,也就是說,煤礦森林的池塘可釣到的
    • 其他情況下,玩家只能釣到垃圾。
  • 山頂農場:
    • 50%的時間內,玩家可以釣到可在煤礦森林的河裏面釣到的魚,也就是說,煤礦森林的河流可釣到的
    • 50%的時間內,玩家只能釣到垃圾。
  • 荒野農場:
    • 35%的時間內,玩家可以釣到可在深山山湖釣到的魚,也就是說,深山的湖泊可釣到的
    • 65%的時間內,玩家只能釣到垃圾。
  • 四角農場:
  • 西南角的大池塘和森林農場的池塘類似:玩家有50%的機會釣到可在煤礦森林的池塘釣到的,也就是說,煤礦森林的池塘可釣到的
  • 其他三個角落的小池塘只能釣到垃圾。

References

  1. The fish that can be caught on each of the farm maps are determined by Farm::getFish and Farm::getFishingLocation in the game code, as well as the standard farm map code in GameLocation::getFish and data file Content\Fish.xnb.