差分

9 バイト追加 、 2020年11月27日 (金) 18:56
Comment out error references
491行目: 491行目:  
<ref name="fishexp">See <tt>Tools/FishingRod::doPullFishFromWater</tt> in the game code.</ref>
 
<ref name="fishexp">See <tt>Tools/FishingRod::doPullFishFromWater</tt> in the game code.</ref>
 
<ref name="treasure">The contents of a treasure chest are determined by <tt>FishingRod::openTreasureMenuEndFunction</tt>. The PHP code used to calculate the chances of finding specific treasure can be found on [https://github.com/margotbean/SDVTreasureChestProbabilities github].</ref>
 
<ref name="treasure">The contents of a treasure chest are determined by <tt>FishingRod::openTreasureMenuEndFunction</tt>. The PHP code used to calculate the chances of finding specific treasure can be found on [https://github.com/margotbean/SDVTreasureChestProbabilities github].</ref>
 +
<!--
 
<ref name="treasure_artifact">The chance of an artifact appearing in a treasure chest is higher if [[Lost Books]] are not possible, e.g., after the Museum's collection is complete.</ref>
 
<ref name="treasure_artifact">The chance of an artifact appearing in a treasure chest is higher if [[Lost Books]] are not possible, e.g., after the Museum's collection is complete.</ref>
 
<ref name="treasure_special">The chance of a special item appearing in a treasure chest is adjusted by <tt>LuckModifier</tt>, which is set to <tt>(1 + DailyLuck * FishingZone/5)</tt>. For example, the chance of finding an Iridium Band varies from 0.072% (DailyLuck=-0.1, FishingZone=5) to 0.09% (DailyLuck=0.125, FishingZone=5).</ref>
 
<ref name="treasure_special">The chance of a special item appearing in a treasure chest is adjusted by <tt>LuckModifier</tt>, which is set to <tt>(1 + DailyLuck * FishingZone/5)</tt>. For example, the chance of finding an Iridium Band varies from 0.072% (DailyLuck=-0.1, FishingZone=5) to 0.09% (DailyLuck=0.125, FishingZone=5).</ref>
 +
-->
 
</references>
 
</references>
  
106,307

回編集