====== Paralytic Gas ====== {{ rpd:images:paralysis_buff.png|Paralytic Gas Effect }} **Paralytic Gas** is a harmful blob effect in Remixed Dungeon that paralyzes characters exposed to it. ==== Description ==== Paralytic Gas is a dangerous gas cloud that temporarily paralyzes characters, preventing them from taking actions until the effect wears off or is cured. The gas applies the [[en:rpd:paralysis_buff|Paralysis]] buff to affected characters. ==== Mechanics ==== * **Effect Type**: Paralysis status condition * **Application**: Afflicts characters standing in gas clouds * **Duration**: Character remains paralyzed for multiple turns * **Action Prevention**: Paralyzed characters cannot take any actions ==== Sources ==== * **Traps**: Released by [[en:rpd:paralytic_trap|Paralytic Gas traps]] when triggered * **Potions**: Created when a [[en:rpd:potion_of_paralytic_gas_item|Potion of Paralytic Gas]] shatters * **Enemies**: Generated by certain enemies * **Food**: Produced by rotten food when consumed ==== Effects ==== * **Paralysis**: Applies [[en:rpd:paralysis_buff|Paralysis]] buff, preventing all actions during the effect duration * **Vulnerability**: Paralyzed characters are vulnerable to attacks * **Spread**: Gas clouds may spread to adjacent tiles * **Persistence**: Remains for multiple turns after creation * **Visual**: Displayed as yellowish gas particles ==== Resistance and Immunity ==== * **Certain classes** have reduced susceptibility to paralytic gas * **Specific equipment** can provide resistance or immunity * **Some characters** are naturally immune to gas effects * **[[en:rpd:potion_of_purity_item|Potion of Purity]]** grants temporary immunity to gas effects ==== Strategy ==== * **Avoidance**: Move quickly through gas clouds when possible * **Preparation**: Carry items that can clear gas or provide immunity * **Timing**: Be aware of when paralytic effects end * **Equipment**: Use gas-resistant gear when entering hazardous areas ==== Related ==== * [[en:rpd:toxic_gas|Toxic Gas]] * [[en:rpd:paralytic_gas_trap_level_object|Paralytic Gas Trap]] * [[en:rpd:paralysis_buff|Paralysis]] * [[en:rpd:potion_of_purity_item|Potion of Purity]] * [[en:rpd:potion_of_paralytic_gas_item|Potion of Paralytic Gas]] ==== Code References ==== * Java class: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/blobs/ParalyticGas.java|ParalyticGas.java]] * Related buff: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/buffs/Paralysis.java|Paralysis.java]] * Trap source: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/levels/traps/ParalyticTrap.java|ParalyticTrap.java]] {{tag> rpd mechanics gas paralytic hazards blobs }}