mr:armored_statue_mob
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| mr:armored_statue_mob [2026/03/12 21:14] – Fix wiki page issues identified during random audit Qwen Assistant | mr:armored_statue_mob [2026/03/12 21:18] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Armored Statue Mob - Code References ====== | ||
| + | |||
| + | ===== Java Classes ===== | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | ===== JSON Configuration ===== | ||
| + | * [[https:// | ||
| + | * This mob is implemented primarily in Java, no separate mobsDesc JSON file | ||
| + | |||
| + | ===== String Resources ===== | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | Russian localization (values-ru/ | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | ===== Lua Scripts ===== | ||
| + | This mob is implemented in Java, no Lua scripts exist | ||
| + | |||
| + | ===== Implementation Details ===== | ||
| + | * **Class**: com.nyrds.pixeldungeon.mobs.common.ArmoredStatue | ||
| + | * **Extends**: | ||
| + | * **Damage**: 4-8 (base) | ||
| + | * **Defense Skill**: 4 + Dungeon.depth*2 | ||
| + | * **Attack Skill**: (9 + Dungeon.depth) * 2 | ||
| + | * **Special Features**: | ||
| + | - Drops equipped armor when defeated | ||
| + | - Armor is randomly selected from Treasury.Category.ARMOR | ||
| + | - Dropped armor is always identified and has positive level | ||
| + | - Armor can have random glyph inscription | ||
| + | - Required STR scales with armor level (minimum 12) | ||
| + | * **Challenge Interaction**: | ||
| + | * **Behavior**: | ||
| + | |||
| + | ===== Related mr Entities ===== | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
mr/armored_statue_mob.txt · Last modified: by 127.0.0.1
