User Tools

Site Tools


rpd:toxic_gas_level_object

Differences

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

Link to this comparison view

Next revision
Previous revision
rpd:toxic_gas_level_object [2025/12/30 04:16] – Wiki maintenance: Updated pages to follow naming conventions and fixed formatting issues mikerpd:toxic_gas_level_object [2025/12/30 04:19] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Toxic Gas Level Object ======
  
 +{{ rpd:images:toxic_gas_blob.png|Toxic Gas }}
 +
 +**Toxic Gas** is a harmful gas effect in Remixed Dungeon that causes ongoing damage to creatures that remain in it. It is created by the Potion of Toxic Gas when it shatters, or by various traps and creatures.
 +
 +==== Description ====
 +Toxic Gas is a gas effect in Remixed Dungeon that causes ongoing damage to creatures that remain in it. It is created by the Potion of Toxic Gas when it shatters, or by various traps and creatures.
 +
 +==== Effect ====
 +When creatures are in toxic gas:
 +  * **Damage Over Time:** Creatures take damage each turn they remain in the gas
 +  * **Continued Effect:** The damage continues as long as the creature remains in the gas
 +  * **Area of Effect:** Affects all creatures that remain in the toxic gas area
 +
 +==== Mechanics ====
 +  * **Creation:** Generated by [[rpd:potion_of_toxic_gas_item|Potion of Toxic Gas]] when shattered
 +  * **Traps:** Created by [[rpd:toxic_trap_level_object|Toxic Trap]] when triggered
 +  * **Persistence:** The gas remains for several turns before dissipating
 +  * **Movement:** The gas can spread to adjacent cells over time
 +
 +==== Interaction ====
 +  * **Damage:** Causes damage each turn a creature remains in the gas
 +  * **Immunities:** Some creatures are naturally immune to toxic gas
 +  * **Clearing:** Wind effects or certain items can clear toxic gas
 +  * **Breath:** Some characters can hold their breath to reduce gas effects
 +
 +==== Strategy ====
 +  * Use to damage enemies over time in combat
 +  * Can be harmful to the player if not careful
 +  * Effective in narrow corridors where enemies are trapped
 +  * Consider wind direction when using in open areas
 +  * Some equipment provides protection against gas effects
 +
 +==== Code References ====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/blobs/ToxicGas.java|ToxicGas.java]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/blobs/Blob.java|Blob.java]] (base class)
 +
 +==== Related Pages ====
 +  * [[rpd:potion_of_toxic_gas_item|Potion of Toxic Gas]] - The item that creates toxic gas
 +  * [[rpd:toxic_trap_level_object|Toxic Trap]] - Trap that creates toxic gas
 +  * [[rpd:poison_buff|Poison]] - Similar effect but on individual creatures
 +  * [[rpd:level_objects|Level Objects]] - Other environmental effects in the game
 +
 +{{tag> rpd level_objects blobs }}