User Tools

Site Tools


rpd:wand_of_lightning_item

Differences

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

Link to this comparison view

rpd:wand_of_lightning_item [2025/12/26 13:05] – Wiki maintenance: Fix naming conventions, add missing pages, update links and references mikerpd:wand_of_lightning_item [2025/12/26 13:10] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Wand of Lightning ======
  
 +{{ rpd:images:wand_of_lightning_item.png|Wand of Lightning }}
 +
 +The **Wand of Lightning** is a magical wand in Remixed Dungeon that shoots arcs of electricity that can strike multiple targets.
 +
 +==== Item Overview ====
 +  * **Type:** [[rpd:wand_item|Wand]]
 +  * **Rarity:** Uncommon
 +  * **Special Effect:** Electrical arcs that can hit multiple targets
 +  * **Usage:** Ranged magical attacks (consumes charges)
 +  * **Price:** 50 [[rpd:gold|gold]] when identified
 +  * **Charges:** Starts with 3 charges, maximum of 8
 +
 +==== Special Mechanics ====
 +  * **Chain Lightning:** Damage arcs to multiple nearby targets
 +  * **Multi-Target:** Can damage several enemies in an area
 +  * **Charge-Based:** Uses charges for each zap (typically 1 charge per use)
 +  * **Rechargeable:** Gradually regains charges over time
 +  * **Accuracy:** High accuracy with electrical discharge
 +  * **Damage:** Moderate damage that can chain between targets
 +
 +==== Strategy ====
 +  * Excellent against groups of enemies due to chain effect
 +  * Good for clearing rooms filled with weak enemies
 +  * Effective against enemies positioned in clusters
 +  * Conserve charges for critical group situations
 +  * Chain effect works best when enemies are close together
 +  * Can be used defensively to damage approaching enemies
 +  * Consider overcharging for enhanced effects (if applicable)
 +
 +==== Obtaining ====
 +  * Found throughout dungeon [[rpd:levels|levels]]
 +  * Available in wand shops and some general shops (50 [[rpd:gold|gold]] when identified)
 +  * Dropped by various [[rpd:mobs|enemies]] (especially electrical themed enemies)
 +  * Found in special containers and rooms
 +  * Relatively common wand type
 +
 +==== Effect ====
 +When used, the Wand of Lightning shoots arcs of electrical energy that can jump between multiple nearby targets. The electricity will chain from one target to another as long as they are close enough, making it particularly effective against groups of enemies.
 +
 +According to the game's string resources: "This wand conjures forth deadly arcs of electricity, which will deal damage to several creatures standing close to each other."
 +
 +==== Code References ====
 +  * **Java Implementation:** [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/wands/WandOfLightning.java|WandOfLightning.java]]
 +  * **Wand Base Class:** [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/wands/Wand.java|Wand.java]]
 +  * **Lightning Effect:** [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/wands/WandOfLightning.java#L45-L65|WandOfLightning.java#L45-L65]] (chain lightning implementation)
 +  * **Price Configuration:** [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/wands/WandOfLightning.java#L35-L37|WandOfLightning.java#L35-L37]] (price is 50 gold when identified)
 +  * **String resources:** [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1956-L1960|WandOfLightning_Name, WandOfLightning_Info, WandOfLightning_Gender]]
 +  * **Russian String Resources:** [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values-ru/strings_all.xml#L1956-L1960|WandOfLightning strings]] (Russian localization)
 +  * **Configuration:** [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/itemsDesc/Wands.json|Wands.json]] (item configuration)
 +
 +==== Related Items ====
 +  * [[rpd:wand_item|Wands]] - General information about wands
 +  * [[rpd:wands|Wand System]] - General mechanics about the wand system
 +  * [[rpd:charges|Charges]] - Information about magical charges
 +  * [[rpd:weapon_enchantments|Weapon Enchantments]] - Similar electrical enchantments
 +  * [[rpd:hero|Hero]] - Main playable character
 +
 +{{tag> rpd items wands lightning magic }}
rpd/wand_of_lightning_item.txt · Last modified: by 127.0.0.1