====== Potion Of Toxic Gas Item - Code References ====== {{ mr:potion_of_toxic_gas_item.png|Potion of Toxic Gas }} ===== Java Classes ===== * [[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/java/com/watabou/pixeldungeon/actors/blobs/ToxicGas.java|ToxicGas.java]] ===== JSON Configuration ===== This entity is implemented in Java, no JSON configuration exists ===== String Resources ===== Potion of Toxic Gas Uncorking or shattering this pressurized glass will cause its contents to explode into a deadly cloud of toxic green gas. The gas will quickly dissipate in open air, but lingers in enclosed spaces. ===== Lua Scripts ===== This entity is implemented in Java, no Lua script exists ===== Related mr Entities ===== * [[mr:potion_of_paralytic_gas_item|Potion of Paralytic Gas (Item)]] * [[mr:poison_arrow_item|Poison Arrow (Item)]] * Toxic Gas (Blob) - mr: page not yet created