-
Notifications
You must be signed in to change notification settings - Fork 1
Heal Entry
fzzyhmstrs edited this page Nov 19, 2024
·
1 revision
Heals the player the given amount.
| Key | Type | Value Example | Note |
|---|---|---|---|
"type" |
String |
"lootables:heal" |
|
"amount" |
Integer, Float, or Object |
Required Lootable Number defines the amount the player is healed. |
Heal approximately 3 hearts. A good common or uncommon pool!
{
"type": "lootables:heal",
"amount": {
"n": 6,
"p": 0.5
}
}