====== Guardian Armor Item - Code References ====== ===== Java Classes ===== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/armor/GuardianArmor.java|GuardianArmor.java]] - Main implementation of the Guardian armor, extends GnollArmor * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/common/ItemFactory.java#L445|ItemFactory.java]] - Registers the GuardianArmor class * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/hero/HeroSubClass.java#L55|HeroSubClass.java]] - References GuardianArmor in GUARDIAN subclass ===== JSON Configuration ===== No specific JSON configuration file found for this item. ===== String Resources ===== guardian armor 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. guardian armor neuter ===== 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