User Tools

Site Tools


rpd:scroll_of_identify_item

Differences

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

Link to this comparison view

rpd:scroll_of_identify_item [2025/12/21 23:34] – Update wiki pages based on code verification and create missing pages - Updated potion_of_invisibility.txt with correct duration (15 turns) and price (40 gold) - Updated classes.txt with complete starting equipment and class information - Updated class_ar mikerpd:scroll_of_identify_item [2025/12/21 23:35] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Scroll of Identify ======
  
 +{{ rpd:images:scroll_of_identify_item.png|Scroll of Identify }}
 +
 +The **Scroll of Identify** is a common scroll in Remixed Dungeon that reveals the true nature of a single item.
 +
 +==== Item Overview ====
 +  * **Type:** Scroll
 +  * **Rarity:** Common
 +  * **Special Effect:** Identifies a single item in the inventory
 +  * **Usage:** Single use item (consumed upon reading)
 +
 +==== Special Mechanics ====
 +  * **Item Identification:** When read, identifies a single item in the hero's inventory or on the floor
 +  * **Identification Benefits:** Identified items show their true name and properties, and can be used to their full potential
 +  * **Cursed Items:** Reveals the cursed status of weapons and armor
 +  * **Unknown Potions/Rings:** Identifies unknown potions and rings, revealing their effects
 +
 +==== Strategy ====
 +  * Essential for safely using unknown items
 +  * Particularly valuable for identifying weapons, armor, and rings before use
 +  * Often used on potions that are needed but not yet identified
 +  * Should be saved for items with important properties that need to be known
 +
 +==== Obtaining ====
 +  * Found throughout dungeon levels
 +  * Available in shops at moderate prices (when identified)
 +  * Dropped by various enemies
 +  * Found in containers and special rooms
 +  * Starting item for the [[rpd:mage_class|Mage]] class
 +
 +==== Effect ====
 +When read, the Scroll of Identify identifies a single item selected by the hero, revealing its true properties and name.
 +
 +According to the game's string resources: "This scroll permanently reveals all of the secrets of a single item."
 +
 +==== Content Verification ====
 +  * Information source: Java Class [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/scrolls/ScrollOfIdentify.java|ScrollOfIdentify.java]]
 +  * Stats verification: Extracted directly from ScrollOfIdentify.java class methods
 +  * Effect descriptions: Based on code analysis and string resources
 +  * String resources: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values-ru/strings_all.xml#L2198-L2200|ScrollOfIdentify strings]] (Russian localization)
 +
 +==== Related Items ====
 +  * [[rpd:scroll|Scrolls]] - General information about scrolls
 +  * [[rpd:identification|Identification]] - General mechanics about item identification
 +  * [[rpd:mage_class|Mage Class]] - Starting class that gets this scroll identified
 +  * [[rpd:hero|Hero]] - Main playable character
 +
 +{{tag> rpd items scrolls identification }}