diff options
| author | Michael Zhao <44533763+Pistonight@users.noreply.github.com> | 2025-09-13 14:54:12 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-13 14:54:12 -0700 |
| commit | c704eaf24552a2dee423f843637be06ae098f375 (patch) | |
| tree | 1870179365d26b83c1a9045acd1c2e3a99b0dcb6 /src | |
| parent | 71f92d747dd1d5126b6c585d6bb2c1fe05ddf66c (diff) | |
| parent | 824436aa113540cb8d3122fa9d21f10bb3b3f41d (diff) | |
Merge pull request #149 from Pistonight/fix/pmdm_comment
fix: pmdm comment about cook data health recover and effect
Diffstat (limited to 'src')
| -rw-r--r-- | src/Game/UI/uiPauseMenuDataMgr.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Game/UI/uiPauseMenuDataMgr.h b/src/Game/UI/uiPauseMenuDataMgr.h index 37e0871a..567a3889 100644 --- a/src/Game/UI/uiPauseMenuDataMgr.h +++ b/src/Game/UI/uiPauseMenuDataMgr.h @@ -164,14 +164,15 @@ public: f32 getEffectLevel() const { return mEffect.y; } /// 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 mEffectDuration; // for potions, in seconds int mSellPrice; /// x - CookEffectId enum, but stored as f32 /// 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 Endura (ExGutsMaxUp), this is 0-15, where each wheel is 5 /// - With 5 endura carrot + crit you can only get to 12 |
