Table of Contents

Wand Of Disintegration Item - Code References

Wand of Disintegration

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

Code Behavior

JSON Configuration

String Resources

<!-- English (values/strings_all.xml) -->
<string name="WandOfDisintegration_Name">Wand of Disintegration</string>
<string name="WandOfDisintegration_Info">This wand emits a ray of destructive energy, which penetrates all creatures in its path. The more targets it hits, the more damage it deals to each of them.</string>
 
<!-- Russian (values-ru/strings_all.xml) -->
<string name="WandOfDisintegration_Name">Жезл дезинтеграции</string>
<string name="WandOfDisintegration_Info">Этот жезл испускает луч разрушительной энергии, который пронзает всех существ на своем пути. Чем больше целей он поражает, тем больший урон он наносит каждой из них.</string>

Lua Scripts

This entity is implemented in Java, no Lua script exists

Usage in Game