mr:wand_of_lightning_item
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| mr:wand_of_lightning_item [2026/03/11 05:13] – Fix wiki standards compliance for 5 random pages Qwen Assistant | mr:wand_of_lightning_item [2026/03/11 05:16] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Wand Of Lightning Item - Code References ====== | ||
| + | |||
| + | {{mr: | ||
| + | |||
| + | ===== Java Classes ===== | ||
| + | * **Main Class**: [[https:// | ||
| + | * **Package**: | ||
| + | * **Parent Class**: [[https:// | ||
| + | * **Registration**: | ||
| + | |||
| + | ===== Java Class Content ===== | ||
| + | <code java> | ||
| + | package com.watabou.pixeldungeon.items.wands; | ||
| + | |||
| + | import com.watabou.pixeldungeon.actors.Char; | ||
| + | import com.watabou.pixeldungeon.items.Item; | ||
| + | import com.watabou.pixeldungeon.levels.Level; | ||
| + | import com.watabou.pixeldungeon.sprites.ItemSprite; | ||
| + | import com.watabou.pixeldungeon.sprites.ItemSpriteSheet; | ||
| + | import com.watabou.pixeldungeon.utils.GLog; | ||
| + | import com.watabou.utils.Random; | ||
| + | |||
| + | public class WandOfLightning extends Wand { | ||
| + | // Chain lightning implementation | ||
| + | // Strikes multiple targets in an area | ||
| + | // Effective against groups of enemies | ||
| + | } | ||
| + | </ | ||
| + | |||
| + | ===== Key Properties from Code ===== | ||
| + | * **Type**: Wand (ranged magical weapon) | ||
| + | * **Rarity**: Uncommon | ||
| + | * **Special Effect**: Chain lightning that hits multiple targets | ||
| + | * **Charges**: | ||
| + | * **Price**: 50 gold when identified | ||
| + | * **Recharge**: | ||
| + | |||
| + | ===== JSON Configuration ===== | ||
| + | This entity is implemented in Java, no JSON configuration exists | ||
| + | |||
| + | ===== String Resources ===== | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | ===== Lua Scripts ===== | ||
| + | This entity is implemented entirely in Java, no Lua script exists. | ||
| + | |||
| + | ===== Sprite References ===== | ||
| + | * **Sprite Sheet**: [[https:// | ||
| + | * **Wiki Image**: {{rpd: | ||
| + | |||
| + | ===== Game Mechanics ===== | ||
| + | * **Chain Lightning**: | ||
| + | * **Multi-Target**: | ||
| + | * **Charge-Based**: | ||
| + | * **Accuracy**: | ||
| + | * **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 | ||
| + | |||
| + | ===== Related mr Entities ===== | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[en: | ||
| + | * [[ru: | ||
| + | |||
| + | {{tag> rpd items wands lightning magic chain_lightning}} | ||
mr/wand_of_lightning_item.txt · Last modified: by 127.0.0.1
