fix pmdm comment about cook data

This commit is contained in:
Pistonight 2025-09-13 14:44:02 -07:00
parent 71f92d747d
commit 55a94dad5d
1 changed files with 2 additions and 2 deletions

View File

@ -164,14 +164,14 @@ public:
f32 getEffectLevel() const { return mEffect.y; } f32 getEffectLevel() const { return mEffect.y; }
/// Number of quarter-hearts to recover, /// Number of quarter-hearts to recover,
/// for hearty food, this is number of yellow hearts (not quarter-hearts) /// for hearty food, this is number of yellow quarter-hearts
int mHealthRecover; int mHealthRecover;
int mEffectDuration; // for potions, in seconds int mEffectDuration; // for potions, in seconds
int mSellPrice; int mSellPrice;
/// x - CookEffectId enum, but stored as f32 /// x - CookEffectId enum, but stored as f32
/// y - level: /// y - level:
/// - For Hearty (LifeMaxUp), this is also the number of yellow hearts /// - For Hearty (LifeMaxUp), this is also the number of yellow quarter-hearts (but stored as f32)
/// - For Stamina (GutsRecover), this is 0.0-3000.0 where each wheel is 1000.0 /// - For Stamina (GutsRecover), this is 0.0-3000.0 where each wheel is 1000.0
/// - For Endura (ExGutsMaxUp), this is 0-15, where each wheel is 5 /// - For Endura (ExGutsMaxUp), this is 0-15, where each wheel is 5
/// - With 5 endura carrot + crit you can only get to 12 /// - With 5 endura carrot + crit you can only get to 12