User Tools

Site Tools


mr:order_spell

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

  • Spell Type: Command/Control spell
  • Affinity: Witchcraft
  • Target: Can issue move or kill orders to targeted characters
  • Resistance: Target may resist with Order_Resist message
  • Concentration: Requires proper concentration for orders to be almost undeniable

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

  • Used by: Witchcraft affinity (spells: Roar, LightningBolt, Heal, Order)
  • Used by: Priest hero class (spells: Heal, Calm, Charm, Order)
  • Target action: CharAction_Order (implemented in CommonActions.java)
  • Target may resist with Order_Resist message
mr/order_spell.txt · Last modified: by 127.0.0.1