User Tools

Site Tools


rpd:treasure

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
rpd:treasure [2025/12/25 03:42] – Update Tengu pages with correct references and create new pages for weapon_enchantments, armor_glyphs, playable_classes and treasure mikerpd:treasure [2025/12/25 03:43] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== 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 ====
 +  * [[rpd:gold_item|Gold Coins]]: The primary currency used to purchase items from shops
 +  * [[rpd:artifacts|Artifacts]]: Powerful unique items with special abilities
 +  * [[rpd:rings|Ring]]: Accessories that provide various bonuses
 +  * [[rpd:wands|Wand]]: Magical items that cast spells
 +  * [[rpd:potions|Potion]]: Consumable items with beneficial effects
 +  * [[rpd:scrolls|Scroll]]: Consumable items with magical effects
 +  * [[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 }}
rpd/treasure.txt · Last modified: by 127.0.0.1