en:rpd:weapon_augmentation_mechanic
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| en:rpd:weapon_augmentation_mechanic [2026/08/29 01:55] – Wiki maintenance: Fix language link consistency, add missing elemental pages, fix malformed links Bot | en:rpd:weapon_augmentation_mechanic [2026/08/29 01:58] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Weapon Augmentation ====== | ||
| + | |||
| + | {{ rpd: | ||
| + | |||
| + | Weapon augmentation in Remixed Dungeon refers to the **Reforging** mechanic offered by the [[en: | ||
| + | |||
| + | ==== Reforging Mechanic ==== | ||
| + | The Blacksmith' | ||
| + | |||
| + | * **Item kind:** Both items must share an entity kind (e.g. two Short Swords, two Leather Armors). | ||
| + | * **Identification: | ||
| + | * **Cursed state:** Neither item may be cursed. | ||
| + | * **Negative levels:** Neither item may have a negative upgrade level (`level() < 0`). | ||
| + | * **Upgradability: | ||
| + | |||
| + | When the reforge is performed: | ||
| + | * The higher-level of the two items is upgraded by 1. | ||
| + | * The other item is consumed. | ||
| + | * The hero spends 2 turns (`Dungeon.hero.spendAndNext(2f)`). | ||
| + | * The `SND_EVOKE` sound is played. | ||
| + | * The `Badges.validateItemLevelAcquired` badge check is run. | ||
| + | |||
| + | ==== Differences from Upgrading ==== | ||
| + | * A regular upgrade (via [[en: | ||
| + | * The Blacksmith' | ||
| + | * For weapons, the Scroll of Weapon Upgrade is the upgrade path that may add or preserve an enchantment; | ||
| + | |||
| + | ==== Acquiring the Blacksmith Service ==== | ||
| + | The Troll Blacksmith spawns on dungeon levels deeper than 11 (controlled by `Dungeon.depth > 11` in the spawn code). The quest has two alternative paths: | ||
| + | |||
| + | * **Gold path:** Retrieve 15 pieces of dark gold ore and bring them together with the pickaxe the Blacksmith provides. | ||
| + | * **Blood path:** Use the pickaxe the Blacksmith provides to kill a bat, then return the blood-stained pickaxe. | ||
| + | |||
| + | After the quest is completed, the Blacksmith will open the reforge window. Once a reforge has been performed, the Blacksmith will only say " | ||
| + | |||
| + | ==== Source Code ==== | ||
| + | * NPC Class: [[https:// | ||
| + | * Reforge Window: [[https:// | ||
| + | * Item Upgrade Base: [[https:// | ||
| + | * Scroll of Weapon Upgrade: [[https:// | ||
| + | * Sprite: [[https:// | ||
| + | * String Resources: [[https:// | ||
| + | |||
| + | ==== See Also ==== | ||
| + | * [[en: | ||
| + | * [[en: | ||
| + | * [[en: | ||
| + | * [[en: | ||
| + | * [[en: | ||
| + | |||
| + | {{tag> rpd items weapons augmentation reforge blacksmith}} | ||
en/rpd/weapon_augmentation_mechanic.txt · Last modified: by 127.0.0.1
