File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -164,14 +164,15 @@ class PouchItem {
164164        f32  getEffectLevel () const  { return  mEffect .y ; }
165165
166166        // / Number of quarter-hearts to recover,
167-         // / for hearty food, this is number of yellow hearts (not  quarter-hearts) 
167+         // / for hearty food, this is number of yellow quarter-hearts
168168        int  mHealthRecover ;
169169        int  mEffectDuration ;  //  for potions, in seconds
170170        int  mSellPrice ;
171171
172172        // / x - CookEffectId enum, but stored as f32
173173        // / y - level:
174-         // /     - For Hearty (LifeMaxUp), this is also the number of yellow hearts
174+         // /     - For Hearty (LifeMaxUp), this is also the number of yellow quarter-hearts (but
175+         // /     stored as f32)
175176        // /     - For Stamina (GutsRecover), this is 0.0-3000.0 where each wheel is 1000.0
176177        // /     - For Endura (ExGutsMaxUp), this is 0-15, where each wheel is 5
177178        // /       - With 5 endura carrot + crit you can only get to 12
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments