====== stylus_item - Code References ====== {{ rpd:images:stylus_item.png|Arcane Stylus }} ===== Java Classes ===== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/Stylus.java|Stylus.java]] ===== JSON Configuration ===== This entity is implemented in Java, no JSON configuration exists ===== String Resources ===== arcane stylus This arcane stylus is made of some dark, very hard stone. Using it you can inscribe a glyph or a rune, but you have no power over choosing what it will be, the stylus will decide it for you. ===== Lua Scripts ===== This entity is implemented in Java, no Lua script exists ===== Entity Implementation Details ===== * **Package:** com.watabou.pixeldungeon.items * **Base Class:** Item * **Entity Kind:** Stylus * **Type:** Item (tool for inscribing) * **Stackable:** Yes * **Price:** 50 gold per unit * **Purpose:** Used to inscribe random glyphs on armor or convert blank scrolls into random scrolls * **Actions:** inscribe (select armor or blank scroll) ===== Related Files ===== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/armor/Armor.java|Armor.java]] - armor glyph inscription * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/scrolls/BlankScroll.java|BlankScroll.java]] - blank scroll conversion * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/scrolls/Scroll.java|Scroll.java]] - random scroll creation * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/armor/Armor$Glyph.java|Armor.Glyph.java]] - armor glyphs ===== Related mr Entities ===== * [[mr:armor_glyphs|Armor Glyphs]] - Glyphs that can be inscribed * [[mr:blank_scroll_item|Blank Scroll (Item)]] - Can be converted to random scroll * [[mr:armor_kit_item|Armor Kit (Item)]] - Another armor modification item {{tag> mr items tools inscription}}