en:rpd:rage_buff
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| en:rpd:rage_buff [2026/01/02 16:39] – Update rage_buff.txt with detailed code references and multilingual string resources mike | en:rpd:rage_buff [2026/01/02 16:42] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Rage Buff ====== | ||
| + | {{ rpd: | ||
| + | |||
| + | ==== Description ==== | ||
| + | The Rage buff is a status effect that doubles attack damage but causes periodic self-damage. It is applied by the [[en: | ||
| + | |||
| + | ==== Mechanics ==== | ||
| + | * **Damage Bonus:** Attack damage is doubled (2x normal damage) via the `attackProc` method | ||
| + | * **Self-Damage: | ||
| + | * **Visual Effect:** Bloodlust icon indicator (BuffIndicator.BLOODLUST) | ||
| + | * **Duration: | ||
| + | |||
| + | ==== Effect ==== | ||
| + | When under the influence of Rage: | ||
| + | * **Offensive: | ||
| + | * **Risk:** Periodic damage to the player character creates dangerous situations | ||
| + | * **Strategy: | ||
| + | |||
| + | ==== Stats ==== | ||
| + | * **Damage Multiplier: | ||
| + | * **Self-Damage Chance:** 10% per turn when HP > 20% of maximum | ||
| + | * **Self-Damage Range:** 1-5 damage points per instance | ||
| + | * **Icon:** Bloodlust symbol (BuffIndicator.BLOODLUST) | ||
| + | |||
| + | ==== Obtaining ==== | ||
| + | * Applied automatically when [[en: | ||
| + | * Cannot be removed separately from the corpse dust item | ||
| + | |||
| + | ==== Code References ==== | ||
| + | * Java Class: [[https:// | ||
| + | * Implementation: | ||
| + | * Implementation: | ||
| + | |||
| + | ==== String Resources ==== | ||
| + | * English: [[https:// | ||
| + | * Russian: [[https:// | ||
| + | * French: [[https:// | ||
| + | * German: [[https:// | ||
| + | * Spanish: [[https:// | ||
| + | * Chinese: [[https:// | ||
| + | * Japanese: [[https:// | ||
| + | * Korean: [[https:// | ||
| + | * Portuguese: [[https:// | ||
| + | * Italian: [[https:// | ||
| + | * Polish: [[https:// | ||
| + | * Turkish: [[https:// | ||
| + | * Hungarian: [[https:// | ||
| + | * Indonesian: [[https:// | ||
| + | * Malay: [[https:// | ||
| + | * Greek: [[https:// | ||
| + | * Ukrainian: [[https:// | ||
| + | |||
| + | ==== See Also ==== | ||
| + | * [[en: | ||
| + | * [[en: | ||
| + | * [[en: | ||
| + | * [[en: | ||
| + | |||
| + | {{tag> rpd buffs combat artifact bloodlust rage}} | ||
en/rpd/rage_buff.txt · Last modified: (external edit)
