mr:guardian_armor_item
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| mr:guardian_armor_item [2026/08/30 19:06] – wiki: Fix entity facts, link integrity, and code references across 11 pages Hermes Wiki Maintenance | mr:guardian_armor_item [2026/08/30 19:07] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Guardian Armor Item - Code References ====== | ||
| + | ===== Entity Information ===== | ||
| + | * **Entity Kind:** GuardianArmor | ||
| + | * **Entity Type:** Armor (class-specific) | ||
| + | * **Namespace: | ||
| + | * **Parent Class:** GnollArmor (extends com.watabou.pixeldungeon.items.armor.GnollArmor) | ||
| + | * **Inherited By:** None (leaf class) | ||
| + | * **Used By:** Guardian subclass (of Gnoll class) | ||
| + | |||
| + | ===== Java Classes ===== | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | ===== JSON Configuration ===== | ||
| + | No specific JSON configuration file found for this item. | ||
| + | |||
| + | ===== String Resources ===== | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | Note: GuardianArmor has no dedicated string resources; it reuses GnollArmor string IDs (StringsManager.getVar(R.string.GnollArmor_Name) in source). | ||
| + | |||
| + | ===== Lua Scripts ===== | ||
| + | This entity is implemented in Java, no Lua script exists | ||
| + | |||
| + | ===== Sprite Reference ===== | ||
| + | * Sprite file: [[https:// | ||
| + | * Wiki image reference: {{ rpd: | ||
| + | * Image index in sprite sheet: 26 (image = 26) | ||
| + | |||
| + | ===== Additional Information ===== | ||
| + | * The GuardianArmor extends GnollArmor and only the Gnoll class can equip it | ||
| + | * Used by the Guardian subclass which is a subclass of the Gnoll class | ||
| + | * The source contains a commented-out branch that would also allow the GUARDIAN subclass to equip it; the current active branch checks `hero.getHeroClass() == HeroClass.GNOLL` | ||
| + | * Provides the hasHelmet and coverHair flags | ||
| + | * Cannot be equipped by non-Gnoll heroes — shows GnollArmor_NotGnoll message | ||
| + | |||
| + | {{tag> mr armor class_armor code_reference gnoll guardian}} | ||
mr/guardian_armor_item.txt · Last modified: by 127.0.0.1
