====== 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 ===== '''' Poisoned 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. '''' ===== Lua Scripts ===== This entity is implemented in Java, no Lua script exists