User Tools

Site Tools


mr:rat_king_crown_item

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
mr:rat_king_crown_item [2025/12/29 23:21] – Fix incorrect code references in mr/rat_king_mob.txt mikemr:rat_king_crown_item [2025/12/29 23:22] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== 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 =====
 +<code xml>
 +<string name="RatKingCrown_Name">Rat King\'s Crown</string>
 +<string name="RatKingCrown_Info">The golden crown of His Ratness, symbol of the etern_rat_power</string>
 +<string name="RatKingCrownBuff_Name">Ratness</string>
 +<string name="RatKingCrownBuff_Info">Hail the Lord of the rats, every rat shall obey and praise.</string>
 +</code>
 +
 +===== 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
  
mr/rat_king_crown_item.txt · Last modified: (external edit)