mr:dark_gold_item
Table of Contents
Dark Gold Item - Code References
Java Classes
- Implementation: DarkGold.java
- Inheritance: Inherits from Item.java
- Sprite: Uses ItemSpriteSheet.ORE as sprite
JSON Configuration
This item is implemented purely in Java, no JSON configuration found.
String Resources
<string name="DarkGold_Name">dark gold ore</string> <string name="DarkGold_Info">This metal is called dark not because of its color (it doesn\'t differ from normal gold), but because it melts under the daylight, making it useless on the surface.</string>
Lua Scripts
This entity is implemented in Java, no Lua script exists
Additional References
- Blacksmith Quest: Blacksmith.java - used in blacksmith quest requiring 15 dark gold
- Dropping Behavior: DarkGold.doDrop() - melts when dropped on surface
- Throwing Behavior: DarkGold.onThrow() - melts when thrown on surface
- Mining: Found in caves and can be mined with Pickaxe
mr/dark_gold_item.txt · Last modified: by 127.0.0.1
