User Tools

Site Tools


en:rpd:potion_of_toxic_gas_item

Differences

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

Link to this comparison view

en:rpd:potion_of_toxic_gas_item [2026/01/01 19:45] – namespace move Mikeen:rpd:potion_of_toxic_gas_item [2026/01/01 19:47] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Potion of Toxic Gas ======
  
 +{{ rpd:images:potion_of_toxic_gas_item.png|Potion of Toxic Gas }}
 +
 +**Potion of Toxic Gas** is an explosive potion that releases a cloud of toxic gas when shattered.
 +
 +==== Description ====
 +Uncorking or shattering this pressurized glass will cause its contents to explode into a deadly cloud of toxic green gas. You might choose to fling this potion at distant enemies instead of uncorking it by hand.
 +
 +==== Properties ====
 +  * **Type**: Potion
 +  * **Price**: 40 gold
 +  * **Weight**: 1
 +
 +==== Effect ====
 +  * Creates a cloud of toxic gas when shattered
 +  * Damages all creatures in the gas cloud
 +  * Gas remains on the map and continues to deal damage
 +
 +==== Usage ====
 +  * Throw at a location on the map to create a toxic gas cloud
 +  * Used to poison enemies
 +  * Can be used to create cover or for escape
 +
 +==== Creation ====
 +  * Can be obtained by brewing [[en:rpd:sorrowmoss_plant|Sorrowmoss]] in an alchemy pot
 +
 +==== Application ====
 +  * Used to create [[en:rpd:poison_arrow_item|Poison Arrows]] by moistening regular arrows
 +
 +==== Also See ====
 +  * [[en:rpd:potion_item|Potions]]
 +  * [[en:rpd:poison_buff|Poison]]
 +  * [[en:rpd:toxic_gas_buff|Toxic Gas]]
 +  * [[en:rpd:poison_arrow_item|Poison Arrow]]
 +  * [[en:rpd:sorrowmoss_plant|Sorrowmoss Plant]]
 +
 +==== Code References ====
 +  * Java Class: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/potions/PotionOfToxicGas.java|PotionOfToxicGas.java]]
 +  * Source Code: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/potions/PotionOfToxicGas.java]]
 +  * String Resources: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L2217-L2218|PotionOfToxicGas strings (line 2217-2218)]]
 +  * Russian Strings: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values-ru/strings_all.xml#L2218-L2219|PotionOfToxicGas strings (line 2218-2219)]]
 +
 +{{tag> rpd items potions toxic_gas }}