Table of Contents

Armor Kit

Armor Upgrades

Armor upgrades in Remixed Dungeon enhance defensive capabilities through various mechanisms.

Upgrade Methods

Scroll of Upgrade

The Scroll of Upgrade can be used on any armor piece to:

Important: When upgrading armor with a glyph, there's a chance the glyph may be lost if the armor's current level is low. The formula is: if Random.Int(level()) > 0, the glyph is removed.

Armor Kit

The Armor Kit is a special item that:

Class Armor System

Class armor is a special type of armor unique to each hero class:

Class armor provides enhanced defensive capabilities and may have special properties unique to the hero class.

Armor Defense Calculation

The effective defense rating (DR) of armor is calculated as:

For example, a tier 3 armor at +2 with a glyph has: DR = 3×2 + 2×3 + 3 = 15

Glyph Interactions

Armor can have glyphs (special enchantments) that:

Strength Requirements

Armor has strength requirements based on tier:

Identification Mechanics

Strategy

Source Code

See Also