====== Confusion Gas ====== {{ rpd:images:vertigo_buff.png|Confusion Gas }} **Confusion Gas** is a gas cloud (blob) that can be created by [[en:rpd:rotten_food_item|rotten food]] when consumed or thrown. ==== Effects ==== * Applies the [[en:rpd:vertigo_buff|Vertigo]] effect to all creatures in the area of effect * Potency: 150 + 10 * dungeon depth * The Vertigo duration depends on the current dungeon depth and target's resistance ==== Obtaining ==== * 25% chance when consuming or throwing [[en:rpd:rotten_food_item|rotten food]] * Also generated by Dreamweed plants (300 + 20 * dungeon depth potency) ==== Mechanics ==== * The gas is created when rotten food spoils (see RottenFood.java) * On each gas evolution tick, applies Vertigo to all characters in the area * Vertigo duration depends on dungeon depth and target's resistance factor * Uses Speck.CONFUSION for visual particles (purple particles) ==== Strategy ==== * Avoid consuming rotten food to prevent generating the gas * When throwing rotten food, consider the chance of generating gas * Use the gas deliberately to affect enemies * Heroes with Ring of Elements (Vertigo resistance) receive reduced duration ==== Related Pages ==== * [[en:rpd:rotten_food_item|Rotten Food]] - Source of the gas * [[en:rpd:vertigo_buff|Vertigo]] - Effect applied by the gas * [[en:rpd:paralytic_gas_buff|Paralytic Gas]] - Another gas type from rotten food * [[en:rpd:toxic_gas_buff|Toxic Gas]] - Another gas type from rotten food * [[en:rpd:potion_of_purity_item|Potion of Purity]] - Can purify rotten food ==== Code References ==== * **Implementation:** [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/blobs/ConfusionGas.java|ConfusionGas.java]] * **Applied Buff:** [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/buffs/Vertigo.java|Vertigo.java]] * **Source:** [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/food/RottenFood.java|RottenFood.java]] ==== String Resources ==== * **English:** ConfusionGas_Info — "A cloud of confusion gas is swirling here." * **Russian:** ConfusionGas_Info — "Здесь витает облако дурманящего газа." * **Spanish:** ConfusionGas_Info — "Una nube de gas de confusión flota en el aire." * **Portuguese:** ConfusionGas_Info — "Uma nuvem de gás de confusão flutua no ar." {{tag> rpd gas blob effects}}