mr:golden_key_item
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| mr:golden_key_item [2026/02/21 10:28] – Wiki standards compliance: Fix hedgehog entity classification and improve pages Qwen Assistant | mr:golden_key_item [2026/02/21 10:32] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Golden Key Item - Code References ====== | ||
| + | |||
| + | ===== Java Classes ===== | ||
| + | * [[https:// | ||
| + | |||
| + | ===== Java Class Content ===== | ||
| + | <code java> | ||
| + | package com.watabou.pixeldungeon.items.keys; | ||
| + | |||
| + | import com.watabou.pixeldungeon.sprites.ItemSpriteSheet; | ||
| + | |||
| + | public class GoldenKey extends Key { | ||
| + | |||
| + | { | ||
| + | image = ItemSpriteSheet.GOLDEN_KEY; | ||
| + | } | ||
| + | } | ||
| + | </ | ||
| + | |||
| + | ===== JSON Configuration ===== | ||
| + | This item does not have specific JSON configuration, | ||
| + | |||
| + | ===== String Resources ===== | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | ===== Translated String Resources ===== | ||
| + | <code xml> | ||
| + | <!-- Russian --> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | |||
| + | <!-- Chinese Simplified --> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | |||
| + | <!-- French --> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | |||
| + | <!-- German --> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | |||
| + | <!-- Spanish --> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | |||
| + | <!-- Portuguese --> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | |||
| + | <!-- Italian --> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | |||
| + | <!-- Japanese --> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | |||
| + | <!-- Korean --> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | |||
| + | <!-- Polish --> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | |||
| + | <!-- Ukrainian --> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | |||
| + | <!-- Turkish --> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | |||
| + | <!-- Indonesian --> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | |||
| + | <!-- Greek --> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | ===== Lua Scripts ===== | ||
| + | This entity is implemented in Java, no Lua script exists | ||
| + | |||
| + | ===== Usage ===== | ||
| + | * Opens golden chests found throughout the dungeon | ||
| + | * Part of the key family of items | ||
| + | * Cannot be dropped or thrown (inherited from Key class) | ||
| + | * Automatically collected when walking over | ||
| + | |||
| + | ===== Related mr Entities ===== | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
mr/golden_key_item.txt · Last modified: by 127.0.0.1
