mr:order_spell
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| mr:order_spell [2026/01/21 11:11] – Fix incomplete mr namespace pages with accurate code references mike | mr:order_spell [2026/03/13 04:50] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Order Spell - Code References ====== | ||
| + | |||
| + | {{ rpd: | ||
| + | |||
| + | **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 ===== | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | ===== Code Behavior ===== | ||
| + | * **Spell Type**: Command/ | ||
| + | * **Affinity**: | ||
| + | * **Target**: Can issue move or kill orders to targeted characters | ||
| + | * **Resistance**: | ||
| + | * **Concentration**: | ||
| + | |||
| + | ===== JSON Configuration ===== | ||
| + | This entity is implemented through Java ML (Machine Learning) actions, no JSON configuration exists | ||
| + | |||
| + | ===== 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 ML actions, no Lua script exists | ||
| + | |||
| + | ===== Entity Usage ===== | ||
| + | * Used by: Witchcraft affinity (spells: Roar, LightningBolt, | ||
| + | * 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 | ||
| + | |||
| + | ===== Related mr Entities ===== | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
