mr:mage_armor_item
Table of Contents
Mage Armor Item - Code References
Java Classes
- MageArmor.java - Main class implementation
- ClassArmor.java - Parent class
JSON Configuration
- RemixedDungeon/src/main/assets/spritesDesc/mage_armor.json - Sprite configuration
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>
Lua Scripts
This entity is implemented in Java, no Lua script exists
Special Abilities
- Casting “Molten Earth” spell (special ability): Sets visible enemies on fire and roots them in place
- Burns enemies via Burning.java
- Roots enemies via Roots.java
Implementation Notes
- Can only be equipped by Mage class
- Obtained by using Armor Kit on Tier-3 armor (Plate Mail, Scale Armor, Leather Armor)
mr/mage_armor_item.txt · Last modified: by 127.0.0.1
