mr:wand_of_amok_item
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| mr:wand_of_amok_item [2025/12/23 08:09] – Update wand of amok mr page with correct code references mike | mr:wand_of_amok_item [2026/03/14 19:05] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Wand Of Amok Item - Code References ====== | ||
| + | |||
| + | ===== Java Classes ===== | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | ===== JSON Configuration ===== | ||
| + | This entity is implemented in Java, no JSON configuration exists | ||
| + | |||
| + | ===== String Resources ===== | ||
| + | <code xml> | ||
| + | <!-- English strings --> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | ===== Lua Scripts ===== | ||
| + | This entity is implemented in Java, no Lua script exists | ||
| + | |||
| + | ===== Implementation Details ===== | ||
| + | * **Zap Effect**: Applies Amok buff for 3f + effectiveLevel() turns on non-hero targets | ||
| + | * **Hero Target**: Applies Vertigo buff instead when targeting the hero | ||
| + | * **Visual Effect**: Uses MagicMissile.purpleLight() for the zap animation | ||
| + | * **Sound**: Plays Assets.SND_ZAP sound effect on use | ||
| + | * **No Target Message**: Displays " | ||
| + | |||
| + | ===== Related mr Entities ===== | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
