Table of Contents

Weapon Augmentation

Weapon Upgrade/Enhancement

Weapon augmentation in Remixed Dungeon refers to the Reforging mechanic offered by the Troll Blacksmith quest NPC. There is no “augmentation” subsystem that adds properties such as Precise, Swift, Heavy, or Light; the only in-game weapon modification beyond upgrading is the reforging service provided by the Blacksmith.

Reforging Mechanic

The Blacksmith's reforge combines two items of the same type (same `entityKind`) into a single item whose level is one higher than the higher-level of the two inputs.

When the reforge is performed:

Differences from Upgrading

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:

After the quest is completed, the Blacksmith will open the reforge window. Once a reforge has been performed, the Blacksmith will only say “I'm busy. Get lost!” until the dungeon is reset.

Source Code

See Also