# Healing Item Block

![Healing Item Block](https://602309350-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LNeYKoJ5VTmJdlF1rx1%2F-LO2kh2PxXtRZbkIHZtm%2F-LO2khdreTk1uY9TVcXP%2Fhealing.jpg?generation=1538735139236180\&alt=media)

The healing item block adds a new healing item.

| Name             | Usage                                       | Type    | Other                                                                                                |
| ---------------- | ------------------------------------------- | ------- | ---------------------------------------------------------------------------------------------------- |
| Item ID          | The ID of the item                          | Number  |                                                                                                      |
| Item Name        | The name of the item                        | Text    |                                                                                                      |
| Plural Item Name | The plural name of the item                 | Text    | Used when there is more than one of the item.                                                        |
| Prefix           | The prefix of the item                      | Text    | Like `an` in `an apple`                                                                              |
| Description      | The items description                       | Text    |                                                                                                      |
| Item Price       | The amount of gold the item costs to buy    | Number  | Leave as-is or blank for an unbuyable item                                                           |
| Sell Price       | The amount of gold the item can be sold for | Number  | Leave as-is or blank for an unsellable item, also needs the `sellable` checkbox to be ticked to work |
| Item Level       | The level the item can be used at           | Number  |                                                                                                      |
| Is Sellable      | If the item is sellable                     | Boolean |                                                                                                      |
| Is Tradable      | If the item is tradable                     | Boolean |                                                                                                      |
| HP Healed        | The amount of HP the item restores          | Number  |                                                                                                      |
