User Tools

Site Tools


rpd:scroll_item

Differences

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

Link to this comparison view

rpd:scroll_item [2025/12/28 08:11] – Add scroll_item.txt with comprehensive scroll information mikerpd:scroll_item [2025/12/28 08:14] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Scrolls ======
  
 +{{ rpd:images:scroll.png|Scroll }}
 +
 +**Scrolls** are consumable items in Remixed Dungeon that provide various magical effects when read. They are typically found in the dungeon or purchased from shops.
 +
 +==== Common Scrolls ====
 +  * [[rpd:scroll_of_identify_item|Scroll of Identify]]: Identifies items
 +  * [[rpd:scroll_of_teleportation_item|Scroll of Teleportation]]: Teleports the hero to a random location
 +  * [[rpd:scroll_of_magic_mapping_item|Scroll of Magic Mapping]]: Reveals the level map
 +  * [[rpd:scroll_of_recharging_item|Scroll of Recharging]]: Recharges wands and other items
 +  * [[rpd:scroll_of_remove_curse_item|Scroll of Remove Curse]]: Removes curses from items
 +  * [[rpd:scroll_of_upgrade_item|Scroll of Upgrade]]: Upgrades a single item
 +  * [[rpd:scroll_of_weapon_upgrade_item|Scroll of Weapon Upgrade]]: Upgrades a weapon
 +  * [[rpd:scroll_of_enchantment_item|Scroll of Enchantment]]: Adds enchantment to a weapon or armor
 +  * [[rpd:scroll_of_terror_item|Scroll of Terror]]: Frightens nearby enemies
 +  * [[rpd:scroll_of_amok_item|Scroll of Amok]]: Causes enemies to attack each other
 +  * [[rpd:scroll_of_lullaby_item|Scroll of Lullaby]]: Puts enemies to sleep
 +  * [[rpd:scroll_of_psionic_blast_item|Scroll of Psionic Blast]]: Damages all visible creatures
 +  * [[rpd:scroll_of_mirror_image_item|Scroll of Mirror Image]]: Creates mirror images of the hero
 +  * [[rpd:scroll_of_curse_item|Scroll of Curse]]: Curses a random item
 +  * [[rpd:scroll_of_domination_item|Scroll of Domination]]: Charms a single enemy
 +
 +==== Scroll Mechanics ====
 +  * **Blank Scrolls**: Can be created using a [[rpd:spellbook_item|Spellbook]] or found in special containers
 +  * **Identification**: Scrolls must be identified to know their effect
 +  * **Cursing**: Cursed scrolls may have negative effects when read
 +  * **Flame**: Scrolls can be destroyed by fire
 +
 +==== Code References ====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/scrolls/Scroll.java|Base Scroll class]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/scrolls/ScrollOfIdentify.java|ScrollOfIdentify]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/scrolls/ScrollOfTeleportation.java|ScrollOfTeleportation]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/scrolls/ScrollOfMagicMapping.java|ScrollOfMagicMapping]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/scrolls/ScrollOfRecharging.java|ScrollOfRecharging]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/scrolls/ScrollOfRemoveCurse.java|ScrollOfRemoveCurse]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/scrolls/ScrollOfUpgrade.java|ScrollOfUpgrade]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/scrolls/ScrollOfTerror.java|ScrollOfTerror]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/scrolls/ScrollOfAmok.java|ScrollOfAmok]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/scrolls/ScrollOfLullaby.java|ScrollOfLullaby]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L2607-L2645|Scroll strings in localization]]
 +
 +==== Related ====
 +  * [[rpd:items|Items]]
 +  * [[rpd:consumables|Consumables]]
 +  * [[rpd:potion_item|Potions]]
 +  * [[rpd:spellbook_item|Spellbooks]]
 +  * [[rpd:wands|Wands]]
 +
 +{{tag> rpd items scrolls magic consumables}}
rpd/scroll_item.txt · Last modified: by 127.0.0.1