User Tools

Site Tools


rpd:battle_mage_armor_item

Differences

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

Link to this comparison view

rpd:battle_mage_armor_item [2025/12/28 14:37] – Update wiki pages and fix naming conventions for several items mikerpd:battle_mage_armor_item [2025/12/28 14:41] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Battle Mage Armor ======
  
 +Battle Mage Armor is the class-specific armor obtained by using an [[rpd:armor_kit_item|Armor Kit]] on any regular armor for the [[rpd:battle_mage_subclass|Battle Mage]] subclass in Remixed Dungeon. This armor is functionally identical to [[rpd:warlock_armor_item|Warlock Armor]], but has a different appearance.
 +
 +==== Acquisition ====
 +  * Use an [[rpd:armor_kit_item|Armor Kit]] on any regular armor while playing as a [[rpd:mage_class|Mage]] who has chosen the [[rpd:battle_mage_subclass|Battle Mage]] subclass
 +  * Transforms the base armor into Battle Mage Armor with special properties
 +
 +==== Special Properties ====
 +  * Inherits all properties of [[rpd:mage_armor_item|Mage Armor]] (Blast ability)
 +  * Blast ability: Ignites and roots all visible enemies for 3 turns
 +  * Requires sufficient skill points to use special ability
 +  * Exclusive to the [[rpd:battle_mage_subclass|Battle Mage]] subclass - cannot be equipped if not the [[rpd:battle_mage_subclass|Battle Mage]] subclass
 +
 +==== Usage ====
 +  * Essential armor for maximizing the effectiveness of the [[rpd:battle_mage_subclass|Battle Mage]] subclass
 +  * Should be crafted as soon as possible after choosing the [[rpd:battle_mage_subclass|Battle Mage]] subclass
 +  * Allows full utilization of subclass abilities
 +
 +==== Special Ability: Blast ====
 +  * Ignites and roots all visible enemies for 3 turns
 +  * Requires skill points to activate
 +  * Area-effect ability that affects all enemies in line of sight
 +  * Provides both damage over time (burning) and control (rooting)
 +
 +==== Notes ====
 +  * Part of the subclass identity system in Remixed Dungeon
 +  * Class armors represent the unique nature of each subclass
 +  * Cannot be worn by characters who haven't unlocked the appropriate subclass
 +  * Functionally identical to [[rpd:warlock_armor_item|Warlock Armor]] with only visual differences
 +  * Inherits the base [[rpd:mage_armor_item|Mage armor]] special ability
 +
 +==== Source Code ====
 +  * Battle Mage Armor is implemented in [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/armor/BattleMageArmor.java|BattleMageArmor.java]]
 +  * The parent Mage Armor class is in [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/armor/MageArmor.java|MageArmor.java]]
 +  * Class armor system is defined in [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/armor/ClassArmor.java|ClassArmor.java]]
 +
 +==== String Resources ====
 +<code xml>
 +<string name="MageArmor_Name">mage robe</string>
 +<string name="MageArmor_Desc">Wearing this gorgeous robe, a mage can cast a spell of molten earth: all the enemies in his field of view will be set on fire and will be unable to move at the same time.</string>
 +<string name="MageArmor_ACSpecial">MOLTEN EARTH</string>
 +<string name="MageArmor_NotMage">Only mages can use this armor!</string>
 +</code>
 +
 +<code xml>
 +<string name="MageArmor_Name">волшебный балахон</string>
 +<string name="MageArmor_Desc">Облачённый в эти роскошные одеяния маг способен использовать заклятие Расплавленной Земли, поджигая и обездвиживая всех врагов в поле зрения.</string>
 +<string name="MageArmor_ACSpecial">РАСПЛАВЛЕННАЯ ЗЕМЛЯ</string>
 +<string name="MageArmor_NotMage">Этот доспех доступен лишь магу!</string>
 +</code>
 +
 +==== Related ====
 +  * [[rpd:mage_class|Mage Class]]
 +  * [[rpd:battle_mage_subclass|Battle Mage Subclass]]
 +  * [[rpd:mage_armor_item|Mage Armor]]
 +  * [[rpd:warlock_armor_item|Warlock Armor]]
 +  * [[rpd:armor_kit_item|Armor Kit]]
 +  * [[rpd:burning_buff|Burning Buff]]
 +  * [[rpd:roots_buff|Root Buff]]
 +
 +{{tag> rpd items armor battle_mage mage}}