====== Treasure ====== {{ rpd:images:treasure.png|Treasure }} **Treasure** refers to valuable items found in the dungeon that can benefit the hero during their quest. ==== Types of Treasure ==== * [[en:rpd:gold_item|Gold Coins]]: The primary currency used to purchase items from shops * [[en:rpd:artifacts|Artifacts]]: Powerful unique items with special abilities * [[en:rpd:rings|Ring]]: Accessories that provide various bonuses * [[en:rpd:wands|Wand]]: Magical items that cast spells * [[en:rpd:potions|Potion]]: Consumable items with beneficial effects * [[en:rpd:scrolls|Scroll]]: Consumable items with magical effects * [[en:rpd:keys|Key]]: Used to unlock doors and chests ==== Locations ==== * **Chests**: Treasure can be found in various types of chests throughout the dungeon * **Special Rooms**: Treasure rooms contain multiple valuable items * **Enemies**: Defeated enemies may drop treasure * **Shops**: Treasure can be purchased from shopkeepers using gold * **Statues**: Golden statues may be found in certain areas ==== Mechanics ==== * **Drop Rates**: Different enemies have different chances to drop treasure * **Treasure Maps**: Some scrolls reveal the location of hidden treasure * **Looting Enchantment**: Weapons with looting enchantments increase treasure drops * **Level-based**: Higher dungeon levels generally contain more valuable treasure ==== Content Verification ==== * Java Classes: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/Item.java|Item.java]] * Gold implementation: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/Gold.java|Gold.java]] * Treasure generation: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/Generator.java|Generator.java]] * String resources: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml|strings_all.xml]] * Machine-readable data: [[mr:treasure|mr:treasure]] {{tag> rpd items treasure gold }}