User Tools

Site Tools


mr:rat_king_aura_buff

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_aura_buff [2025/12/25 21:04] – list fix Mikhaelmr:rat_king_aura_buff [2025/12/25 21:25] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== 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 =====
 +<code xml>
 +<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 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
  
mr/rat_king_aura_buff.txt · Last modified: by 127.0.0.1