User Tools

Site Tools


rpd:rage_buff

Differences

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

Link to this comparison view

rpd:rage_buff [2025/12/26 16:57] – Fix wiki pages with incorrect information and naming issues mikerpd:rage_buff [2025/12/26 17:01] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Rage Buff ======
  
 +{{ rpd:images:rage_buff.png|Rage Buff }}
 +
 +==== Description ====
 +The Rage buff is a status effect that doubles attack damage but causes periodic self-damage. It is applied by the [[rpd:corpse_dust_item|Corpse Dust]] artifact.
 +
 +==== Mechanics ====
 +  * **Damage Bonus:** Attack damage is doubled (2x normal damage)
 +  * **Self-Damage:** Random damage (1-5 points) dealt to the player every turn with 10% probability when HP is above 1/5 of maximum
 +  * **Visual Effect:** Bloodlust icon indicator
 +  * **Duration:** Lasts as long as the Corpse Dust artifact remains equipped
 +
 +==== Effect ====
 +When under the influence of Rage:
 +  * **Offensive:** Attack power is significantly increased, making combat more effective
 +  * **Risk:** Periodic damage to the player character creates dangerous situations
 +  * **Strategy:** High-risk, high-reward combat approach
 +
 +==== Stats ====
 +  * **Damage Multiplier:** 200% of normal attack damage
 +  * **Self-Damage Chance:** 10% per turn when HP > 20% of maximum
 +  * **Self-Damage Range:** 1-5 damage points per instance
 +  * **Icon:** Bloodlust symbol
 +
 +==== Obtaining ====
 +  * Applied automatically when [[rpd:corpse_dust_item|Corpse Dust]] artifact is equipped
 +  * Cannot be removed separately from the corpse dust item
 +
 +==== Code References ====
 +  * Java: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mechanics/buffs/RageBuff.java|RageBuff.java]]
 +
 +==== String Resources ====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1376|CorpseDustBuff_Name]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1377|CorpseDustBuff_Info]]
 +
 +==== See Also ====
 +  * [[rpd:corpse_dust_item|Corpse Dust]] - Item that applies this buff
 +  * [[rpd:buffs|Buffs]] - List of all status effects
 +  * [[rpd:quest_items|Quest Items]] - Other quest-related items
 +
 +{{tag> rpd buffs combat artifact}}
rpd/rage_buff.txt · Last modified: by 127.0.0.1