Description
Adds a calorie value to the character specified by BaseObject. The amount added is
determined by the calorie type name provided in S1, which maps to an EB1CalorieType
value (e.g., Low, Medium, High, Zero).
Parameters
| Parameter | Description |
|---|
| BaseObject | The character entity to apply the calorie change to (Self or Target). |
| S1 | Calorie type name from EB1CalorieType (e.g., Low, Medium, High, Zero). |
Examples
| Description | BaseObject | Command | S1 |
|---|
| Add a low calorie amount to self | Self | AddCalorie | Low |
| Add a medium calorie amount to self after eating a meal | Self | AddCalorie | Medium |
| Add a high calorie amount to target after a feast | Target | AddCalorie | High |
| Add zero calories to self (no change) | Self | AddCalorie | Zero |