User Tools

Site Tools


mr:poison_buff

Differences

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

Link to this comparison view

Next revision
Previous revision
mr:poison_buff [2025/12/18 21:52] – Update wiki pages with improved content and fix obsolete information mikemr:poison_buff [2025/12/19 02:39] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Poison Buff - Code References ======
  
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/buffs/Poison.java|Poison.java]]
 +
 +===== JSON Configuration =====
 +This entity is implemented in Java, no JSON configuration exists
 +
 +===== String Resources =====
 +''<code xml>''
 +<string name="poison_name">Poisoned</string>
 +<string name="poison_desc">The body is slowly dying from a toxic effect.\n\nEach turn poison deals damage that scales with the current dungeon level. The effect weakens over time.</string>
 +''</code>''
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists