User Tools

Site Tools


rpd:upgrading_mechanic

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
rpd:upgrading_mechanic [2025/12/30 04:16] – Wiki maintenance: Updated pages to follow naming conventions and fixed formatting issues mikerpd:upgrading_mechanic [2025/12/30 04:19] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Upgrading Mechanic ======
  
 +**Upgrading** is the process of improving items in Remixed Dungeon using Scrolls of Upgrade.
 +
 +==== Description ====
 +Upgrading is a core game mechanic that allows players to enhance their equipment. By using Scrolls of Upgrade on weapons, armor, rings, wands, and other items, players can increase these items' effectiveness and gain special benefits.
 +
 +==== Items That Can Be Upgraded ====
 +  * **Weapons:** Increase damage and accuracy, gain enchantments
 +  * **Armor:** Increase protection, gain glyphs
 +  * **Rings:** Increase effectiveness of ring abilities
 +  * **Wands:** Increase charge capacity and effectiveness
 +  * **Other Items:** Some artifacts can also be upgraded
 +
 +==== Mechanics ====
 +  * **Scroll of Upgrade:** Primary method for upgrading items
 +  * **Safe Upgrading:** First 3 upgrades are guaranteed to succeed
 +  * **Risks:** Higher-level upgrades have a chance of destruction
 +  * **Curses:** Cursed items will be damaged instead of upgraded
 +
 +==== Benefits ====
 +  * **Weapons:** Higher damage output, better accuracy, enchantment slots
 +  * **Armor:** Higher defense, better evasion, glyph slots
 +  * **Rings:** Stronger effects
 +  * **Wands:** More charges, potentially faster recharge
 +
 +==== Risks ====
 +  * **Destruction:** Higher-level upgrades have a chance to destroy the item
 +  * **Curses:** If a cursed item is upgraded, it will be damaged instead of improved
 +  * **Opportunity Cost:** Upgrading requires scrolls that could be used elsewhere
 +
 +==== Code References ====
 +  * Information source: Java class [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/Item.java#L338|Item.upgrade()]]
 +  * Safe upgrade mechanics: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/weapon/melee/MeleeWeapon.java#L56|MeleeWeapon.safeUpgrade()]]
 +  * Scroll mechanics: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/scrolls/ScrollOfUpgrade.java|ScrollOfUpgrade.java]]
 +  * String resources: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L2061|ScrollOfUpgrade_Name, ScrollOfUpgrade_Desc, ScrollOfUpgrade_InvTitle, ScrollOfUpgrade_LooksBetter]]
 +
 +==== Related Pages ====
 +  * [[rpd:scroll_of_upgrade_item|Scroll of Upgrade]] - The primary upgrade item
 +  * [[rpd:scroll_of_weapon_upgrade_item|Scroll of Weapon Upgrade]] - Specialized weapon upgrade
 +  * [[rpd:equipment_mechanic|Equipment]] - Information about equipment
 +  * [[rpd:weapons|Weapons]] - Information about weapons
 +  * [[rpd:armor|Armor]] - Information about armor
 +  * [[rpd:rings|Rings]] - Information about rings
 +  * [[rpd:wands|Wands]] - Information about wands
 +  * [[rpd:artifacts|Artifacts]] - Special items that can sometimes be upgraded
 +
 +{{tag> rpd mechanics upgrading mechanic}}
rpd/upgrading_mechanic.txt · Last modified: by 127.0.0.1