User Tools

Site Tools


mr:wand

Differences

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

Link to this comparison view

mr:wand [2026/08/31 21:18] – Wiki maintenance: Fix broken links, add missing images, create missing mr: pages Wiki Maintenancemr:wand [2026/08/31 21:23] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Wand - 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]] - Base wand class
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/wands/SimpleWand.java|SimpleWand.java]] - Simple wand implementation
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/wands/WandOfMagicMissile.java|WandOfMagicMissile.java]] - Magic missile wand
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/common/ItemFactory.java|ItemFactory.java]] - Item factory with wand creation
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/npcs/WandMaker.java|WandMaker.java]] - NPC that upgrades wands
 +
 +===== JSON Configuration =====
 +This entity uses Java implementation, no JSON configuration exists
 +
 +===== String Resources =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml|Wand strings (English)]] - English wand names and descriptions
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values-ru/strings_all.xml|Wand strings (Russian)]] - Russian wand names and descriptions
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values-es/strings_all.xml|Wand strings (Spanish)]] - Spanish wand names and descriptions
 +
 +===== 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_firebolt_item|Wand of Firebolt (Item)]]
 +  * [[mr:wand_of_frost_item|Wand of Frost (Item)]]
 +  * [[mr:wand_of_teleportation_item|Wand of Teleportation (Item)]]
 +  * [[mr:wand_of_blink_item|Wand of Blink (Item)]]
 +  * [[mr:wand_of_disintegration_item|Wand of Disintegration (Item)]]
 +  * [[mr:wand_of_poison_item|Wand of Poison (Item)]]
 +  * [[mr:wand_of_slowness_item|Wand of Slowness (Item)]]
 +  * [[mr:wand_of_telekinesis_item|Wand of Telekinesis (Item)]]
 +  * [[mr:wand_of_icebolt_item|Wand of Icebolt (Item)]]
 +  * [[mr:wand_of_lightning_item|Wand of Lightning (Item)]]
 +  * [[mr:wand_of_avalanche_item|Wand of Avalanche (Item)]]
 +  * [[mr:wand_of_shadowbolt_item|Wand of Shadowbolt (Item)]]
 +  * [[mr:wand_of_amok_item|Wand of Amok (Item)]]
 +  * [[mr:wand_of_regrowth_item|Wand of Regrowth (Item)]]
 +  * [[mr:wand_of_flock_item|Wand of Flock (Item)]]
 +  * [[mr:mana|Mana]]
 +  * [[mr:magic_mechanic|Magic Mechanic]]
 +  * [[mr:spell_system|Spell System]]
mr/wand.txt · Last modified: by 127.0.0.1