User Tools

Site Tools


rpd:bleeding_buff

Differences

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

Link to this comparison view

rpd:bleeding_buff [2025/12/23 03:00] – Update wiki pages with accurate code references and proper naming mikerpd:bleeding_buff [2025/12/23 03:06] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Bleeding ======
  
 +{{ rpd:images:bleeding_buff.png|Bleeding }}
 +
 +**Bleeding** is a harmful status effect in Remixed Dungeon that causes continuous damage over time. Characters affected by bleeding will take damage each turn until the effect wears off or is cured.
 +
 +==== Effect ====
 +  * **Damage**: 1 point of damage per turn, plus 10% of max HP (rounded down)
 +  * **Duration**: Varies depending on the source of the bleeding
 +  * **Turn-based**: Damage occurs at the start of the affected character's turn
 +
 +==== Sources ====
 +  * [[rpd:albino_rat_mob|Albino Rat]] - Common source of bleeding, especially in early game
 +  * [[rpd:chill_buff|Chill]] - When frozen units move, they take bleed damage
 +  * [[rpd:acidic_mob|Acidic Scorpio]] - Can inflict bleeding with ranged attacks
 +  * Various weapons with bleeding enchantments
 +  * Certain traps and environmental effects
 +
 +==== Immunities ====
 +  * [[rpd:dm300_mob|DM-300]] and other mechanical enemies are immune to bleeding
 +  * Some other mechanical and construct-type enemies may be immune
 +
 +==== Curing ====
 +  * [[rpd:potion_of_healing_item|Potion of Healing]] - Cures all status effects including bleeding
 +  * [[rpd:wand_of_regrowth|Wand of Regrowth]] - May cure bleeding effects
 +  * [[rpd:ring_of_mending|Ring of Mending]] - May occasionally heal bleeding damage
 +  * Certain class abilities and items that provide healing
 +
 +==== Strategy ====
 +  * Bleeding damage can be very dangerous, especially if it stacks from multiple sources
 +  * Prioritize curing bleeding with healing potions or other means
 +  * Be cautious when facing albino rats and other bleeding-inducing enemies
 +  * In longer battles, bleeding can be more dangerous than direct attacks
 +
 +==== Notes ====
 +  * The damage calculation (1 + 10% max HP) means bleeding is more dangerous for enemies with high HP
 +  * Bleeding damage is dealt before other actions on the character's turn
 +  * Some characters have abilities that make them particularly vulnerable or resistant to bleeding
 +
 +==== Code References ====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/buffs/Bleeding.java|Bleeding.java]] - Implementation of the bleeding effect
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1657-L1659|Bleeding strings]] - Name and description for the effect
 +
 +==== Related ====
 +  * [[rpd:debuffs|Debuffs]] - Other harmful status effects
 +  * [[rpd:albino_rat_mob|Albino Rat]] - Primary source of bleeding in early game
 +  * [[rpd:acidic_mob|Acidic Scorpio]] - Powerful source of bleeding
 +  * [[rpd:healing|Healing]] - Methods to cure bleeding
 +  * [[rpd:potion_of_healing_item|Potion of Healing]] - Primary cure for bleeding
 +
 +{{tag> rpd buffs debuffs damage over time bleeding status effect}}
rpd/bleeding_buff.txt · Last modified: by 127.0.0.1