Changes
Page history
Revert "added ClearTarget mechanic"
authored
Oct 02, 2025
by
Lxlp
This reverts commit 1f8283a3389908f340de3fcb5bc030ebbd4ae456.
Show whitespace changes
Inline
Side-by-side
skills/mechanics/feed.md
0 → 100644
View page @
38502e7a
## Description
Feeds the targeted player.
Doesn't work for other mobs.
## Attributes
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| amount | a | The amount of hunger to restore | 1 |
| saturation | s | The amount of saturation to restore | 0 |
| overfeed | o,of | Whether or not to overfeed | false |
## Amount Attribute
1 amount is half a food unit.
Overfeeding means excess food is converted into saturation.
Allows for negative values to decrease food!
## Examples
This skill feeds the player 10 hunger (or 5 drumsticks).
```
yaml
Skills
:
-
feed{amount=10} @trigger ~onInteract
```
\ No newline at end of file