User Tools

Site Tools


mr:wand_of_poison_item

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
mr:wand_of_poison_item [2026/02/13 20:20] – Fix wiki pages based on standards compliance mikemr:wand_of_poison_item [2026/02/13 20:20] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Wand Of Poison Item - Code References ======
 +
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/wands/WandOfPoison.java|WandOfPoison.java]] - Main item implementation
 +
 +===== JSON Configuration =====
 +This entity may have JSON configuration, but no matching config was found. Check:
 +  * RemixedDungeon/src/main/assets/itemsDesc/*.json
 +  * RemixedDungeon/src/main/assets/spritesDesc/wand_of_poison.json
 +
 +===== String Resources =====
 +<code xml>
 +<string name="WandOfPoison_Name">Wand of Poison</string>
 +<string name="WandOfPoison_Info">The vile blast from this twisted bit of wood will coats its target with a deadly venom. The poisoned creature will suffer periodic damage until the effect ends. The duration of the effect increases with the level of the staff.</string>
 +<string name="WandOfPoison_Info1">nothing happened</string>
 +</code>
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists
  
mr/wand_of_poison_item.txt · Last modified: by 127.0.0.1