====== Scroll Of Identify Item - Code References ====== ==== Java Classes ==== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/scrolls/ScrollOfIdentify.java|ScrollOfIdentify.java]] - Main scroll implementation * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/scrolls/InventoryScroll.java|InventoryScroll.java]] (base class) * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/scrolls/Scroll.java|Scroll.java]] (base class) ==== JSON Configuration ==== This entity is implemented in Java, no JSON configuration exists ==== String Resources ==== Scroll of Identify Permanently reveals all secrets of one item. It is %s Select an item to identify ==== Lua Scripts ==== This entity is implemented in Java, no Lua script exists ==== Related mr Entities ==== * [[mr:scroll_item|Scroll (Item)]] * [[mr:identification_effect|Identification Effect]]