- Yagoo Statues can now be destroyed for food or coins.
- Included in the first public release of the game.
While in battle, food, in the form of hamburgers, has a chance to drop from defeated targets. When collected, the player will be healed for 20% of their maximum HP.
Various items and other effects interact with food or provide similar benefits.
By default enemies have a 1/200 chance to drop food when defeated. The drop rate can be increased by Uber Sheep item, Food Drops Up upgrade, Hamburger Meal dish and Okayu's Yummy skill.
The new drop rate is calculated using the formula:
dropChance = 1/(200 * (1 - (uberSheepBonus + foodUpBonus + yummyBonus))) * hamburgerMealBonus
where the bonus coefficients at each level are
| Level | uberSheepBonus | foodUpBonus | yummyBonus |
|---|---|---|---|
| 1 | 0.10 | 0.04 | 0.33 |
| 2 | 0.12 | 0.08 | 0.43 |
| 3 | 0.15 | 0.12 | 0.5 |
| 4 | 0.18 | 0.16 | - |
| 5 | 0.20 | 0.20 | - |
However, with Uber Sheep and Food Drops Up this is not the correct way to calculate the increase, causing the drop rate increases to slightly vary from the values given in the description:
| Level | Description | New drop rate | Actual increase |
|---|---|---|---|
| 1 | 10% | 1/180 | 11.1% |
| 2 | 12% | 1/176 | 13.6% |
| 3 | 15% | 1/170 | 17.6% |
| 4 | 18% | 1/164 | 22% |
| 5 | 20% | 1/160 | 25% |
| Level | Description | New drop rate | Actual increase |
|---|---|---|---|
| 1 | 4% | 1/192 | 4.2% |
| 2 | 8% | 1/184 | 8.7% |
| 3 | 12% | 1/176 | 13.6% |
| 4 | 16% | 1/168 | 19% |
| 5 | 20% | 1/160 | 25% |
For Yummy the calculation is correct, however there is still small variation due to the coefficients being given to accuracy of 2 decimals only.
| Level | Description | New drop rate | Actual increase |
|---|---|---|---|
| 1 | 50% | 1/134 | 49.3% |
| 2 | 75% | 1/114 | 75.4% |
| 3 | 100% | 1/100 | 100% |
Furthermore, the method of adding the coefficients together at the beginning introduces and even larger error: For example, with all three effects at max level, the new drop rate per the formula is 1/20. This is a +900% increase to the original, whereas the additive percentage based on the descriptions would only be +140%.
| Gameplay | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Main | |||||||||||
| Mechanics | |||||||||||
| Stages |
| ||||||||||
| Holo House | |||||||||||
| Other | |||||||||||