====== Blessed Buff ====== {{ rpd:images:blessed_buff.png|Blessed Buff }} The **Blessed** buff is a positive status effect in Remixed Dungeon that temporarily increases the character's accuracy and evasion. ==== 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 * The [[en:rpd:bishop_npc|Bishop NPC]] grants this buff as part of special services * 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 ==== * [[en:rpd:bishop_npc|Bishop NPC]] - Source of the Blessed buff * [[en:rpd:hero|Hero]] - The character affected by this buff * [[en:rpd:accuracy|Accuracy]] - Stat affected by this buff * [[en:rpd:evasion|Evasion]] - Stat affected by this buff {{tag> rpd buffs status_effects}}