mr:guardian_armor_item
Table of Contents
Guardian Armor Item - Code References
Java Classes
- GuardianArmor.java - Main implementation of the Guardian armor, extends GnollArmor
- ItemFactory.java - Registers the GuardianArmor class
- HeroSubClass.java - References GuardianArmor in GUARDIAN subclass
JSON Configuration
No specific JSON configuration file found for this item.
String Resources
<string name="GuardianArmor_Name">guardian armor</string> <string name="GuardianArmor_Info">This medium armor is made of roughly-woven animal bones and equipped with a shield. It provides extra protection and enables the use of shields.</string> <string name="GuardianArmor_Name_Objective">guardian armor</string> <string name="GuardianArmor_Gender">neuter</string>
Lua Scripts
This entity is implemented in Java, no Lua script exists
Additional Information
- The GuardianArmor extends GnollArmor
- Used by the Guardian subclass which is a subclass of the Necromancer class
- Provides extra protection and enables the use of shields
mr/guardian_armor_item.txt · Last modified: by 127.0.0.1
