====== Warden Armor Item - Code References ====== ===== Java Classes ===== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/armor/WardenArmor.java|WardenArmor.java]] * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/armor/HuntressArmor.java|HuntressArmor.java]] (parent class) ===== JSON Configuration ===== This entity does not appear to have JSON configuration ===== String Resources ===== Warden Armor This armor is made of rare deep moss. It's light and durable, and allows a hero to move at full speed despite the weight of the armor. The Warden is the only one who can properly use this armor. Only the Warden can use this armor! ===== Lua Scripts ===== This entity is implemented in Java, no Lua script exists ===== Related Information ===== * The armor is specifically tied to the Warden subclass (HeroSubClass.WARDEN) * It extends HuntressArmor and has special equipment requirements