Changes

12 bytes added ,  18:49, 4 November 2021
m
Text replacement - "tt>" to "samp>"
Line 8: Line 8:  
'''Roe''' are fish eggs that are produced by [[fish]] in a [[Fish Pond]].
 
'''Roe''' are fish eggs that are produced by [[fish]] in a [[Fish Pond]].
   −
The selling price of Roe depends on the fish's base sell price.  The equation is <tt>30 + (base fish sell price / 2)</tt>, rounded down to the next nearest integer.  The health and energy gained from eating roe are the same for all types of roe, including Sturgeon Roe.
+
The selling price of Roe depends on the fish's base sell price.  The equation is <samp>30 + (base fish sell price / 2)</samp>, rounded down to the next nearest integer.  The health and energy gained from eating roe are the same for all types of roe, including Sturgeon Roe.
    
All types of roe can be placed in a [[Preserves Jar]] to create a higher-value [[Artisan Goods|Artisan Good]]: [[Sturgeon]] Roe creates [[Caviar]]; other roe create fish-specific varieties of [[Aged Roe]].
 
All types of roe can be placed in a [[Preserves Jar]] to create a higher-value [[Artisan Goods|Artisan Good]]: [[Sturgeon]] Roe creates [[Caviar]]; other roe create fish-specific varieties of [[Aged Roe]].
Line 65: Line 65:  
==References==
 
==References==
 
<references>
 
<references>
<ref name="roe_color">The name, price, and color of each type of roe is set by <tt>FishPond::GetFishProduce</tt>, which calls <tt>TailoringMenu:GetDyeColor</tt> to get the fish-appropriate color.</ref>
+
<ref name="roe_color">The name, price, and color of each type of roe is set by <samp>FishPond::GetFishProduce</samp>, which calls <samp>TailoringMenu:GetDyeColor</samp> to get the fish-appropriate color.</ref>
 
</references>
 
</references>
  
105,831

edits