rpd:rat_king_crown
Table of Contents
Rat King's Crown
The Rat King's Crown is an artifact in Remixed Dungeon that grants control over rats.
Description
Gold crown of His Ratness, symbol of everrating Power. Wearing this crown allows the player to command rats instead of fighting them.
Acquisition
Mechanics
- When attacking a rat while wearing the crown, it becomes your pet instead of taking damage (implemented via the
attackProcmethod inRatKingAuraBuff) - Effect only works on Rats (class
Rat), does not work on other rat-like creatures - Activates via the
RatKingAuraBuffwhen worn - The rat becomes a pet with the message “I will obey you” when successfully converted (via
Mob.makePetmethod) - Requires the artifact to be equipped to function
Properties
- Type: Artifact
- Image:
artifacts.png(index 17) - Identified: Always identified (isIdentified() returns true)
Strategy
- Useful for farming rats as allies in later parts of the dungeon
- Allows for unique tactical approaches using rat minions
- Consider the strategic value of having a rat army
Data Validation
- Information source: Java Class
com.nyrds.pixeldungeon.items.common.RatKingCrown - Mechanics verification:
attackProcmethod inRatKingAuraBuffconfirms rat control mechanism when defender is instance ofRat - Effect descriptions: Based on string resources from values/strings_all.xml (“RatKingCrownBuff_Info”)
- Name verification: Confirmed from string resources (“RatKingCrown_Name”)
Source Code
- RatKingCrown.java - Java implementation
- English strings - Name and description
- Russian strings - Russian localization
See Also
rpd/rat_king_crown.txt · Last modified: by 127.0.0.1

