mr:wand_of_shadowbolt_item
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| mr:wand_of_shadowbolt_item [2026/03/26 06:30] – Fix wiki standards compliance issues in 5 random pages Qwen Assistant | mr:wand_of_shadowbolt_item [2026/03/26 06:31] (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:// | ||
| + | * [[https:// | ||
| + | |||
| + | ===== Configuration Files ===== | ||
| + | * **JSON**: This entity is implemented in Java, no JSON configuration exists | ||
| + | |||
| + | ===== String Resources ===== | ||
| + | * **Name**: @string/ | ||
| + | * **Description**: | ||
| + | * **English**: | ||
| + | * **Russian**: | ||
| + | |||
| + | ===== Lua Scripts ===== | ||
| + | * This entity is implemented in Java, no Lua script exists | ||
| + | |||
| + | ===== Implementation Details ===== | ||
| + | * **Parent Class**: Wand | ||
| + | * **Image File**: items/ | ||
| + | * **Image Index**: 13 | ||
| + | * **Known on Identify**: Yes (isKnown() returns true) | ||
| + | * **Sound Effect**: Assets.SND_ZAP | ||
| + | * **Particle Effect**: PurpleParticle.FACTORY (0x551A8B color) | ||
| + | * **Particle Interval**: 0.1f | ||
| + | |||
| + | ===== Game Mechanics ===== | ||
| + | * **Damage Formula**: Random.Int(4 + level*2, 3 + level*3) | ||
| + | * **Visual Effect**: ch.getSprite().burst(0x551A8B, | ||
| + | * **Projectile Type**: MagicMissile.shadow() | ||
| + | * **Target**: Single enemy (Char) | ||
| + | * **Damage Type**: Magic damage from wand | ||
| + | |||
| + | ===== Code References ===== | ||
| + | * **Constructor**: | ||
| + | * **onZap()**: | ||
| + | * **fx()**: Creates shadow missile projectile and plays zap sound | ||
| + | * **isKnown()**: | ||
| + | * **emitter()**: | ||
| + | * **emitterInterval()**: | ||
| + | * **desc()**: Returns string from R.string.WandOfShadowbolt_Info | ||
mr/wand_of_shadowbolt_item.txt · Last modified: by 127.0.0.1
