User Tools

Site Tools


mr:witchdoctor_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:witchdoctor_armor_item [2026/02/22 16:02] – Wiki standards: Fix broken links, remove improper naming, update mr: pages Qwen Assistantmr:witchdoctor_armor_item [2026/02/22 16:02] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Witchdoctor Armor Item - Code References ======
 +
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/armor/WitchdoctorArmor.java|WitchdoctorArmor.java]] - Witchdoctor armor class
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/armor/GnollArmor.java|GnollArmor.java]] - Parent armor class
 +
 +===== JSON Configuration =====
 +This entity is implemented in Java, no JSON configuration exists
 +
 +===== String Resources =====
 +<code xml>
 +<string name="GnollArmor_Name">Witchdoctor Armor</string>
 +<string name="GnollArmor_Info">A special armor worn by witchdoctor.</string>
 +<string name="GnollArmor_NotGnoll">Only gnolls can wear this armor!</string>
 +</code>
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists
 +
 +===== Related mr Entities =====
 +  * [[mr:witch_doctor_subclass|Witch Doctor (Subclass)]]
 +  * [[mr:gnoll_class|Gnoll (Class)]]
 +  * [[mr:armor_item|Armor (Item)]]
 +
 +===== Code Details =====
 +  * **image**: 27 - Sprite image index
 +  * **hasHelmet**: true - Armor has a helmet component
 +  * **coverHair**: true - Helmet covers hair
 +  * **coverFacialHair**: true - Helmet covers facial hair
 +  * **Restriction**: Can only be equipped by HeroClass.GNOLL
 +  * **Equipment Message**: Shows warning "Only gnolls can wear this armor!" when non-gnoll tries to equip
 +  * **Inheritance**: Extends GnollArmor, inherits gnoll-specific behavior
  
mr/witchdoctor_armor_item.txt · Last modified: by 127.0.0.1