User Tools

Site Tools


mr:potion_of_paralytic_gas_item

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
mr:potion_of_paralytic_gas_item [2026/01/01 10:00] – Update wiki pages based on codebase verification\n\n- Fixed incorrect naming for Icecap plant (was incorrectly named as level object)\n- Created accurate Icecap plant page with proper mechanics\n- Updated related pages to reflect correct game mechanics\n- mikemr:potion_of_paralytic_gas_item [2026/01/01 10:05] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Potion Of Paralytic Gas Item - Code References ======
 +
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/potions/PotionOfParalyticGas.java|PotionOfParalyticGas.java]]
 +
 +===== JSON Configuration =====
 +This entity is implemented in Java, no JSON configuration exists
 +
 +===== String Resources =====
 +<code xml>
 +<string name="PotionOfParalyticGas_Name">Potion of Paralytic Gas</string>
 +<string name="PotionOfParalyticGas_Info">Upon exposure to open air, the liquid in this flask will vaporize into a numbing yellow haze. Anyone who inhales the cloud will be paralyzed instantly, unable to move for some time after the cloud dissipates. This item can be thrown at distant enemies to catch them within the effect of the gas.</string>
 +</code>
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists
 +
 +===== Related mr Entities =====
 +  * [[mr:paralytic_gas|Paralytic Gas (Blob)]]
 +  * [[mr:potion|Potion (Base Class)]]
 +  * [[mr:paralysis_arrow_item|Paralysis Arrow (Item)]]
  
mr/potion_of_paralytic_gas_item.txt · Last modified: (external edit)