mr:witchdoctor_armor_item
Table of Contents
Witchdoctor Armor Item - Code References
Java Classes
- WitchdoctorArmor.java - Witchdoctor armor class
- GnollArmor.java - Parent armor class
JSON Configuration
This entity is implemented in Java, no JSON configuration exists
String Resources
<string name="GnollArmor_Name">Witchdoctor Armor</string> <string name="GnollArmor_Info">A special armor worn by witchdoctor.</string> <string name="GnollArmor_NotGnoll">Only gnolls can wear this armor!</string>
Lua Scripts
This entity is implemented in Java, no Lua script exists
Related mr Entities
Code Details
- image: 27 - Sprite image index
- hasHelmet: true - Armor has a helmet component
- coverHair: true - Helmet covers hair
- coverFacialHair: true - Helmet covers facial hair
- Restriction: Can only be equipped by HeroClass.GNOLL
- Equipment Message: Shows warning “Only gnolls can wear this armor!” when non-gnoll tries to equip
- Inheritance: Extends GnollArmor, inherits gnoll-specific behavior
mr/witchdoctor_armor_item.txt · Last modified: by 127.0.0.1
