mr:rat_king_aura_buff
Table of Contents
Rat King Aura Buff - Code References
Java Classes
- RatKingCrown.java - Contains the RatKingAuraBuff inner class definition
- BuffFactory.java - Registers the RatKingAuraBuff class
- Artifact.java - Base class for RatKingCrown artifact
- ArtifactBuff.java - Base class for RatKingAuraBuff
- Rat.java - Rat mob class that can be tamed
- Mob.java - Contains makePet method for taming rats
JSON Configuration
No specific JSON configuration file found for this buff.
String Resources
<string name="RatKingCrownBuff_Name">Ratness</string> <string name="RatKingCrownBuff_Info">Hail the Lord of the rats, every rat shall obey and praise.</string>
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
- Buff icon: BuffIndicator.RATTNESS
- Effect: When attacking a Rat mob with buff level > 0, the rat becomes a pet via Mob.makePet()
- Found in RatKingCrown.RatKingAuraBuff inner class
- The Rat King Crown artifact is automatically identified (isIdentified() returns true)
- Artifact image: items/artifacts.png at index 17
mr/rat_king_aura_buff.txt · Last modified: by 127.0.0.1
