mr:wand_of_icebolt_item
mr:wand_of_icebolt_item
Entity Information
- Class Name: WandOfIcebolt.java
- Entity Kind: WandOfIcebolt
- Type: Item
- Category: Wand
Statistics
- Image File: items/wands.png (index 12)
- Identified: Always known (isKnown() returns true)
Special Abilities
- Ice Damage: On zapping, deals damage to target: Random.Int(3 + level, 4 + level * 2)
- Freezing Effect: Applies Frost buff to target for: Frost.duration(ch) / 2 + level
- Slowing Effect: Applies Slow buff to target for: Slow.duration(ch) / 2 + level
- Self-Damage Risk: If wielder is killed by this wand's effect, it triggers failure condition
Visual Effects
- Burst Effect: Creates 0xFF99FFFF colored burst with size level / 2 + 3
- Particle Emitter: SnowParticle.FACTORY with 0.1f interval
- Magic Missile: Uses MagicMissile.ice effect when zapping
- Sound Effect: Plays Assets.SND_ZAP sound
Code References
- Wand.java (base class)
String Resources
Configuration Files
- No specific configuration file (uses Java implementation)
Lua Scripts
- No specific Lua script for this wand (uses Java implementation)
mr/wand_of_icebolt_item.txt · Last modified: by 127.0.0.1
