en:rpd:equipment_slots_mechanic
Table of Contents
Equipment Slots
In Remixed Dungeon, equipment is organized into different slots that determine where specific items can be equipped on your character. The equipment slot system is managed through the Belongings class which handles all hero inventory and equipment.
Equipment Slot Types
- Weapon Slot: For weapons (swords, wands, etc.) - only one weapon can be equipped at a time
- Armor Slot: For armor pieces (cloth armor, leather armor, etc.) - only one armor piece can be equipped at a time
- Ring Slot 1: For rings - allows equipping one ring at a time (can be changed at any time)
- Ring Slot 2: For rings - allows equipping a second ring
- Accessory Slot: For artifacts and special items like Amulet of Yendor
Equipment Mechanics
- Each slot has specific item types that can be equipped in it
- Equipment provides various bonuses such as increased damage, defense, or special abilities
- Items can be upgraded to improve their effectiveness
- Some items have charges that need to be managed
Strategy
- Prioritize equipment upgrades based on your current needs
- Different equipment serves different playstyles
- Consider the weight of equipment as it affects movement speed
See Also
- Items - General information about items in the game
- Weapons - Information about weapon types
- Armor - Information about armor types and mechanics
- Rings - Information about ring types
- Accessories - Information about accessory items
Source Code
- Equipment management: Belongings.java - Handles all hero equipment slots
- Hero inventory: Hero.java - Hero character logic
- Quickslot system: QuickSlot.java - Quickslot UI implementation
en/rpd/equipment_slots_mechanic.txt · Last modified: by 127.0.0.1
