User Tools

Site Tools


en:rpd:identification

Differences

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

Link to this comparison view

en:rpd:identification [2026/01/01 19:45] – namespace move Mikeen:rpd:identification [2026/01/01 19:47] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Identification ======
  
 +**Identification** is the process of discovering the properties and effects of unidentified items in Remixed Dungeon.
 +
 +==== Identification Methods ====
 +  * **Scroll of Identify**: The primary method for identifying items
 +  * **Using/Wearing Items**: Equipment becomes gradually identified as it's used
 +  * **Potion of Experience**: Can identify equipment when used
 +  * **Well of Awareness**: A level feature that can identify items
 +  * **Ring of Detection**: Improves the chance of identifying items by use
 +
 +==== Identified Items ====
 +  * **Full Stats**: Shows complete item stats and properties
 +  * **Safe to Use**: Identified cursed items show "cursed" status
 +  * **Potion/Scroll Effects**: Reveals exact effect of consumables
 +  * **Enchantments/Glyphs**: Shows specific enchantment or glyph on equipment
 +
 +==== Unidentified Items ====
 +  * **Limited Information**: Only basic information is visible
 +  * **Risk of Curses**: Cursed items may have negative effects when used
 +  * **Unknown Value**: May be more or less valuable than assumed
 +
 +==== Identification Tips ====
 +  * **Prioritize Potions**: Identify healing potions first to ensure safety
 +  * **Weapons/Armor**: Identify equipment before upgrading to know if cursed
 +  * **Rings**: Identify rings early to determine their effect
 +  * **Scroll Replacement**: Keep identifying scrolls available for important items
 +
 +==== Code References ====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/Item.java|Item.java]] - Base identification mechanics
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/scrolls/ScrollOfIdentify.java|ScrollOfIdentify.java]] - Identify scroll implementation
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/EquipableItem.java|EquipableItem.java]] - Equipment identification mechanics
 +
 +==== See Also ====
 +  * [[en:rpd:items|Items]] - General information about items
 +  * [[en:rpd:scroll_of_identify_item|Scroll of Identify]] - Primary identification item
 +  * [[en:rpd:potions|Potions]] - Information about identifying potions
 +
 +{{tag> rpd items identification mechanics }}