====== Bleeding ====== {{ rpd:images:bleeding_buff.png|Bleeding Status Effect }} **Bleeding** is a status effect in Remixed Pixel Dungeon that causes ongoing damage to the affected character over time. ==== Effects ==== * **Damage Over Time**: Affected characters take damage each turn * **Accumulation**: Multiple bleeding stacks can increase damage * **Duration**: The effect lasts until healed or until the timer expires * **Health Reduction**: Continuously reduces health over time ==== Causes ==== Bleeding can be inflicted by: * [[en:rpd:yogs_teeth_mob|Yog's Teeth]] attacks (1/3 chance to inflict bleeding) * [[en:rpd:acidic_scorpio_mob|Acidic]] attacks * [[en:rpd:potion_of_toxic_gas_item|Potion of Toxic Gas]] (in some cases) * Special abilities of certain mobs * Specific weapons or enchantments ==== Counters ==== * [[en:rpd:potion_of_healing_item|Potion of Healing]] and similar healing items * [[en:rpd:scroll_of_recharging|Scroll of Recharging]] (in some cases) * [[en:rpd:ring_of_mending|Ring of Mending]] provides slow healing over time * [[en:rpd:resistances|Bleeding Resistance]] reduces the damage * Some creatures may have natural resistance to bleeding ==== Source Code ==== * Java Class: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/buffs/Bleeding.java|Bleeding.java]] * String Resources (English): [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L556-L558|Bleeding strings (line 556-558)]] * String Resources (Russian): [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values-ru/strings_all.xml#L556-L558|Bleeding strings (line 556-558)]] ==== See Also ==== * [[en:rpd:status_effects|Status Effects]] * [[en:rpd:heal_spell|Heal Spell]] * [[en:rpd:buffs|Buffs and Debuffs]] * [[en:rpd:potion_of_healing_item|Potion of Healing]] {{tag> rpd status_effects buffs }}