====== Blank Scroll ====== {{ rpd:images:blank_scroll_item.png|Blank Scroll }} A Blank Scroll is a special type of scroll in Remixed Dungeon that is simply a scroll with no rune inscribed. These can sometimes be found in the dungeon, especially in libraries. ==== Properties ==== * **Rarity:** Uncommon * **Weight:** 5 * **Identification:** Always identified * **Class Restriction:** Can be used by all hero classes ==== Function ==== * **Arcane Stylus Conversion:** When used with an [[rpd:arcane_stylus_item|Arcane Stylus]], the stylus will inscribe a random rune onto the blank scroll, transforming it into a random scroll * **Transmutation:** Can be converted to a random scroll by throwing it into a Transmutation Well * **Invisibility Potion Conversion:** A Potion of Invisibility can be used to "moisten" up to 3 scrolls in the same inventory slot into blank scrolls ==== Special Properties ==== * The Arcane Stylus is not consumed when inscribing a rune onto a blank scroll * Can be used to create a scroll of upgrade by inscribing an upgrade rune * Multiple blank scrolls with the same rune can be combined into a single stack ==== Strategy ==== * Keep blank scrolls for use with Arcane Stylus when you need a specific type of scroll * Useful to convert into beneficial scrolls when you're in need of specific effects * Consider using with transmutation wells if you need specific scroll types ==== Obtaining ==== * Found as random drops in dungeon levels * More commonly found in libraries * Created by using Potion of Invisibility on regular scrolls ==== Content Verification ==== * Java Class: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/scrolls/BlankScroll.java|BlankScroll.java]] * Source Code Location: RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/scrolls/BlankScroll.java * Sprite: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/sprites/ItemSpriteSheet.java#L84|SCROLL_BLANK]] * String Resource: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L346|BlankScroll_Name]] * Implementation: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/common/ItemFactory.java#L265|registerItemClass(BlankScroll.class)]] * Entity Kind: blank_scroll (via getEntityKind()) * Machine-readable data: [[mr:blank_scroll_item|mr:blank_scroll_item]] ==== Related Items ==== * [[rpd:arcane_stylus_item|Arcane Stylus]] - Used to inscribe runes on blank scrolls * [[rpd:scroll_item|Scrolls]] - The result when inscribed with an Arcane Stylus * [[rpd:potion_of_invisibility_item|Potion of Invisibility]] - Can convert scrolls to blank scrolls * [[rpd:well_of_transmutation|Well of Transmutation]] - Alternative method to convert blank scrolls {{tag> rpd items scrolls crafting}}