User Tools

Site Tools


mr:guardian_armor_item

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
mr:guardian_armor_item [2025/12/29 23:21] – Fix incorrect code references in mr/rat_king_mob.txt mikemr:guardian_armor_item [2025/12/29 23:22] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== 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 =====
 +<code xml>
 +<string name="GuardianArmor_Name">guardian armor</string>
 +<string name="GuardianArmor_Info">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.</string>
 +<string name="GuardianArmor_Name_Objective">guardian armor</string>
 +<string name="GuardianArmor_Gender">neuter</string>
 +</code>
 +
 +===== 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
  
mr/guardian_armor_item.txt · Last modified: (external edit)