Table of Contents
Berserk Armor Item - Code References
Java Classes
JSON Configuration
String Resources
Lua Scripts
Usage in Code
Related mr Entities
Berserk Armor Item - Code References
Java Classes
BerserkArmor.java
WarriorArmor.java
- Parent class
JSON Configuration
This entity is implemented in Java, no JSON configuration exists
String Resources
String: WarriorArmor_Name
- The display name for the armor
String: WarriorArmor_Desc
- The description text for the armor
String: WarriorArmor_NotWarrior
- Message when non-warrior tries to equip
Lua Scripts
This entity is implemented in Java, no Lua script exists
Usage in Code
Used in
HeroSubClass.java
line 44: associated with BERSERKER subclass as “BerserkArmor”
Used in
ItemFactory.java
line 65 (import) and line 367 (registration): registered as an available item class
Related mr Entities
Warrior (Class)
Berserker (Subclass)