====== Dried Rose ====== {{ rpd:images:driedrose_sprite.png|Dried Rose }} The **Dried Rose** is a quest [[rpd:artifacts|artifact]] in Remixed Pixel Dungeon that provides charm-related effects. ==== Stats ==== * **Type:** [[rpd:artifacts|Artifact]] * **Image:** ''items.png'' (index for rose) * **Identified:** Always identified (isIdentified() returns true) ==== Description ==== This rose dried up long time ago, but it has somehow kept all its petals. And it hasn't lost it's charm. It looks so pretty, that you want to keep it forever. The Dried Rose is a quest item that allows the Ghost NPC to provide special services. ==== Acquisition ==== * Obtained from the [[rpd:ghost|Ghost NPC]] during the [[rpd:ghost|Ghost questline]] in the sewers * Alternatively, found directly in the dungeon in special circumstances ==== Mechanics ==== * When equipped, provides the ''OneWayLoveBuff'' if not cursed (or ''OneWayCursedLoveBuff'' if cursed) * **OneWayLoveBuff:** ''Charming'' effect - The rose looks very charming * **OneWayCursedLoveBuff:** ''Amorous'' effect - The rose looks beautiful but not very charming * Used in the [[rpd:ghost|Ghost questline]] to provide special services to the player * Interacts with [[rpd:charm|Charm]] and [[rpd:succubus|Succubus]] mechanics ==== Properties ==== * **Type:** [[rpd:artifacts|Artifact]] * **Identified:** Always identified (isIdentified() returns true) * **Cursed State:** Can be cursed like other artifacts, changing the buff effect ==== Strategy ==== * Essential item for the Ghost questline * Provides charm-related benefits that enhance interactions with certain creatures * Consider keeping it equipped if you're pursuing charm-based gameplay * Be cautious with cursing, as it may affect the outcome of the Ghost quest ==== Class Implementation ==== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/quest/DriedRose.java|DriedRose.java]] * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L527-L529|String Resources]] ==== Content Verification ==== * **Information Source**: ''com.watabou.pixeldungeon.items.quest.DriedRose.java'' * **Stats Verification**: ''isIdentified()'' method confirms always identified property * **Effect Descriptions**: Extracted from ''strings_all.xml'' resources (''DriedRose_Name'', ''DriedRose_Info'', ''DriedRose_Info2'', ''DriedRoseBuff_Name'', ''DriedRoseBuff_Info'', ''DriedRoseCursedBuff_Name'', ''DriedRoseCursedBuff_Info'') * **Code References**: Buff classes implemented in the same file ==== Related ==== * [[rpd:artifacts|Artifacts]] - Other special items * [[rpd:ghost|Ghost]] - NPC that gives this item * [[rpd:quest_items|Quest Items]] - Other items important for quests * [[rpd:charm|Charm]] - Status effect related to this item * [[rpd:succubus|Succubus]] - Creature affected by this item {{tag> rpd items quest_items dried_rose artifact }}