User Tools

Site Tools


mr:ratter_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:ratter_aura_buff [2026/06/07 01:45] – Update mr:ratter_aura_buff with correct code references and string resources Qwen Assistantmr:ratter_aura_buff [2026/06/07 01:46] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Ratter Aura Buff - Code References ======
  
 +===== Java Classes =====
 +  * **Buff Implementation**: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/quest/RatSkull.java#L32|RatSkull.RatterAura]] (nested class in RatSkull.java)
 +  * **Artifact Source**: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/quest/RatSkull.java|RatSkull.java]] - Artifact that grants this buff
 +  * **Buff Factory Registration**: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mechanics/buffs/BuffFactory.java#L166|BuffFactory.java#L166]] - Registered as RatSkull.RatterAura.class
 +  * **Buff Constant**: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mechanics/buffs/BuffFactory.java#L105|BuffFactory.RAT_SKULL_RATTER_AURA]] - Constant for the entity kind
 +  * **Mob Interaction**: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/Rat.java#L33|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 =====
 +<code xml>
 +<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>
 +</code>
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists.
 +
 +===== Sprite =====
 +  * **Wiki Image**: `{{ rpd:images:ratter_aura_buff.png|Ratter Aura }}`
 +  * **Raw Sprite**: `buff_RatterAura.png` (processed to ratter_aura_buff.png)
 +
 +===== Related Entities =====
 +  * [[mr:rat_skull_item|Rat Skull Item]] - Artifact that grants this buff
 +  * [[mr:rat_mob|Rat Mob]] - Affected by this aura
mr/ratter_aura_buff.txt · Last modified: by 127.0.0.1