mr:rpd:mimic_amulet_mob
Differences
This shows you the differences between two versions of the page.
| mr:rpd:mimic_amulet_mob [2026/07/10 04:33] – Fix dokuwiki linting issues and missing image reference Qwen Assistant | mr:rpd:mimic_amulet_mob [2026/07/10 04:37] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Mimic Amulet Mob (Machine-Readable Reference) ====== | ||
| + | {{ rpd: | ||
| + | |||
| + | ==== Entity Identification ==== | ||
| + | * **Entity Kind**: MimicAmulet | ||
| + | * **Entity Type**: Mob (Enemy) | ||
| + | * **Java Class**: `com.nyrds.pixeldungeon.mobs.guts.MimicAmulet` | ||
| + | * **Package**: | ||
| + | * **Inheritance**: | ||
| + | * **Related Entity**: `com.watabou.pixeldungeon.items.rings.MimicAmulet` (Item/Ring - different entity) | ||
| + | |||
| + | ==== Core Properties ==== | ||
| + | * **Base Speed**: 1.25 (faster than normal) | ||
| + | * **Flying**: true (always levitates) | ||
| + | * **Carcass Chance**: 0 (no corpse) | ||
| + | * **Level Scaling**: Uses current dungeon depth as level | ||
| + | * **EXP for Kill**: 2 + 2 * (level - 1) / 5 | ||
| + | |||
| + | ==== Stats (Level-Dependent) ==== | ||
| + | * **HP**: `(3 + level) * 5` | ||
| + | * **Attack Skill**: `9 + level` | ||
| + | * **Defense Skill**: `2 * attackSkill + 1` | ||
| + | * **Damage**: `HP/10` to `HP/4` (based on current HP) | ||
| + | * **Defense Rating (DR)**: 0 | ||
| + | |||
| + | ==== Immunities & Resistances ==== | ||
| + | * **Immune to**: ToxicGas, Paralysis, Stun | ||
| + | * **Always Visible**: `enemySeen = true` (cannot become invisible/ | ||
| + | * **Not a Pet**: `canBePet() = false` | ||
| + | * **Auto Levitation**: | ||
| + | |||
| + | ==== Behavior ==== | ||
| + | * **AI State**: Active hunter - always seeks player once detected | ||
| + | * **Spawn Location**: Guts level (floors 26-30) | ||
| + | * **Appearance**: | ||
| + | * **Loot**: Always drops Skeleton Key for next level | ||
| + | * **Registration**: | ||
| + | |||
| + | ==== Code References ==== | ||
| + | * **Main Class**: [[https:// | ||
| + | * **Mob Factory Registration**: | ||
| + | * **PseudoAmulet Item** (spawns this mob): [[https:// | ||
| + | * **Alchemy Recipes** (non-resurrectable): | ||
| + | |||
| + | ==== String Resources ==== | ||
| + | * **English Name**: `MimicAmulet_Name` = "Mimic Amulet" | ||
| + | * **English Info**: `MimicAmulet_Info` = "A floating amulet that looks valuable, but it's actually a dangerous mimic waiting to attack." | ||
| + | * **Russian Name**: `MimicAmulet_Name` = " | ||
| + | * **Russian Info**: `MimicAmulet_Info` = " | ||
| + | |||
| + | ==== Buff Indicator ==== | ||
| + | * **Icon**: `BuffIndicator.CURSED_ROSE` (reuses cursed rose icon) | ||
| + | |||
| + | ==== Entity Kind ==== | ||
| + | * **getEntityKind()**: | ||
| + | * **JSON Config**: No JSON configuration (implemented purely in Java) | ||
| + | * **Lua Scripts**: No Lua scripts | ||
| + | |||
| + | ==== Related Entities ==== | ||
| + | * **Item Version**: [[mr: | ||
| + | * **Other Mimics**: [[mr: | ||
| + | * **Guts Level**: [[mr: | ||
| + | * **Skeleton Key**: [[mr: | ||
| + | |||
| + | {{tag> rpd mobs mimic enemy floating guts mr }} | ||
mr/rpd/mimic_amulet_mob.txt · Last modified: by 127.0.0.1
