====== Mage Armor ====== {{ rpd:images:mage_armor_item.png|Mage Armor }} **Mage Armor** is the [[en:rpd:class_armor|class armor]] for the [[en:rpd:mage_class|Mage]]. ==== Description ==== Mage Armor is a special armor obtained by using an [[en:rpd:armor_kit_item|Armor Kit]] on a tier-3 armor (Plate Mail, Scale Armor, or Leather Armor). It grants the wearer the ability to create magical energy that damages all visible enemies. ==== Special Ability ==== **Magical Energy Burst:** The Mage can create a magical energy burst that inflicts damage to all visible enemies and debuffs the hero with [[en:rpd:burning_buff|burning]] and [[en:rpd:paralysis_buff|paralysis]] for several turns. ==== Stats ==== * **Armor Class:** Based on the base armor used to create it * **Durability:** Standard for class armor * **Special:** Can use Magical Energy Burst ability ==== Strategy ==== * Use Magical Energy Burst when surrounded by multiple enemies * Best used when you can survive the debuffs while enemies don't * Can be effective when fighting groups of weak enemies * Consider the trade-off of damaging yourself with burning and paralysis ==== Technical Details ==== * Implementation: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/armor/MageArmor.java|MageArmor.java]] * Base Class: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/armor/ClassArmor.java|ClassArmor.java]] ==== Code References ==== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/ArmorKit.java|ArmorKit.java]] * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/buffs/Burning.java|Burning.java]] (burning effect) * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/buffs/Roots.java|Roots.java]] (paralysis effect) ==== String Resources ==== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1999|MageArmor_Name]] * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L2000|MageArmor_Desc]] * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L2001|MageArmor_ACSpecial]] * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L2002|MageArmor_NotMage]] ==== See Also ==== * [[en:rpd:class_armor|Class Armor]] * [[en:rpd:mage_class|Mage Class]] * [[en:rpd:armor_kit_item|Armor Kit]] * [[en:rpd:warrior_armor_item|Warrior Armor]] * [[en:rpd:rogue_armor_item|Rogue Armor]] {{tag> rpd armor class_armor mage }}