User Tools

Site Tools


rpd:scroll_of_identify

Differences

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

Link to this comparison view

rpd:scroll_of_identify [2025/12/19 10:56] – Update scroll_of_identify page with verified information mikerpd:scroll_of_identify [2025/12/19 11:03] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Scroll of Identify ======
  
 +{{ rpd:images:scrollofidentify_sprite.png|Scroll of Identify }}
 +
 +The **Scroll of Identify** is a common scroll in Remixed Dungeon that reveals the specific properties of a single item.
 +
 +==== Item Overview ====
 +  * **Type:** Scroll
 +  * **Rarity:** Uncommon
 +  * **Special Effect:** Identifies one item in the inventory
 +  * **Usage:** Single use item (consumed upon use)
 +  * **Price:** 30 gold when identified, 60 gold when unidentified
 +
 +==== Special Mechanics ====
 +  * **Item Identification:** Permanently reveals all properties of a single item
 +  * **Target Selection:** Allows selection of any unidentified item in inventory to identify
 +  * **Permanent Effect:** Once identified, item stays identified permanently
 +  * **Information Revealed:** Reveals enchantments, glyphs, curse status, and other hidden properties
 +  * **Badge Validation:** Validates the identified item for badge progression (Badges.validateItemLevelAcquired)
 +  * **Visual Effect:** Creates an identification effect over the character's head when used
 +
 +==== Strategy ====
 +  * Essential for determining if equipment is cursed before equipping
 +  * Important for knowing weapon/armor enchantment/glyph properties
 +  * Particularly valuable early in the game when many items are unknown
 +  * Best saved for high-value items or equipment you plan to use
 +  * Should prioritize identifying rings, weapons, and armor over other items
 +  * Critical for identifying scrolls and potions of unknown effect
 +
 +==== Obtaining ====
 +  * Found throughout dungeon levels
 +  * Available in shops at moderate prices
 +  * Dropped by various enemies
 +  * Found in containers and special rooms
 +
 +==== Effect ====
 +When read, the Scroll of Identify will permanently identify a single item in your inventory, revealing all its properties and effects.
 +
 +==== Source Code ====
 +  * Java Class: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/scrolls/ScrollOfIdentify.java|ScrollOfIdentify.java]]
 +  * String Resources:
 +    * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1745|ScrollOfIdentify_Name]]
 +    * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1746|ScrollOfIdentify_Info]]
 +    * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1747|ScrollOfIdentify_InvTitle]]
 +    * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1748|ScrollOfIdentify_Info1]]
 +
 +==== See Also ====
 +  * [[rpd:scrolls|Scrolls]] - General information about scrolls
 +  * [[rpd:mechanics|Game Mechanics]] - Identification system
 +  * [[rpd:equipment|Equipment]] - Items that benefit from identification
 +
 +{{tag> rpd items scrolls identify}}
rpd/scroll_of_identify.txt · Last modified: by 127.0.0.1