User Tools

Site Tools


mr:mage_armor_item

Mage Armor Item - Code References

Mage Armor

Java Classes

JSON 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>

String Resource References (English)

String Resource References (Russian)

Lua Scripts

This entity is implemented in Java, no Lua script exists.

Special Abilities

  • Molten Earth (special ability): Sets visible enemies on fire and roots them in place
  • Burns enemies via Burning.java
  • Roots enemies via Roots.java

Implementation Details

  • Class restriction: Can only be equipped by Mage class (`HeroClass.MAGE`)
  • Obtained by: Using Armor Kit on Tier-3 armor (Plate Mail, Scale Armor, Leather Armor)
  • Base stats (from ClassArmor): STR requirement 11, base DR varies by armor tier
  • Upgraded forms:
  • Sprite: `items/armors.png`, image index 11
  • Special action: `MageArmor_ACSpecial` → “MOLTEN EARTH”
  • Quality factor scaling: Special ability damage/duration scales with armor quality factor

Code References

See Also

mr/mage_armor_item.txt · Last modified: by 127.0.0.1