User Tools

Site Tools


mr:warden_armor_item

Differences

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

Link to this comparison view

Next revision
Previous revision
mr:warden_armor_item [2025/12/25 07:16] – Update warden_armor_item.txt with accurate code references from source code mikemr:warden_armor_item [2025/12/25 18:24] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== 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 =====
 +<code xml>
 +<string name="HuntressArmor_Name">Warden Armor</string>
 +<string name="HuntressArmor_Info">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.</string>
 +<string name="HuntressArmor_NotHuntress">Only the Warden can use this armor!</string>
 +</code>
 +
 +===== 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