User Tools

Site Tools


mr:potion_of_toxic_gas_item

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
mr:potion_of_toxic_gas_item [2026/01/30 08:30] – Fix issues in random wiki pages: update image references, correct code references, and remove broken links mikemr:potion_of_toxic_gas_item [2026/01/30 08:35] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Potion Of Toxic Gas Item - Code References ======
 +
 +===== 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 =====
 +<code xml>
 +<string name="PotionOfToxicGas_Name">Potion of Toxic Gas</string>
 +<string name="PotionOfToxicGas_Info">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.</string>
 +</code>
 +
 +===== 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:toxic_gas_blob|Toxic Gas (Blob)]]
 +  * [[mr:poison_arrow_item|Poison Arrow (Item)]]