User Tools

Site Tools


en:rpd:ooze_buff

Differences

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

Link to this comparison view

en:rpd:ooze_buff [2026/01/01 19:45] – namespace move Mikeen:rpd:ooze_buff [2026/01/01 19:47] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== 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**: [[en:rpd:potion_of_purity_item|Potion of Purity]] removes the effect
 +
 +==== How to Apply ====
 +The Ooze debuff can be applied through:
 +  * [[en:rpd:goo_mob|Goo]] - has a chance to apply Ooze on hit
 +  * Various other enemies and traps in the dungeon
 +
 +==== Removal ====
 +  * [[en:rpd:potion_of_purity_item|Potion of Purity]] removes the effect
 +  * [[en: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 ====
 +  * [[en:rpd:buffs|Buffs and Debuffs]]
 +  * [[en:rpd:goo_mob|Goo]]
 +  * [[en:rpd:potion_of_purity_item|Potion of Purity]]
 +  * [[en:rpd:debuffs|Debuffs]]
 +
 +{{tag> rpd buffs debuffs damage status_effects }}