Skip to content

Heal Entry

fzzyhmstrs edited this page Nov 19, 2024 · 1 revision

Heals the player the given amount.

JSON Definition

Key Type Value Example Note
"type" String
"lootables:heal"
"amount" Integer, Float, or Object

Lootable Number

Required

Lootable Number defines the amount the player is healed.

Examples

Heal approximately 3 hearts. A good common or uncommon pool!

{
  "type": "lootables:heal",
  "amount": {
    "n": 6,
    "p": 0.5
  }
}

Clone this wiki locally