User Tools

Site Tools


mr:fury_buff

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
mr:fury_buff [2025/12/20 14:39] – Update deathling and goo pages with accurate info, create new mr namespace pages and paralysis buff page mikemr:fury_buff [2025/12/20 14:41] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Fury Buff - Code References ======
  
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/buffs/Fury.java|Fury.java]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/buffs/Buff.java|Buff.java]] - Base buff class
 +
 +===== JSON Configuration =====
 +  * This entity is implemented in Java, no JSON configuration exists
 +
 +===== String Resources =====
 +''<code xml>''
 +<string name="FuryBuff_Name">Fury</string>
 +<string name="FuryBuff_Info">The eyes went bloody red from all that fury inside.</string>
 +<string name="Hero_StaFury">You become furious!</string>
 +''</code>''
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists
 +
 +===== Related mr Entities =====
 +  * [[mr:berserker_rage_skill|Berserker Rage (Skill)]] - Related rage mechanic
 +  * [[mr:berserker_subclass|Berserker (Subclass)]] - Hero subclass that uses fury mechanic
 +  * [[mr:hunter_subclass|Hunter (Subclass)]] - Related subclass