====== 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 [[en: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 [[en: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 ==== * [[en:rpd:corpse_dust_item|Corpse Dust]] - Item that applies this buff * [[en:rpd:buffs|Buffs]] - List of all status effects * [[en:rpd:quest_items|Quest Items]] - Other quest-related items {{tag> rpd buffs combat artifact}}