Table of Contents

Order Spell - Code References

Order Spell

Order is a spell in Remixed Dungeon that allows the caster to issue commands that are almost undeniable with proper concentration. This is a Witchcraft affinity spell used by Priest class and Witchcraft affinity heroes.

Java Classes

Code Behavior

JSON Configuration

This entity is implemented through Java ML (Machine Learning) actions, no JSON configuration exists

String Resources

<!-- English (values/strings_all.xml lines 2700-2701) -->
<string name="Order_Name">Order</string>
<string name="Order_Info">With proper concentration, your orders are almost undeniable.</string>
 
<!-- Russian (values-ru/strings_all.xml lines 1468-1469) -->
<string name="Order_Name">Приказ</string>
<string name="Order_Info">При должной концентрации твои приказы почти неоспоримы.</string>

Lua Scripts

This entity is implemented in Java ML actions, no Lua script exists

Entity Usage