User Tools

Site Tools


rpd:scroll_of_enchantment_item

Differences

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

Link to this comparison view

rpd:scroll_of_enchantment_item [2025/12/31 01:34] – Add Scroll of Enchantment item page to address red links mikerpd:scroll_of_enchantment_item [2025/12/31 01:41] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== 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 [[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 [[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 ====
 +  * [[rpd:scroll_of_weapon_upgrade_item|Scroll of Weapon Upgrade]] - Scroll that can apply enchantments in Remixed Dungeon
 +  * [[rpd:weapon_enchantments|Weapon Enchantments]] - List of possible weapon enchantments
 +  * [[rpd:scrolls|Scrolls]] - Other magical scrolls
 +  * [[rpd:weapon_item|Weapons]] - Weapons that can be enchanted
 +
 +{{tag> rpd items scrolls enchantment upgrade weapon}}
rpd/scroll_of_enchantment_item.txt · Last modified: by 127.0.0.1