User Tools

Site Tools


rpd:potion_of_toxic_gas

Differences

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

Link to this comparison view

rpd:potion_of_toxic_gas [2025/12/19 07:14] – Wiki maintenance: Update and create pages with accurate code references mikerpd:potion_of_toxic_gas [2025/12/19 07:15] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Potion of Toxic Gas ======
 +
 +{{ rpd:images:potionoftoxicgas_sprite.png|Potion of Toxic Gas }}
 +
 +The **Potion of Toxic Gas** is a throwable potion that creates a cloud of poisonous gas in Remixed Dungeon.
 +
 +==== Stats ====
 +  * **Rarity**: Uncommon
 +  * **Weight**: 4
 +  * **Type**: Throwable Potion
 +  * **Price**: 40 gold
 +
 +==== Description ====
 +When shattered, this potion releases a deadly cloud of toxic gas that damages any creature that breathes it. The gas cloud persists for a short time. You might choose to fling this potion at distant enemies instead of uncorking it by hand.
 +
 +==== Mechanics ====
 +  * Creates a toxic gas cloud that deals damage over time
 +  * Gas cloud volume is (1000 * qualityFactor()) - qualityFactor() is 1.0 for most potions
 +  * Damage formula: (target's max HP + 5 + dungeon depth * 5) / 40, with a chance for +1 damage
 +  * Affects all creatures in the area, including the player
 +  * Can be thrown to affect distant enemies safely
 +  * Interacts with Paralytic Gas - if both gases occupy the same space, the weaker one is removed
 +  * Gas spreads through the level and persists for multiple turns
 +  * Also affects item heaps, poisoning items within the gas
 +
 +==== Usage ====
 +  * Throws the potion at enemies or into groups
 +  * Creates a cloud of toxic gas that damages all in the area
 +  * Effective against groups of enemies
 +  * Can be used defensively to create a barrier
 +
 +==== Acquisition ====
 +  * Found throughout the dungeon
 +  * Part of the [[rpd:doctor|Doctor]] class starting equipment
 +  * Available in shops
 +  * Can be created from [[rpd:sorrowmoss_seed|Sorrowmoss]] via alchemy
 +
 +==== Special Notes ====
 +  * Area effect damage
 +  * Dangerous to use near the player
 +  * Part of the Doctor class starting equipment
 +
 +==== Class Implementation ====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/potions/PotionOfToxicGas.java|PotionOfToxicGas.java]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L2217-L2218|String Resources]]
 +
 +==== Related ====
 +  * [[rpd:potion|Potions]] - Other consumable items
 +  * [[rpd:potion_of_paralytic_gas|Potion of Paralytic Gas]] - Similar gas-based item
 +  * [[rpd:toxic_gas|Toxic Gas]] - The effect created by this item
 +  * [[rpd:doctor|Doctor]] - Class that starts with this item
 +  * [[rpd:plague_doctor|Plague Doctor]] - Class that specializes in toxic effects
 +  * [[rpd:sorrowmoss_seed|Sorrowmoss]] - Plant that creates this potion via alchemy
 +
 +{{tag> rpd items potion toxic_gas throwable area_effect}}
  
rpd/potion_of_toxic_gas.txt · Last modified: by 127.0.0.1