User Tools

Site Tools


rpd:chests_mechanic

Differences

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

Link to this comparison view

rpd:chests_mechanic [2025/12/27 14:55] – Rename bishop_n_p_c_mob.txt to bishop_npc_mob.txt for proper naming mikerpd:chests_mechanic [2025/12/27 14:59] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Chests ======
  
 +{{ rpd:images:chest_item.png|Chest }}
 +
 +Chests are containers that hold treasure in Remixed Dungeon. They are found throughout the dungeon levels and contain valuable items.
 +
 +==== Types of Chests ====
 +  * **Regular Chests**: Standard containers with typical treasure
 +  * **Crystal Chests**: [[rpd:crystal_merchant|Crystal Merchant]] exclusive containers with high-value items
 +  * **Locked Chests**: Require a key to open, contain better treasure
 +  * **Coffins**: Special containers that are more common in Necropolis
 +  * **Skeletons**: Bone remains that may contain items (found in Necropolis)
 +
 +==== Treasure Types ====
 +Chests may contain:
 +  * [[rpd:gold_item|Gold]]
 +  * [[rpd:potion_item|Potions]]
 +  * [[rpd:scroll_item|Scrolls]]
 +  * [[rpd:weapon_item|Weapons]]
 +  * [[rpd:armor_item|Armor]]
 +  * [[rpd:ring_item|Rings]]
 +  * [[rpd:artifacts|Artifacts]]
 +  * [[rpd:food|Food]]
 +  * [[rpd:keys|Keys]]
 +
 +==== Special Chest Mechanics ====
 +  * Chests can be trapped with various [[rpd:traps|traps]]
 +  * [[rpd:ring_of_wealth|Ring of Wealth]] increases the quality of chest contents
 +  * Locked chests require corresponding [[rpd:keys|keys]] to open
 +  * Crystal chests are guaranteed to be trap-free
 +  * Some rare items are only found in chests
 +
 +==== Strategy ====
 +  * Always be cautious when opening chests - they may be trapped
 +  * Use [[rpd:ring_of_awareness|Ring of Awareness]] to detect traps before opening
 +  * Crystal chests are guaranteed to be trap-free and contain better items
 +  * Locked chests provide better rewards but require keys to open
 +  * Some items like [[rpd:potion_of_strength_item|Potion of Strength]] can only be found in specific chest types
 +
 +==== Information Sources ====
 +  * Java Implementation: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/hero/Hero.java#L602-L611|Hero.openChest() method]]
 +  * Chest Actions: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/ml/actions/OpenChest.java|OpenChest.java]]
 +  * String Resources: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L386-L390|Chest-related strings]]
 +  * Machine-readable data: [[mr:chests|mr:chests]]
 +
 +{{tag> rpd mechanics items treasure containers }}
rpd/chests_mechanic.txt · Last modified: by 127.0.0.1