Skip to content

Commit 824436a

Browse files
committed
fix pmdm comment about cook data
1 parent 71f92d7 commit 824436a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/Game/UI/uiPauseMenuDataMgr.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)