mr:armor_kit_item
Table of Contents
Armor Kit Item - Code References
Java Classes
- ArmorKit.java - Main item class, extends Item
- King.java - Drops the ArmorKit
- AboutScene.java - Appears in About scene
- ItemFactory.java - Registered in factory
JSON Configuration
This entity does not have separate JSON configuration as it's implemented in Java.
String Resources
<string name="ArmorKit_Name">armor kit</string> <string name="ArmorKit_Info">Using this kit of small tools and materials anybody can transform any armor into an "epic armor", which will keep all properties of the original armor, but will also provide its wearer a special ability depending on his class. No skills in tailoring, leather-working or blacksmithing are required.</string> <string name="ArmorKit_SelectArmor">Select an armor to upgrade</string> <string name="ArmorKit_Upgraded">You applied the armor kit to upgrade your %s</string>
Lua Scripts
This entity is implemented in Java, no Lua script exists
Entity Kind
- getEntityKind(): Returns “ArmorKit” (class name)
Related mr Entities
mr/armor_kit_item.txt · Last modified: by 127.0.0.1
