User Tools

Site Tools


rpd:order_spell

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

rpd:order_spell [2025/12/18 21:52] – Update wiki pages with improved content and fix obsolete information mikerpd:order_spell [2025/12/18 21:54] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Order ======
 +
 +{{ rpd:images:order_spell_icon.png|Order Spell Icon }}
 +
 +**Order** is a spell in Remixed Pixel Dungeon (Witchcraft Affinity).
 +
 +==== Description ====
 +With proper concentration, your orders are almost undeniable. This spell allows you to control a target character, making them follow your commands. It can only be cast on characters other than yourself.
 +
 +==== Stats ====
 +  * **Magic Affinity:** Witchcraft
 +  * **Targeting:** char_not_self
 +  * **Level:** 3
 +  * **Mana Cost:** 10
 +  * **Cast Time:** 1 turn
 +
 +==== Effect ====
 +When cast on a valid target, this spell attempts to make the target follow your orders. If the target resists, they will become aware of the attempt and yell "How dare you?!!"
 +
 +==== Restrictions ====
 +  * Cannot be cast on yourself
 +  * Only works on characters that can be turned into pets
 +  * Targets with high willpower may resist the effect
 +
 +==== Classes ====
 +Classes that can use this spell include:
 +  * Classes with Witchcraft affinity
 +  * Other classes that gain access through special means
 +
 +==== Strategy ====
 +How to effectively use the Order spell:
 +  * Best used on weaker enemies to turn them into allies temporarily
 +  * Most effective when the targeted mob can be turned into a pet
 +  * Be careful when using in areas with strong enemies that may resist
 +  * Good for managing multiple enemies in confined spaces
 +
 +==== Data Validation ====
 +This information is extracted directly from the game code and validated against the source implementation. The details are accurate as of the referenced source files and provide reliable information about the spell mechanics.
 +
 +==== Content Verification ====
 +* Information source: Lua Script in Remixed Dungeon codebase
 +* Stats verified: Yes, extracted directly from spell class properties
 +* Effect descriptions: Generated from code analysis and string resources
 +* Last updated: 2024-12-18 based on Order.lua
 +
 +==== Source Code ====
 +This page content is based on the Lua Script: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/spells/Order.lua|Order.lua]]
 +
 +==== Additional References ====
 +  * String definitions: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L2681|Order_Name, Order_Info, Order_Resist in strings_all.xml]]
 +
 +==== See Also ====
 +  * [[rpd:spells|Spells]]
 +  * [[rpd:mechanics|Game Mechanics]]
 +  * [[rpd:spell_affinities|Spell Affinities]]
 +  * [[rpd:spell|Spell]]
 +
 +==== Notes ====
 +The spell will fail if the target cannot be pet. In such cases, the target will resist and yell "How dare you?!!" as defined in the string resources.
 +
 +{{tag> rpd spells witchcraft }}
  
rpd/order_spell.txt · Last modified: by 127.0.0.1