User Tools

Site Tools


rpd:scroll_of_upgrade

Differences

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

Link to this comparison view

rpd:scroll_of_upgrade [2025/12/19 14:02] – Update scroll_of_upgrade.txt with correct acquisition and code references mikerpd:scroll_of_upgrade [2025/12/19 14:06] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Scroll of Upgrade ======
  
 +{{ rpd:images:item_ScrollOfUpgrade.png|Scroll of Upgrade }}
 +
 +The **Scroll of Upgrade** is a type of scroll in [[rpd:remixed_dungeon|Remixed Dungeon]] that enhances a single item, improving its quality and effectiveness.
 +
 +==== Effects ====
 +When used on an item, the Scroll of Upgrade:
 +  * Increases the item's level by +1 (e.g., +0 becomes +1, +5 becomes +6)
 +  * Improves the item's effectiveness (higher damage, armor, etc.)
 +  * For weapons: increases damage range
 +  * For armor: increases blocking power
 +  * For rings: improves the ring's effect
 +  * Cannot upgrade items beyond +10
 +
 +==== Usage ====
 +The scroll can be used on:
 +  * [[rpd:weapons|Weapons]]
 +  * [[rpd:armor|Armor]]
 +  * [[rpd:rings|Rings]]
 +  * [[rpd:wands|Wands]] (increases charge capacity and efficiency)
 +
 +==== Acquisition ====
 +The Scroll of Upgrade can be found in:
 +  * [[rpd:chests|Chests]] in the dungeon
 +  * [[rpd:shops|Shops]] (occasionally available)
 +  * As a drop from certain enemies
 +  * As a reward from the [[rpd:plague_doctor|Plague Doctor]] quest (as referenced in [[code:RemixedDungeon/src/main/assets/scripts/npc/PlagueDoctor.lua#L49|PlagueDoctor.lua:49]])
 +
 +==== Strategy ====
 +  * Best used on your current best equipment to maximize benefits
 +  * Generally more valuable to upgrade weapons than armor
 +  * For weapons, the damage increase is usually more beneficial than for armor
 +  * Can also be used on wands to increase their charge capacity and recharge rate
 +  * Prioritize upgrading your main weapon or armor piece first
 +
 +==== Code Reference ====
 +  * Implementation: [[code:RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/scrolls/ScrollOfUpgrade.java|ScrollOfUpgrade.java]]
 +  * String Resources: [[code:RemixedDungeon/src/main/res/values/strings_all.xml#L2484-L2486|ScrollOfUpgrade strings]]
 +  * Quest Reward: [[code:RemixedDungeon/src/main/assets/scripts/npc/PlagueDoctor.lua#L49|PlagueDoctor.lua:49]]
 +
 +==== Related ====
 +  * [[rpd:scrolls|Scrolls]] - Other types of scrolls
 +  * [[rpd:scroll_of_weapon_upgrade|Scroll of Weapon Upgrade]] - Specialized scroll for weapons
 +  * [[rpd:scroll_of_identify|Scroll of Identify]] - Another common scroll type
 +  * [[rpd:equipment|Equipment]] - Items that can be upgraded
 +
 +{{tag> rpd items scrolls upgrade equipment}}
rpd/scroll_of_upgrade.txt · Last modified: by 127.0.0.1