rpd:item_action_interface
Table of Contents
Item Action
Description
ItemAction is not a buff but an interface in the game code that defines actions that can be performed with items. The interface is used in specific scenarios where items need to perform special actions when carried by a character. Two implementations exist: burnItem used by Burning buff and freezeItem used by Frost buff to affect items carried by the player.
Code Reference
- Interface: ItemAction.java
- Usage in Burning buff: Burning.java - burnItem
- Usage in Frost buff: Frost.java - freezeItem
Related
- Items - The core game element that can be affected by this interface
- Inventory - Where items are stored and managed
- Burning Buff - Applies special actions to carried items
- Frost Buff - Applies special actions to carried items
- Hero - The character carrying items that may be affected
rpd/item_action_interface.txt · Last modified: by 127.0.0.1
