====== Keyring ====== {{ rpd:images:keyring_item.png|Keyring }} Keyring is a special container for rings and keys in Remixed Dungeon. Unlike regular bags, it can only hold these specific types of items. ==== Description ==== The Keyring is a special bag that can only hold rings and keys. It provides a dedicated storage space for these items that would otherwise take up regular inventory slots. ==== Properties ==== * **Capacity**: Size varies based on hero inventory capacity (backpack size for hero, backpack size + 1 for non-heroes) * **Specialization**: Only accepts rings and keys, not other item types * **Function**: Dedicated storage for rings and keys to keep them separate from other inventory items * **Price**: 50 gold * **Not upgradable**: Cannot be enchanted or upgraded * **Always identified**: Item properties are always known ==== Contained Items ==== * All [[en:rpd:rings|Rings]] items * All [[en:rpd:keys|Keys]] items ==== Source Code References ==== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/bags/Keyring.java|Keyring.java]] * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/bags/Bag.java|Bag.java]] (base class) * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/rings/Ring.java#L210-L212|Ring.java bag method]] * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/keys/Key.java#L47-L49|Key.java bag method]] ==== Related ==== * [[en:rpd:rings|Rings]] - All types of rings that can be stored in the Keyring * [[en:rpd:keys|Keys]] - All types of keys that can be stored in the Keyring * [[en:rpd:belongings|Belongings]] - Inventory system * [[en:rpd:items|Items]] - Other items in the game {{tag> rpd items containers artifacts}}