====== Rat King Aura Buff ====== {{ rpd:images:rat_king_crown_item.png|Рат Кинг Аура}} **Rat King Aura** is a buff effect in Remixed Dungeon that is applied when the player has the Rat King Crown artifact equipped. This buff allows the player to tame rats they defeat in combat. ==== Description ==== According to the game: "Hail the Lord of the rats, every rat shall obey and praise." When this buff is active (meaning the Rat King Crown artifact is equipped), rats defeated in combat will be tamed and become friendly pets for the player. ==== Class in Code ==== * **Java class:** [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/common/RatKingCrown.java#L29-L47|RatKingCrown.java]] (inner class RatKingAuraBuff) * **Inherits from:** [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/rings/ArtifactBuff.java|ArtifactBuff.java]] ==== Properties ==== * **Type:** Artifact Buff * **Source Artifact:** Rat King Crown * **Effect:** Allows taming of defeated rats * **Icon:** Rattness icon (BuffIndicator.RATTNESS) * **Mechanic:** When a rat is defeated while this buff is active, it becomes a pet ==== Strategy ==== * **Rat Taming:** Allows the player to turn rat enemies into helpful companions * **Crown Usage:** Makes the Rat King Crown more valuable for players facing many rats * **Pet Army:** Can help build an army of pet rats over time in rat-heavy areas ==== Content Verified ==== * Information source: Java Class [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/common/RatKingCrown.java|RatKingCrown.java]] (RatKingAuraBuff inner class) * Code mechanics: Based on attackProc method in RatKingAuraBuff class * Effect descriptions: Based on code analysis and string resources * String resources: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L97-L98|RatKingCrownBuff strings]] (English localization) ==== Related Pages ==== * [[rpd:rat_king_crown|Rat King Crown]] - The artifact that provides this buff * [[rpd:pet_mechanic|Pet Mechanic]] - General information about pet system * [[rpd:rat_mob|Rat]] - The rat enemy that can be tamed * [[rpd:artifact|Artifact]] - General information about artifacts * [[rpd:buff|Buff]] - General information about buff system {{tag> rpd buffs artifacts }}