Table of Contents

Order

Order Spell

Order is a spell in Remixed Dungeon (Witchcraft Affinity).

Description

With proper concentration, your orders are almost undeniable. This spell allows you to issue commands to target characters through the ML (Machine Learning) action system.

Stats

Effect

When cast, this spell issues orders to the targeted character through the Order action system. The spell uses Java-based ML actions for implementation.

Restrictions

Classes

Classes that can use this spell include:

Strategy

How to effectively use the Order spell:

Content Verification

Source Code

This page content is based on the Java classes:

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>

See Also

Notes

The spell is implemented through Java ML actions rather than Lua scripts. Targets may resist with the message “How dare you?!!” as defined in string resources.