====== Rat King Aura Buff - Code References ====== ===== Java Classes ===== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/common/RatKingCrown.java|RatKingCrown.java]] - Contains the RatKingAuraBuff class definition * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mechanics/buffs/BuffFactory.java|BuffFactory.java]] - Registers the RatKingAuraBuff class ===== JSON Configuration ===== No specific JSON configuration file found for this buff. ===== String Resources ===== Ratness Hail the Lord of the rats, every rat shall obey and praise. ===== Lua Scripts ===== This entity is implemented in Java, no Lua script exists ===== Additional Information ===== * The RatKingAuraBuff is an ArtifactBuff that belongs to the Rat King Crown artifact * When active, it allows the player to tame rats they defeat * Found in RatKingCrown.RatKingAuraBuff inner class