====== Moongrace Level Object ====== {{ rpd:images:moongrace_level_object.png|Moongrace }} **Moongrace** is a rare magical plant in Remixed Dungeon that, when activated, restores magical reserves and improves concentration. These plants grow in small numbers and are known as a source of natural magic. ==== Description ==== The air around Moongrace becomes more saturated, allowing for better concentration and restoration of magical reserves. This plant is related to the Plague Doctor Quest, requiring 2 Moongrace Seeds. ==== Effects ==== * When activated, applies the "Heavenly Manna" buff - air becomes more saturated, allowing better concentration and restoration of magical reserves * Effect lasts for a limited time * Plant disappears after activation ==== Mechanics ==== * Moongrace is extremely rare, typically found in deep caves * Can be grown from Moongrace Seeds * Activates when any character steps on it * Related to the Plague Doctor Quest (requires 2 seeds) ==== Strategy ==== * Valuable for mana restoration in long runs * Useful before boss fights requiring many spells * Save for critical moments when mana is low * Planting in safe zones can provide strategic advantage ==== Code References ==== * Plant implementation: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/plants/Moongrace.java|Moongrace.java]] * Level object registration: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/levels/objects/LevelObjectsFactory.java|LevelObjectsFactory.java]] * Buff implementation: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mechanics/buffs/Moongrace.java|Moongrace.java (Buff)]] * English String Resources: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1456-L1459|strings_all.xml]] - Moongrace_Name, Moongrace_Desc, MoongraceBuff_Name, MoongraceBuff_Info * Russian String Resources: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values-ru/strings_all.xml#L1470-L1473|strings_all.xml (ru)]] ==== Related ==== * [[en:rpd:plants|Plants]] - Other plants in the game * [[en:rpd:seeds_mechanic|Seeds]] - Other seeds that can be planted * [[en:rpd:mana_potion_item|Potion of Mana]] - Reward from Plague Doctor quest * [[en:rpd:plague_doctor_quest|Plague Doctor Quest]] - Quest requiring Moongrace Seeds * [[en:rpd:moongrace_seed_item|Moongrace Seed]] - Seed to grow this plant {{tag> rpd plants objects mana quest}}