“农场池塘”的版本间的差异

来自Stardew Valley Wiki
跳到导航 跳到搜索
(Translate References)
第23行: 第23行:
 
* 其他三个角落的小池塘只能钓到垃圾。
 
* 其他三个角落的小池塘只能钓到垃圾。
  
==References==
+
== 参考==
 
<references>
 
<references>
<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>
+
<ref name="fish"> 在每个农场地图上可以捕获的鱼是由游戏代码中的 <samp>Farm::getFish</samp> <samp>Farm::getFishingLocation</samp> 、标准农场地图代码中的 <samp>GameLocation::getFish</samp> 以及数据文件 <samp>Content\Fish.xnb</samp> 决定的。</ref>
 
</references>
 
</references>
  

2023年3月16日 (四) 09:47的版本

放有蟹笼的农场池塘

农场池塘泛指玩家农场内的所有水体。

在所有地图中,蟹笼可以放入到农场池塘中,并且它们会和在其他淡水水体的蟹笼一样,发挥相同的效果。所有的池塘都可以用来给喷壶装满水,灌溉农作物

所有的地图的详细特质和玩家选择的农场地图有很大的关系[1]

参考

  1. 在每个农场地图上可以捕获的鱼是由游戏代码中的 Farm::getFishFarm::getFishingLocation 、标准农场地图代码中的 GameLocation::getFish 以及数据文件 Content\Fish.xnb 决定的。