en:rpd:warlock_armor_item
Table of Contents
Warlock Armor
Warlock Armor is the class-specific armor obtained by using an Armor Kit on any regular armor for the Warlock subclass in Remixed Dungeon. This armor is functionally identical to Battle Mage Armor, but has a different appearance.
Acquisition
- Transforms the base armor into Warlock Armor with special properties
- Note: This armor is only available for the Warlock subclass and cannot be equipped by other classes or subclasses
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
Usage
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)
Related
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 Battle Mage Armor with only visual differences
- Inherits the base Mage armor special ability
Source Code
- Warlock Armor is implemented in WarlockArmor.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>
en/rpd/warlock_armor_item.txt · Last modified: by 127.0.0.1
