====== Rat King Crown Item - 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]] - Main implementation of the Rat King Crown artifact * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/common/ItemFactory.java#L307|ItemFactory.java]] - Registers the RatKingCrown class * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mechanics/buffs/BuffFactory.java#L162|BuffFactory.java]] - Registers the RatKingAuraBuff inner class ===== JSON Configuration ===== No specific JSON configuration file found for this item. ===== String Resources ===== Rat King\'s Crown The golden crown of His Ratness, symbol of the etern_rat_power 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 RatKingCrown is an Artifact with an inner RatKingAuraBuff class * The RatKingAuraBuff allows taming of defeated rats when worn * Found in the items/common package