更改

添加20字节 、 2020年12月22日 (二) 10:32
第58行: 第58行:  
==References==
 
==References==
 
<references>
 
<references>
<ref name="artifact_chance">The chance of appearing in an artifact spot is calculated by <tt>GameLocation::digUpArtifactSpot</tt>. The base chance in code is 30% (0.5*0.6), but the actual chance is lower because artifacts and lost books are checked first and must all fail their checks.</ref>
+
<ref name="artifact_chance"> 冬根在远古斑点出现的几率由 <tt>GameLocation::digUpArtifactSpot</tt>  计算获得。源码设定的基础几率是30%(0.5*0.6) ,但实际几率低于理论水平,这是挖掘一个远古斑点时,系统需要先检查是否能掉落古物和遗失之书。</ref>
<ref name="soil_chance">The chance of appearing in standard tillable soil is calculated by <tt>GameLocation::checkForBuriedItem</tt>.</ref>
+
<ref name="soil_chance"> 在标准可耕地土壤方格中出现的几率按以下方法计算: <tt>GameLocation::checkForBuriedItem</tt>.</ref>
 
</references>
 
</references>
  
962

个编辑