rpd:armorkit
Table of Contents
Armor Kit
An Armor Kit is a special item in Remixed Dungeon that allows players to upgrade regular armor into class-specific armor for their hero subclass.
Item Overview
- Type: Crafting/Upgrade Item
- Acquisition: Dropped by King boss in the Halls level (as defined in ArmorSmith.java:42-44)
- Purpose: Transform regular armor into class-specific armor
- Usage: Must be used on regular armor while playing as a hero who has chosen the appropriate subclass
Mechanics
- Conversion: Transforms any regular armor into the corresponding class armor
- Stats Preservation: The upgraded armor retains all properties of the original armor (defense value, enchantment, level)
- Subclass Specific: Each class armor can only be equipped by the corresponding subclass
- One-time Use: The armor kit is consumed when used
Class Armors Created
- Warrior: Warrior Armor (with Leap ability) - requires Gladiator subclass
- Mage: Mage Armor (with Mage Staff special) - requires Battlemage subclass
- Rogue: Rogue Armor (with Smoke Bomb ability) - requires Freerunner subclass
- Huntress: Huntress Armor (with Spirit Hawk ability) - requires Warden subclass
- Assassin: Assassin Armor (with Shadow Step ability) - requires Assassin subclass
- Necromancer: Necromancer Robe (with Raise Dead ability) - requires Warlock subclass
- Gnoll: Gnoll Armor (with Pack Hunt ability) - requires Guardian subclass or Witch Doctor subclass
Strategy
- Essential for maximizing subclass effectiveness
- Should be crafted as soon as possible after choosing a subclass
- Allows full utilization of subclass abilities
- Preserve high-level armor before upgrading to maintain benefits
Acquisition
- Dropped by King boss in the Halls level
- Sometimes available in shops in higher levels of the dungeon
Code Reference
- ArmorKit.java - Implementation
- ClassArmor.java - Base class armor implementation
- GladiatorArmor.java - Example of a class-specific armor
- ArmorKit_Name, ArmorKit_Info, ArmorKit_Gender - String resources
Related Items
- Armors - All armor types
- Upgrading - Equipment enhancement system
- Subclasses - Hero subclasses that use class armor
rpd/armorkit.txt · Last modified: by 127.0.0.1

