rpd:battle_mage_armor_item
Table of Contents
Battle Mage Armor
Battle Mage Armor is the class-specific armor obtained by using an Armor Kit on any regular armor for the Battle Mage subclass in Remixed Dungeon. This armor is functionally identical to Warlock Armor, but has a different appearance.
Acquisition
- Use an Armor Kit on any regular armor while playing as a Mage who has chosen the Battle Mage subclass
- Transforms the base armor into Battle Mage Armor with special properties
Special Properties
- Inherits all properties of 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 Battle Mage subclass - cannot be equipped if not the Battle Mage subclass
Usage
- Essential armor for maximizing the effectiveness of the Battle Mage subclass
- Should be crafted as soon as possible after choosing the 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 Warlock Armor with only visual differences
- Inherits the base Mage armor special ability
Source Code
- Battle Mage Armor is implemented in BattleMageArmor.java
- The parent Mage Armor class is in MageArmor.java
- Class armor system is defined in ClassArmor.java
String Resources
<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>
<string name="MageArmor_Name">волшебный балахон</string> <string name="MageArmor_Desc">Облачённый в эти роскошные одеяния маг способен использовать заклятие Расплавленной Земли, поджигая и обездвиживая всех врагов в поле зрения.</string> <string name="MageArmor_ACSpecial">РАСПЛАВЛЕННАЯ ЗЕМЛЯ</string> <string name="MageArmor_NotMage">Этот доспех доступен лишь магу!</string>
Related
rpd/battle_mage_armor_item.txt · Last modified: by 127.0.0.1
