mr:dark_gold_item
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| mr:dark_gold_item [2026/03/09 09:59] – Wiki maintenance: Update mr: namespace pages with accurate code references Qwen Assistant | mr:dark_gold_item [2026/03/09 10:03] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Dark Gold Item - Code References ====== | ||
| + | |||
| + | ===== Java Classes ===== | ||
| + | * **Implementation: | ||
| + | * **Inheritance: | ||
| + | * **Package: | ||
| + | * **Sprite:** Uses [[https:// | ||
| + | |||
| + | ===== Item Properties (from Java code) ===== | ||
| + | * **Stackable: | ||
| + | * **Upgradable: | ||
| + | * **Identified: | ||
| + | * **Price:** Equals quantity (price() returns quantity()) | ||
| + | * **Category: | ||
| + | |||
| + | ===== Special Behavior (from Java code) ===== | ||
| + | * **Melting: | ||
| + | * **Drop Behavior:** [[https:// | ||
| + | * **Throw Behavior:** [[https:// | ||
| + | * **Melt Effect:** Plays SND_PUFF sound and creates splash effect (color: 0xa38d1c) | ||
| + | |||
| + | ===== JSON Configuration ===== | ||
| + | This item is implemented purely in Java, no JSON configuration found. | ||
| + | |||
| + | ===== String Resources ===== | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | ===== Lua Scripts ===== | ||
| + | This entity is implemented in Java, no Lua script exists | ||
| + | |||
| + | ===== Additional References ===== | ||
| + | * **Blacksmith Quest:** [[https:// | ||
| + | * **Mining:** Found in caves and can be mined with [[https:// | ||
| + | * **Sprite Configuration: | ||
mr/dark_gold_item.txt · Last modified: by 127.0.0.1
