====== Mana Regeneration Buff ====== {{ rpd:images:buff_ManaRegeneration.png|Mana Regeneration Buff }} ==== Description ==== The Mana Regeneration buff increases the rate at which the character's mana regenerates. This is particularly useful for characters who rely on spells or other mana-consuming abilities. ==== Effects ==== * Increases the rate of mana regeneration * Allows for more frequent use of mana-dependent abilities * May reduce the cooldown time for certain abilities ==== Duration ==== * The duration of the Mana Regeneration buff varies depending on the source that applied it * When the buff expires, mana regeneration returns to normal rate ==== Sources ==== * Potions or other consumables that boost mana regeneration * Some equipment may provide this buff under certain conditions * Various other items and abilities in the game that enhance mana regeneration ==== Code References ==== * Implementation: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/buffs/ManaRegeneration.java|ManaRegeneration.java]] * Factory registration: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mechanics/buffs/BuffFactory.java#L133|BuffFactory.java#L133]] * Hero activation: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/hero/Hero.java#L235|Hero.java#L235]] * Buff interface: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/buffs/Buff.java#L301|Buff.java#L301]] * CharModifier interface: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/buffs/CharModifier.java#L28|CharModifier.java#L28]] * Machine-readable data: [[mr:mana_regeneration_buff|Mana Regeneration - Code References]] ==== String Resources ==== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L2852-L2853|ManaRegenerationBuff_Name and Info]]: "Mana Regeneration" and "The function for mana regeneration is in a buff form to make things easier." * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values-ru/strings_all.xml#L2857-L2858|Russian String Resources]]: "Регенерация Маны" and "Регенерация маны сделана как бафф чтобы все было проще." ==== Related ==== * [[en:rpd:mana|Mana]] - The resource affected by this buff * [[en:rpd:spells|Spells]] - Abilities that consume mana * [[en:rpd:hero|Hero]] - The character affected by this buff * [[en:rpd:regeneration_buff|Regeneration]] - Similar buff for health regeneration {{tag> rpd buffs status_effects mana}}