mr:wand_of_disintegration_item
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| mr:wand_of_disintegration_item [2026/03/13 04:48] – Wiki standards compliance fixes for 5 random pages Qwen Assistant | mr:wand_of_disintegration_item [2026/03/13 04:50] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Wand Of Disintegration Item - Code References ====== | ||
| + | |||
| + | {{ rpd: | ||
| + | |||
| + | **Wand of Disintegration** is a wand item in Remixed Dungeon that fires a beam of destructive energy that penetrates all creatures in its path. | ||
| + | |||
| + | ===== Java Classes ===== | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | ===== Code Behavior ===== | ||
| + | * **Zap Effect**: Fires a death ray beam that penetrates all creatures in its path | ||
| + | * **Distance**: | ||
| + | * **Damage Formula**: Random Normal Int Range between (level + charsHit) and (8 + (level * level) / 3 + charsHit) | ||
| + | * **Damage Scaling**: Damage increases based on wand level and number of targets hit | ||
| + | * **Terrain Effect**: Can destroy doors and barricades (converts to embers), high grass (converts to grass) | ||
| + | * **Visual Effect**: Purple particle burst on each tile in the beam path | ||
| + | * **Hit Chars**: false (does not show hit characters on zap) | ||
| + | |||
| + | ===== JSON Configuration ===== | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | ===== String Resources ===== | ||
| + | <code xml> | ||
| + | <!-- English (values/ | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | |||
| + | <!-- Russian (values-ru/ | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | ===== Lua Scripts ===== | ||
| + | This entity is implemented in Java, no Lua script exists | ||
| + | |||
| + | ===== Related mr Entities ===== | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | |||
| + | ===== Usage in Game ===== | ||
| + | * **WandMaker Quest**: Can be received as a reward from the WandMaker NPC quest | ||
| + | * **King Boss**: The King boss has resistance to WandOfDisintegration | ||
| + | * **Eye Mob**: The Eye mob has resistance to WandOfDisintegration | ||
mr/wand_of_disintegration_item.txt · Last modified: by 127.0.0.1
