obtain_belly
Checks the total amount of belly owned by the entity. Triggers whenever the entity gains some belly.
Format
obtain_belly
└─ amount
- Int Bound
├─ min
- Integer
└─ max
- Integer
Example
Triggers when the entity holds at minimum 100.000 total belly.
{
"trigger": "mineminenomi:obtain_belly",
"conditions": {
"belly": {
"amount": {
"min": 100000
}
}
}
}