-
Notifications
You must be signed in to change notification settings - Fork 3
XpConsumable v3
Hoid2 edited this page Jan 19, 2022
·
4 revisions
Xp consumables consume experience.
They look like:
{
...common fields...
"level": 0,
"amount": 0
}
(common fields are specified in Consumables v3)
This is the number of xp levels to consume. This is an integer.
This is the number of raw xp points to consume. This is an integer.
- Xp levels are consumed before xp points.
- There should only be a maximum of 1 xp consumable per action inventory slot.