User Tools

Site Tools


en:rpd:moongrace_seed_item

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
en:rpd:moongrace_seed_item [2026/09/09 22:08] – Wiki maintenance: Fix compliance issues for 5 random pages Wiki Maintenanceen:rpd:moongrace_seed_item [2026/09/09 22:10] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Moongrace Seed ======
  
 +{{ rpd:images:moongrace_seed_item.png|Moongrace Seed }}
 +
 +**Moongrace Seed** is a [[en:rpd:seed_item|seed]] from the [[en:rpd:moongrace_level_object|Moongrace]] plant. These rare seeds can be planted to grow Moongrace, which provides magical restoration when activated.
 +
 +==== Description ====
 +Moongrace is a rare magical plant that, when activated, restores magical reserves and improves concentration. The air around becomes more saturated, allowing for better concentration and restoration of magical reserves.
 +
 +==== Effects ====
 +  * When planted and 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]]
 +  * Seed class: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/plants/Moongrace.java#L59-L68|Moongrace.java#L59-L68]] (Seed inner class)
 +  * Buff implementation: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mechanics/buffs/Moongrace.java|Moongrace.java (Buff)]]
 +  * Plague Doctor Quest: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/npc/PlagueDoctor.lua|PlagueDoctor.lua]]
 +  * 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
 +
 +{{tag> rpd items seeds plants mana quest}}
en/rpd/moongrace_seed_item.txt · Last modified: by 127.0.0.1