User Tools

Site Tools


en:rpd:scroll_of_weapon_upgrade_item

Differences

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

Link to this comparison view

en:rpd:scroll_of_weapon_upgrade_item [2026/01/01 19:45] – namespace move Mikeen:rpd:scroll_of_weapon_upgrade_item [2026/01/01 19:47] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Scroll of Weapon Upgrade ======
  
 +{{ rpd:images:scroll_upgrade_weapon.png|Scroll of Weapon Upgrade }}
 +
 +**Scroll of Weapon Upgrade** is a type of scroll in Remixed Dungeon that enhances weapons with both an upgrade and a random enchantment.
 +
 +==== Effects ====
 +  * **Upgrade**: Adds +1 to the weapon's level (improving damage)
 +  * **Enchantment**: Adds a random enchantment to the weapon
 +  * **Curse Removal**: Removes any curses from the weapon
 +  * **Badge**: Grants the "Item Level Acquired" badge when used
 +
 +==== Usage ====
 +  * Use the scroll to select a weapon in your inventory
 +  * The selected weapon will be upgraded by +1 level
 +  * A random enchantment will be applied to the weapon (if none exists)
 +  * If the weapon already has an enchantment, the enchantment may be changed or preserved depending on game mechanics
 +
 +==== Acquisition ====
 +  * Found in the dungeon at various levels
 +  * More common in deeper levels
 +  * Available in shops for purchase
 +  * Dropped by certain enemies
 +  * Sometimes found in special containers
 +
 +==== Strategy ====
 +  * Best used on your main weapon or a weapon you plan to use for a while
 +  * Consider the potential enchantment when deciding which weapon to upgrade
 +  * Upgrading removes curses, making it useful for cursed weapons
 +  * Higher-level weapons have increased strength requirements, so ensure you can wield the upgraded weapon
 +
 +==== Source Code ====
 +  * Java Class: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/scrolls/ScrollOfWeaponUpgrade.java|ScrollOfWeaponUpgrade.java]]
 +  * String Resources (English): [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1517-L1520|ScrollOfWeaponUpgrade strings (lines 1517-1520)]]
 +  * String Resources (Russian): [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values-ru/strings_all.xml#L1521-L1524|ScrollOfWeaponUpgrade strings (lines 1521-1524)]]
 +  * Related: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/scrolls/ScrollOfUpgrade.java|ScrollOfUpgrade.java]]
 +
 +==== See Also ====
 +  * [[en:rpd:scroll_of_upgrade_item|Scroll of Upgrade]]
 +  * [[en:rpd:scrolls|Scrolls]]
 +  * [[en:rpd:weapon_upgrades_mechanic|Weapon Upgrades]]
 +  * [[en:rpd:enchantments|Enchantments]]
 +  * [[en:rpd:weapons|Weapons]]
 +
 +{{tag> rpd scrolls upgrades weapons }}