====== Ooze Buff ====== {{ rpd:images:ooze_buff.png|Ooze }} ==== Description ==== **Ooze** is a harmful status effect in Remixed Dungeon that causes continuous damage over time until the affected entity is cleansed or the effect expires. ==== Mechanics ==== * **Effect**: Periodic damage that continues over time * **Duration**: Varies based on the source * **Cure**: [[rpd:potion_of_purity_item|Potion of Purity]] removes the effect ==== How to Apply ==== The Ooze debuff can be applied through: * [[rpd:goo_mob|Goo]] - has a chance to apply Ooze on hit * Various other enemies and traps in the dungeon ==== Removal ==== * [[rpd:potion_of_purity_item|Potion of Purity]] removes the effect * [[rpd:potion_of_healing_item|Potion of Healing]] might remove the effect (as mentioned in some contexts) * Some other cleansing items or abilities ==== Code References ==== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/buffs/Ooze.java|Ooze.java]] - Implementation file ==== String Resources ==== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L2761|Char_StaOoze]]: "Oozed" * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L2762|Ooze_Death]]: "Dissolved by the ooze..." ==== See Also ==== * [[rpd:buffs|Buffs and Debuffs]] * [[rpd:goo_mob|Goo]] * [[rpd:potion_of_purity_item|Potion of Purity]] * [[rpd:debuffs|Debuffs]] {{tag> rpd buffs debuffs damage status_effects }}