mr:rpd:statue_mob
Differences
This shows you the differences between two versions of the page.
| mr:rpd:statue_mob [2026/07/10 04:33] – Fix dokuwiki linting issues and missing image reference Qwen Assistant | mr:rpd:statue_mob [2026/07/10 04:37] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Statue Mob (Machine-Readable Reference) ====== | ||
| + | {{ rpd: | ||
| + | |||
| + | ==== Entity Identification ==== | ||
| + | * **Entity Kind**: Statue | ||
| + | * **Entity Type**: Mob (Enemy) | ||
| + | * **Java Class**: `com.watabou.pixeldungeon.actors.mobs.Statue` | ||
| + | * **Package**: | ||
| + | * **Inheritance**: | ||
| + | * **Subclasses**: | ||
| + | |||
| + | ==== Core Properties ==== | ||
| + | * **Base HP**: `ht(15 + depth * 5)` = 15 + (5 * dungeon depth) | ||
| + | * **Base Defense Skill**: `4 + depth` | ||
| + | * **Base Attack Skill**: Same as defense skill | ||
| + | * **Damage Range**: `depth / 4 + 1` to `depth` | ||
| + | * **EXP for Kill**: 0 | ||
| + | * **Carcass Chance**: 0 (no corpse) | ||
| + | * **Speed**: Normal (1.0) | ||
| + | * **Flying**: false | ||
| + | |||
| + | ==== Immunities & Resistances ==== | ||
| + | * **Immune to**: ToxicGas, Poison, Bleeding, Leech enchantment | ||
| + | * **Resistant to**: Death enchantment, | ||
| + | |||
| + | ==== AI Behavior ==== | ||
| + | * **Default State**: Passive (does not attack first) | ||
| + | * **AI Class**: `com.nyrds.pixeldungeon.ai.Passive` | ||
| + | * **Activation**: | ||
| + | |||
| + | ==== Loot ==== | ||
| + | * **Guaranteed Drop**: The weapon it wields (melee weapon generated based on depth) | ||
| + | * **Weapon Generation**: | ||
| + | |||
| + | ==== Variants ==== | ||
| + | 1. **Statue** (base) - Standard animated statue | ||
| + | 2. **ArmoredStatue** - Enhanced version with better armor/ | ||
| + | 3. **GoldenStatue** - Gold variant with higher HP (15 + depth * 5), better defense | ||
| + | |||
| + | ==== Spawning ==== | ||
| + | * **Level Painter**: `com.watabou.pixeldungeon.levels.painters.StatuePainter` | ||
| + | * **Spawn Conditions**: | ||
| + | - 50% chance in rooms (StatuePainter) | ||
| + | - Challenge NO_WEAPON forces ArmoredStatue | ||
| + | - Challenge NO_ARMOR forces base Statue | ||
| + | * **Mob Factory Registration**: | ||
| + | * **Non-Resurrectable**: | ||
| + | |||
| + | ==== String Resources ==== | ||
| + | * **Name (EN)**: `Statue_Name` = " | ||
| + | * **Description (EN)**: `Statue_Desc` = "You would think that it's just another ugly statue of this dungeon, but its red glowing eyes give itself away. While the statue itself is made of stone, the _%s_, it's wielding, looks real." | ||
| + | * **Gender**: `Statue_Gender` = " | ||
| + | * **Objective Name**: `Statue_Name_Objective` = " | ||
| + | * **Journal Entry**: `Journal_Statue` = " | ||
| + | |||
| + | ==== Related Entities ==== | ||
| + | * **ArmoredStatue** (`armored_statue_mob.txt`) - Enhanced variant | ||
| + | * **GoldenStatue** (`golden_statue_mob.txt`) - Gold variant | ||
| + | * **MimicAmulet** (`mimic_amulet_mob.txt`) - Another floating mimic enemy | ||
| + | |||
| + | ==== Code References ==== | ||
| + | * **Main Class**: [[https:// | ||
| + | * **Armored Statue**: [[https:// | ||
| + | * **Golden Statue**: [[https:// | ||
| + | * **Statue Painter**: [[https:// | ||
| + | * **Mob Factory**: [[https:// | ||
| + | * **Alchemy Recipes**: [[https:// | ||
| + | |||
| + | ==== Wiki Pages ==== | ||
| + | * **English**: | ||
| + | * **Russian**: | ||
| + | * **Spanish**: | ||
| + | * **Portuguese**: | ||
| + | * **Chinese**: | ||
| + | |||
| + | {{tag> rpd mobs mr }} | ||
