mr:armor_item
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| mr:armor_item [2026/07/19 07:03] – wiki: Fix 5 random pages for compliance with wiki standards Bot | mr:armor_item [2026/07/19 07:06] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Armor Item - Code References ====== | ||
| + | ===== Java Classes ===== | ||
| + | * [[https:// | ||
| + | * Location: ``com.watabou.pixeldungeon.items.armor.Armor`` | ||
| + | * Extends: Item | ||
| + | * Abstract class defining common armor properties | ||
| + | * [[https:// | ||
| + | * Location: ``com.watabou.pixeldungeon.items.armor.ClassArmor`` | ||
| + | * Extends: Armor | ||
| + | * Restricts equipping to specific HeroClass | ||
| + | * [[https:// | ||
| + | * Location: ``com.watabou.pixeldungeon.items.armor.WarriorArmor`` | ||
| + | * Extends: ClassArmor | ||
| + | * Restricts to: HeroClass.WARRIOR | ||
| + | * Special ability: Leap attack | ||
| + | |||
| + | ===== Armor Properties (from Armor.java) ===== | ||
| + | * **HP/HT**: Base health/ | ||
| + | * **Defense Rating (DR)**: Damage reduction value | ||
| + | * **STR Requirement**: | ||
| + | * **Degradation**: | ||
| + | * **Upgradeable**: | ||
| + | |||
| + | ===== String Resources ===== | ||
| + | * English: [[https:// | ||
| + | * ``Armor_Name`` - " | ||
| + | * ``Armor_Desc`` - "This piece of armor will protect you from physical damage." | ||
| + | * ``Armor_Cursed`` - "This armor is cursed!" | ||
| + | * ``Armor_Broken`` - "Your armor has fallen apart!" | ||
| + | * Russian: [[https:// | ||
| + | * ``Armor_Name`` - " | ||
| + | * ``Armor_Desc`` - " | ||
| + | |||
| + | ===== Related mr Entities ===== | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | |||
| + | {{tag> mr items armor reference code}} | ||
mr/armor_item.txt · Last modified: by 127.0.0.1
