User Tools

Site Tools


rpd:gnoll_armor_item

Differences

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

Link to this comparison view

rpd:gnoll_armor_item [2025/12/22 12:32] – Update wiki pages with proper data sources, fix naming conventions, create missing armor pages, and resolve red links mikerpd:gnoll_armor_item [2025/12/22 12:36] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Gnoll Armor ======
  
 +{{ rpd:images:gnoll_armor_item.png|Gnoll Armor }}
 +
 +**Gnoll Armor** (also known as **Gnoll-Lieutenant Suit**) is a class-specific armor in Remixed Dungeon that can be obtained by using an [[rpd:armor_kit_item|Armor Kit]] on any regular armor while playing as the [[rpd:gnoll_class|Gnoll]] class.
 +
 +==== Properties ====
 +  * **Type**: Class Armor
 +  * **Armor Class**: Medium armor
 +  * **Durability**: Standard for class armor
 +  * **Sprite**: Uses image index 25, does not cover hair, has no collar or helmet
 +
 +==== Special Ability ====
 +**Dominate** - When activated, the wearer can attempt to dominate nearby mobs within field of view, turning them into pets. The number of mobs that can be dominated is limited by the hero's level (approximately 1 per 6 levels), and only mobs that can be pets are affected.
 +
 +==== Restrictions ====
 +  * Only the [[rpd:gnoll_class|Gnoll]] class can equip this armor
 +  * Other classes attempting to wear it will receive a warning: "Only gnolls can equip the Gnoll Armor!"
 +
 +==== Acquisition ====
 +  * Created using an [[rpd:armor_kit_item|Armor Kit]] applied to any regular armor while playing as the Gnoll class
 +  * Cannot be crafted directly, only transformed from existing armor
 +  * Also used by the [[rpd:guardian_subclass|Guardian]] and [[rpd:witch_doctor_subclass|Witch Doctor]] subclasses (same armor type)
 +
 +==== Strategy ====
 +  * Best used on high-tier armor that has been upgraded significantly
 +  * Preserves all enchantments and upgrades from the original armor
 +  * Allows the Gnoll to benefit from class-specific abilities while maintaining armor stats
 +  * The Dominate ability can be used for crowd control and creating allies in battle
 +  * The Dominate effect is limited by the character's level, so it's more effective at higher levels
 +  * Consider which mobs to dominate based on their usefulness as pets
 +
 +==== Content Verification ====
 +  * Information source: Java Class [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/armor/GnollArmor.java|GnollArmor.java]]
 +  * Class armor system: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/armor/ClassArmor.java|ClassArmor.java]]
 +  * String resources: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L2161-L2164|GnollArmor_Name, GnollArmor_Info, GnollArmor_ACSpecial, GnollArmor_NotGnoll]]
 +
 +==== Data Sources ====
 +  * **Java Class**: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/armor/GnollArmor.java|com.watabou.pixeldungeon.items.armor.GnollArmor]]
 +  * **Domination Mechanics**: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/Mob.java#L232-L235|Mob Pet Creation]]
 +
 +==== String Resources ====
 +''<code xml>''
 +<string name="GnollArmor_Name">gnoll-lieutenant suit</string>
 +<string name="GnollArmor_Info">Owners of the Gnoll-Lieutenant suit are well known for their ability to persuade even extremely angry mobs, to be loyal servants of the Crown.</string>
 +<string name="GnollArmor_ACSpecial">DOMINATE</string>
 +<string name="GnollArmor_NotGnoll">Only gnolls can equip the Gnoll Armor!</string>
 +''</code>''
 +
 +==== See Also ====
 +  * [[rpd:armor|Armor]]
 +  * [[rpd:class_armor|Class Armor]]
 +  * [[rpd:gnoll_class|Gnoll Class]]
 +  * [[rpd:guardian_subclass|Guardian Subclass]]
 +  * [[rpd:witch_doctor_subclass|Witch Doctor Subclass]]
 +  * [[rpd:armor_kit_item|Armor Kit]]
 +  * [[rpd:items|Items]]
 +
 +{{tag> rpd items equipment armor class_armor }}
rpd/gnoll_armor_item.txt · Last modified: by 127.0.0.1