Changes

Jump to navigation Jump to search
507 bytes added ,  19:36, 23 November 2021
Add note about unused buffs + Move Bugs section above References + Add reference about tiles
Line 29: Line 29:  
{{Spoiler}}
 
{{Spoiler}}
 
{|class="wikitable sortable"
 
{|class="wikitable sortable"
!class="unsortable" | Image
+
!class="unsortable" | Image<ref name="bufftiles"/>
 
!Name
 
!Name
 
!Effect
 
!Effect
Line 179: Line 179:  
|{{Duration|10m}}
 
|{{Duration|10m}}
 
|}
 
|}
 +
 +
==Notes==
 +
*There are two unimplemented buffs in the game code: Confusion and Stupefied, they description being respectively ''You feel dizzy...'' and ''You can't remember how to use any special moves''.<ref name="strings"/> Four buffs icons are also unused.<ref name="bufftiles"/>
 +
 +
==Bugs==
 +
*The Squid Ink Ravioli buff doesn't prevent the Tipsy debuff.
 +
*The Squid Ink Ravioli buff doesn't remain active if another food with a buff is consumed later. However, the special buff icon is still shown.
 +
*The Burnt debuff has a -3 Attack debuff which isn't listed in the icon's hover text.
    
==References==
 
==References==
 
<references>
 
<references>
 
   <ref name="cumulativebuffs">See <samp>BuffsDisplay::tryToAddFoodBuff</samp> and <samp>BuffsDisplay::tryToAddDrinkBuff</samp> in the game code.</ref>
 
   <ref name="cumulativebuffs">See <samp>BuffsDisplay::tryToAddFoodBuff</samp> and <samp>BuffsDisplay::tryToAddDrinkBuff</samp> in the game code.</ref>
 +
  <ref name="bufftiles">See <samp>Content\TilesSheets\BuffsIcons.xnb</samp> in the game code.</ref>
 
   <ref name="duration">See <samp>Buff::Buff</samp> in the game code and corresponding indexes at the beginning of the same file.</ref>
 
   <ref name="duration">See <samp>Buff::Buff</samp> in the game code and corresponding indexes at the beginning of the same file.</ref>
 +
  <ref name="strings">See <samp>Content\Strings\StringsFromCSFiles.xnb</samp> in the game code.</ref>
 
</references>
 
</references>
  −
==Bugs==
  −
*The Squid Ink Ravioli buff doesn't prevent the Tipsy debuff.
  −
*The Squid Ink Ravioli buff doesn't remain active if another food with a buff is consumed later. However, the special buff icon is still shown.
  −
*The Burnt debuff has a -3 Attack debuff which isn't listed in the icon's hover text.
      
==History==
 
==History==
255

edits

Navigation menu