mr:wand_of_shadowbolt_item
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| mr:wand_of_shadowbolt_item [2025/12/31 14:15] – Update wand_of_shadowbolt_item.txt with accurate implementation details from code mike | mr:wand_of_shadowbolt_item [2025/12/31 14:20] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Wand Of Shadowbolt Item - Code References ====== | ||
| + | |||
| + | ===== Entity Information ===== | ||
| + | * **Entity Kind**: WandOfShadowbolt | ||
| + | * **Class**: com.nyrds.pixeldungeon.items.common.WandOfShadowbolt | ||
| + | * **Entity Type**: item | ||
| + | |||
| + | ===== Java Classes ===== | ||
| + | * [[https:// | ||
| + | |||
| + | ===== Configuration Files ===== | ||
| + | * **JSON**: This entity is implemented in Java, no JSON configuration exists | ||
| + | |||
| + | ===== String Resources ===== | ||
| + | * **Name**: @string/ | ||
| + | * **Description**: | ||
| + | |||
| + | ===== Lua Scripts ===== | ||
| + | * This entity is implemented in Java, no Lua script exists | ||
| + | |||
| + | ===== Implementation Details ===== | ||
| + | * **Damage**: Random(4 + level*2, 3 + level*3) | ||
| + | * **Effect**: Bursts target with purple particles (0x551A8B) at intensity of level/2 + 3 | ||
| + | * **Sprite**: Uses image index 13 from items/ | ||
| + | * **Particle**: | ||
| + | * **Always Known**: Yes (isKnown() always returns true) | ||
| + | * **Sound**: Uses zap sound effect (Assets.SND_ZAP) | ||
| + | |||
| + | ===== Game Mechanics ===== | ||
| + | * When zapped at a target, deals damage in the range of (4 + level*2) to (3 + level*3) | ||
| + | * Creates a burst of purple particles on the target | ||
| + | * The intensity of the particle burst increases with wand level | ||
| + | * Automatically identified (always known to the player) | ||
