User Tools

Site Tools


rpd:dark_gold_item

Differences

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

Link to this comparison view

rpd:dark_gold_item [2025/12/31 21:46] – Add English dark_gold_item.txt page mikerpd:dark_gold_item [2025/12/31 21:50] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Dark Gold Item ======
  
 +{{ rpd:images:dark_gold_item.png|Dark Gold }}
 +
 +==== Description ====
 +**Dark Gold** is a quest item that can only be found in the Caves. It is called "dark" not because of its color (it doesn't differ from normal gold), but because it melts under daylight, making it useless on the surface.
 +
 +==== Stats ====
 +  * **Rarity**: Quest item
 +  * **Weight**: 1
 +  * **Stackable**: Yes
 +  * **Quest Item**: Yes
 +
 +==== Mechanics ====
 +  * **Dropping on surface**: When dropped on the surface (Dungeon.depth <= 0), it immediately melts
 +  * **Throwing on surface**: Also melts immediately when thrown on the surface
 +  * **Quest requirement**: Used for the Blacksmith quest - requires collecting 15 pieces
 +  * **Mining**: Can be mined with the [[rpd:pickaxe_item|Pickaxe]] in the caves
 +  * **Melting effect**: When it melts, it produces a puff of smoke and displays a splash effect
 +
 +==== Acquisition ====
 +  * Found exclusively in the [[rpd:caves_level|Caves]]
 +  * Can be mined from ore deposits using a [[rpd:pickaxe_item|Pickaxe]]
 +  * Does not appear in shops or as mob drops elsewhere
 +
 +==== Uses ====
 +  * **Blacksmith Quest**: Required to complete the Blacksmith's quest (15 pieces needed)
 +  * **Quest Completion**: Essential for unlocking the Blacksmith's anvil ability to identify items
 +
 +==== Code Reference ====
 +  * **Implementation**: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/quest/DarkGold.java|DarkGold.java]]
 +  * **Melting Behavior**: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/quest/DarkGold.java#L33-L52|doDrop() and onThrow() methods]] - handles melting on surface
 +  * **Blacksmith Quest**: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/npcs/Blacksmith.java#L84|Blacksmith.java]] - how it's used in the quest
 +  * **String Resources**: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L525-L526|strings_all.xml]] - DarkGold_Name and DarkGold_Info
 +
 +==== Notes ====
 +  * Cannot be sold in shops
 +  * Melts immediately if taken to the surface
 +  * Critical component for the Blacksmith's questline
 +  * Only obtainable in the Caves level
 +  * The melting effect occurs whether dropped or thrown on the surface
 +
 +==== See Also ====
 +  * [[rpd:quest_items|Quest Items]] - Other quest-related items
 +  * [[rpd:blacksmith_npc|Blacksmith]] - NPC that uses dark gold
 +  * [[rpd:pickaxe_item|Pickaxe]] - Tool for mining dark gold
 +  * [[rpd:quest|Quests]] - General information about quests
 +  * [[rpd:shops|Shops]] - Information about selling items
 +
 +{{tag> rpd items quest dark_gold blacksmith caves }}
rpd/dark_gold_item.txt · Last modified: by 127.0.0.1