User Tools

Site Tools


mr:wand_of_lightning_item

Differences

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

Link to this comparison view

Next revision
Previous revision
mr:wand_of_lightning_item [2025/12/25 18:23] – auto lint fix Mikhaelmr:wand_of_lightning_item [2025/12/29 03:10] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Wand Of Lightning Item - Code References ======
 +
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/wands/WandOfLightning.java|WandOfLightning.java]]
 +
 +===== JSON Configuration =====
 +This entity is implemented in Java, no JSON configuration exists
 +
 +===== String Resources =====
 +<code xml>
 +<string name="WandOfLightning_Name">Wand of Lightning</string>
 +<string name="WandOfLightning_Info">This wand conjures forth deadly arcs of electricity, which will deal damage to several creatures standing close to each other.</string>
 +<string name="WandOfLightning_Info1">You zapped yourself with your own Wand of Lightning...</string>
 +</code>
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists
 +
 +===== Related mr Entities =====
 +  * [[mr:simple_wand|SimpleWand]]
 +  * [[mr:wand_item|Wand (Item)]]