mr:ratter_aura_buff
Table of Contents
Ratter Aura Buff - Code References
Java Classes
- Buff Implementation: RatSkull.RatterAura (nested class in RatSkull.java)
- Artifact Source: RatSkull.java - Artifact that grants this buff
- Buff Factory Registration: BuffFactory.java#L166 - Registered as RatSkull.RatterAura.class
- Buff Constant: BuffFactory.RAT_SKULL_RATTER_AURA - Constant for the entity kind
- Mob Interaction: Rat.java#L33 - Rats check for this buff to flee
Entity Kind
RatterAura (from `RatSkull.RatterAura.getEntityKind()` which returns the simple class name “RatterAura”)
JSON Configuration
No dedicated JSON configuration file exists for this buff. It is created programmatically by the RatSkull artifact.
String Resources
<string name="RatSkullBuff_Name">Ratter</string> <string name="RatSkullBuff_Info">The acrid stench terrifies all other rodents around, making them flee from the skull bearer.</string>
Lua Scripts
This entity is implemented in Java, no Lua script exists.
Sprite
Related Entities
- Rat Skull Item - Artifact that grants this buff
- Rat Mob - Affected by this aura
mr/ratter_aura_buff.txt · Last modified: by 127.0.0.1

