mr:scale_armor_item
Table of Contents
Scale Armor Item - Code References
Java Classes
- Implementation: ScaleArmor.java
- Inheritance: Extends Armor
- Item Registration: ItemFactory.java#L357 - registers ScaleArmor class
- Shop Availability: ShopPainter.java#L90 - appears in shops
JSON Configuration
No specific JSON configuration for this item found. It is implemented purely in Java.
String Resources
<string name="ScaleArmor_Name">scale armor</string> <string name="ScaleArmor_Desc">The metal scales sewn onto a leather vest create a flexible, yet protective armor.</string>
Lua Scripts
This entity is implemented in Java, no Lua script exists.
Additional Information
- Tier: Armor tier 4 (Medium armor)
- Sprite Index: image = 3
- Base Defense: 12 (typical for tier 4 armor)
- Shop Availability: Can appear in dungeon shops
Entity Kind
- getEntityKind(): Returns `“ScaleArmor”` (class simple name)
- Item Category: Armor
- Item Tier: 4
mr/scale_armor_item.txt · Last modified: by 127.0.0.1
