User Tools

Site Tools


rpd:blessed_buff

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
rpd:blessed_buff [2025/12/26 11:30] – Add blessed_buff.txt page with proper content and code references mikerpd:blessed_buff [2025/12/26 11:35] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Blessed Buff ======
  
 +{{ rpd:images:buff_Blessed.png|Blessed Buff }}
 +
 +==== Description ====
 +The Blessed buff temporarily increases the character's accuracy and evasion, making them harder to hit and more likely to land their own attacks successfully.
 +
 +==== Effects ====
 +  * Increases accuracy bonus of the character
 +  * Improves evasion rating of the character
 +  * Makes the character more difficult for enemies to hit
 +
 +==== Duration ====
 +  * The duration of the Blessed buff varies depending on the source that applied it
 +  * When removed by other means (like water), it immediately dissipates
 +
 +==== Sources ====
 +  * Various items and abilities in the game can apply the Blessed buff
 +  * Potions of Blessing can grant this effect
 +  * Some equipment may provide this buff under certain conditions
 +
 +==== Counters ====
 +  * Dipping into water removes the Blessed buff
 +
 +==== Code Reference ====
 +  * Implementation: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/buffs/Blessed.java|Blessed.java]]
 +
 +==== Related ====
 +  * [[rpd:potion_of_blessing_item|Potion of Blessing]] - Common source of the Blessed buff
 +  * [[rpd:hero|Hero]] - The character affected by this buff
 +  * [[rpd:accuracy|Accuracy]] - Stat affected by this buff
 +  * [[rpd:evasion|Evasion]] - Stat affected by this buff
 +
 +{{tag> rpd buffs status_effects}}
rpd/blessed_buff.txt · Last modified: by 127.0.0.1