====== Scroll of Enchantment ====== {{ rpd:images:scroll_Enchant.png|Scroll of Enchantment }} **Scroll of Enchantment** is a scroll in Remixed Dungeon that can apply magical enchantments to weapons. In Remixed Dungeon, this functionality is typically handled by the [[en:rpd:scroll_of_weapon_upgrade_item|Scroll of Weapon Upgrade]], which can imbue an unenchanted weapon with a random enchantment. ==== Description ==== The Scroll of Enchantment is a magical scroll that can imbue weapons with special magical properties. When used on a weapon, it applies a random enchantment to the weapon, enhancing its capabilities in combat. ==== Effects ==== * Applies a random enchantment to a weapon * Does not increase the weapon's upgrade level * Preserves existing enchantments on weapons * Allows upgrading of weapons that cannot normally be upgraded ==== Usage ==== 1. Select the scroll from your inventory 2. Choose the weapon to enchant 3. The enchantment is applied to the weapon ==== Notes ==== In Remixed Dungeon, this functionality may be implemented differently than in other Pixel Dungeon variants. The [[en:rpd:scroll_of_weapon_upgrade_item|Scroll of Weapon Upgrade]] serves a similar purpose, being able to imbue unenchanted weapons with random enchantments while also upgrading them. ==== Code References ==== * **Base Scroll Implementation**: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/scrolls/Scroll.java|Scroll.java]] * **Inventory Scroll Implementation**: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/scrolls/InventoryScroll.java|InventoryScroll.java]] * **Weapon Upgrade Scroll** (likely implementation in Remixed Dungeon): [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/scrolls/ScrollOfWeaponUpgrade.java|ScrollOfWeaponUpgrade.java]] * **Enchantment System**: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/weapon/Weapon.java#L15-L25|Weapon.java enchantment system]] * **String Resources**: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1784|ScrollOfWeaponUpgrade_Info string]] (describes enchantment capability) ==== Related ==== * [[en:rpd:scroll_of_weapon_upgrade_item|Scroll of Weapon Upgrade]] - Scroll that can apply enchantments in Remixed Dungeon * [[en:rpd:weapon_enchantments|Weapon Enchantments]] - List of possible weapon enchantments * [[en:rpd:scrolls|Scrolls]] - Other magical scrolls * [[en:rpd:weapon_item|Weapons]] - Weapons that can be enchanted {{tag> rpd items scrolls enchantment upgrade weapon}}