mr:rat_king_crown_item
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| mr:rat_king_crown_item [2026/02/24 07:04] – Fix wiki standards compliance for 5 random pages Qwen Assistant | mr:rat_king_crown_item [2026/02/24 07:07] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Rat King Crown Item - Code References ====== | ||
| + | |||
| + | {{ rpd: | ||
| + | |||
| + | ===== Java Classes ===== | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | ===== Implementation Details ===== | ||
| + | * **Class**: `com.nyrds.pixeldungeon.items.common.RatKingCrown` | ||
| + | * **Extends**: | ||
| + | * **Package**: | ||
| + | * **Identified**: | ||
| + | * **Sprite**: `items/ | ||
| + | * **Buff**: Creates `RatKingAuraBuff` when equipped | ||
| + | |||
| + | ===== RatKingAuraBuff Inner Class ===== | ||
| + | * **Icon**: `BuffIndicator.RATTNESS` | ||
| + | * **Name Resource**: `R.string.RatKingCrownBuff_Name` (" | ||
| + | * **Description Resource**: `R.string.RatKingCrownBuff_Info` ("Hail the Lord of the rats, every rat shall obey and praise." | ||
| + | * **Effect**: When attacking a `Rat` mob while wearing the crown, the rat becomes a pet via `Mob.makePet()` | ||
| + | |||
| + | ===== JSON Configuration ===== | ||
| + | No specific JSON configuration file found for this item. | ||
| + | |||
| + | ===== String Resources ===== | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | ===== Lua Scripts ===== | ||
| + | This entity is implemented in Java, no Lua script exists | ||
| + | |||
| + | ===== Additional Information ===== | ||
| + | * The RatKingCrown is an Artifact with an inner RatKingAuraBuff class | ||
| + | * The RatKingAuraBuff allows taming of defeated rats when worn | ||
| + | * Found in the items/ | ||
| + | * Dropped by the Rat King NPC | ||
| + | * Part of the Rat King quest line | ||
| + | |||
| + | {{tag> mr items artifacts rat_king code_reference }} | ||
mr/rat_king_crown_item.txt · Last modified: by 127.0.0.1
