User Tools

Site Tools


rpd:item_action_buff

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
rpd:item_action_buff [2025/12/26 11:31] – Add multiple wiki pages for missing buffs and plants with proper naming conventions mikerpd:item_action_buff [2025/12/26 11:35] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Item Action Buff ======
  
 +{{ rpd:images:buff_ItemAction.png|Item Action Buff }}
 +
 +==== Description ====
 +The Item Action buff allows for quick item usage, enabling the character to use items more efficiently or with special effects. This buff typically enhances the character's ability to interact with items in their inventory.
 +
 +==== Effects ====
 +  * Allows quick item usage from inventory
 +  * May reduce the time or resources needed to use items
 +  * Potentially enables special actions with certain types of items
 +  * Improves the efficiency of item management and usage
 +
 +==== Duration ====
 +  * The duration of the Item Action buff varies depending on the source that applied it
 +  * When the buff expires, item usage returns to normal mechanics
 +
 +==== Sources ====
 +  * Certain items or equipment that enhance item usage
 +  * Special abilities or mechanics that boost item interaction
 +  * Various other game elements that improve inventory management
 +
 +==== Code Reference ====
 +  * Implementation: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/buffs/ItemAction.java|ItemAction.java]]
 +
 +==== Related ====
 +  * [[rpd:items|Items]] - The core game element affected by this buff
 +  * [[rpd:inventory|Inventory]] - Where items are stored and managed
 +  * [[rpd:hero|Hero]] - The character affected by this buff
 +  * [[rpd:quickslots|Quickslots]] - Mechanic related to quick item usage
 +
 +{{tag> rpd buffs status_effects items}}