User Tools

Site Tools


mr:wand_item

Differences

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

Link to this comparison view

Next revision
Previous revision
mr:wand_item [2026/01/09 02:36] – Fix various wiki compliance issues and broken links mikemr:wand_item [2026/01/09 02:37] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Wand Item - Code References ======
  
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/wands/Wand.java|Wand.java]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/wands/WandFactory.java|WandFactory.java]]
 +
 +===== JSON Configuration =====
 +This entity may have JSON configuration, but no matching config was found. Check:
 +  * RemixedDungeon/src/main/assets/itemsDesc/
 +  * RemixedDungeon/src/main/assets/spritesDesc/
 +
 +===== String Resources =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L2161-L2190|Wand strings]]
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists
 +
 +===== Related mr Entities =====
 +  * [[mr:wand_of_magic_missile_item|Wand of Magic Missile (Item)]]
 +  * [[mr:wand_of_lightning_item|Wand of Lightning (Item)]]
 +  * [[mr:wand_of_firebolt_item|Wand of Firebolt (Item)]]
 +  * [[mr:wand_of_poison_item|Wand of Poison (Item)]]
 +  * [[mr:wand_of_frost_item|Wand of Frost (Item)]]
 +  * [[mr:wand_of_disintegration_item|Wand of Disintegration (Item)]]
 +  * [[mr:wand_of_slowness_item|Wand of Slowness (Item)]]
 +  * [[mr:wand_of_regrowth_item|Wand of Regrowth (Item)]]
 +  * [[mr:wand_of_teleportation_item|Wand of Teleportation (Item)]]
 +  * [[mr:wand_of_avalanche_item|Wand of Avalanche (Item)]]
 +  * [[mr:wand_of_flock_item|Wand of Flock (Item)]]
 +  * [[mr:wand_of_telekinesis_item|Wand of Telekinesis (Item)]]
 +  * [[mr:wand_of_amok_item|Wand of Amok (Item)]]
 +  * [[mr:wand_of_blink_item|Wand of Blink (Item)]]
 +  * [[mr:wand_of_corrosion_item|Wand of Corrosion (Item)]]
 +  * [[mr:wand_of_prismatic_light_item|Wand of Prismatic Light (Item)]]
 +  * [[mr:wand_of_cold_ray_item|Wand of Cold Ray (Item)]]
 +  * [[mr:wand_of_transfusion_item|Wand of Transfusion (Item)]]
 +  * [[mr:wand_of_bleeding_item|Wand of Bleeding (Item)]]