> For the complete documentation index, see [llms.txt](https://cowsinss-organization.gitbook.io/inventory-pro-add-on-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cowsinss-organization.gitbook.io/inventory-pro-add-on-documentation/content/03.-content/03.5-items/appleitem_so.md).

# AppleItem\_SO

`Item_SO` can be extended to create various types of items with custom behaviors and abilities triggered upon use. If your item does not require any custom behavior or is not intended to be used, there's no need to extend `Item_SO`.

For example, `AppleItem_SO` heals the player when used. To implement this functionality, it extends `Item_SO` and overrides the `Use` method.

To learn more about `Item_SO`, inheritance, and how to create custom items with unique behaviors, refer to this [Documentation Page](/inventory-pro-add-on-documentation/how-to-use-and-guides/custom-item_sos.md).

***

* <mark style="color:purple;">amountToHealOnUse:</mark> Eating an apple heals ´amountToHealOnUse´ Health Points.
