User Tools

Site Tools


mr:mimic_mob

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
mr:mimic_mob [2026/03/29 03:54] – Wiki standards compliance: Improve mr: namespace pages and fix Chinese pages Qwen Assistantmr:mimic_mob [2026/03/29 03:56] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Mimic Mob - Code References ======
 +
 +{{ rpd:images:mimic_mob.png|Mimic }}
 +
 +This page contains machine-readable reference information about the Mimic mob entity for automated tools and AI assistants.
 +
 +===== Entity Information =====
 +  * **Entity Kind:** Mimic
 +  * **Entity Type:** Mob (Monster)
 +  * **Namespace:** mr: (machine-readable/metadata reference)
 +  * **Implementation:** Java class
 +
 +===== Entity Stats (from Java) =====
 +  * **HP/HT:** Scales with dungeon depth: (3 + level) * 4
 +  * **Base Defense Skill:** 9 + level/2
 +  * **Base Attack Skill:** 9 + level
 +  * **Damage:** HT/10 to HT/4
 +  * **EXP for Kill:** 2 + 2 * (level - 1) / 5
 +  * **Max Level:** Varies by dungeon depth
 +  * **Carcass Chance:** 0% (no corpse drops)
 +
 +===== Special Abilities (from Java) =====
 +  * **Gold Steal:** 33% chance on attack to drop 1-HP worth of gold from hero
 +  * **Psionic Blast Immunity:** Immune to ScrollOfPsionicBlast effects
 +  * **Spawn from Heaps:** Can spawn from Mimic-type heaps when opened
 +
 +===== Loot Table (from Java) =====
 +  * No standard loot - drops gold stolen from hero during combat
 +
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/Mimic.java|Mimic.java]] - Main Mimic class
 +    * Used in: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/Heap.java|Heap.java]] - Spawns from mimic heaps
 +    * Used in: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/CharUtils.java|CharUtils.java]] - Beckons when hero attacks
 +    * Used in: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/common/MobFactory.java|MobFactory.java]] (Line 199) - Mob class registration
 +
 +===== JSON Configuration =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/spritesDesc/Mimic.json|Mimic.json]]
 +
 +===== String Resources =====
 +<code xml>
 +<string name="Mimic_Name">mimic</string>
 +<string name="Mimic_Gender">masculine</string>
 +<string name="Mimic_Name_Objective">mimic</string>
 +<string name="Mimic_Desc">Mimics are magical creatures which can take any shape they wish. In dungeons they almost always choose the shape of a treasure chest, because they know how to beckon an adventurer.</string>
 +<string name="MimicPie_Name">mimic</string>
 +<string name="MimicPie_Gender">masculine</string>
 +<string name="MimicPie_Name_Objective">mimic</string>
 +<string name="MimicPie_Desc">Mimics are magical creatures which can take any shape they wish. This one looks like a big tasty pasty</string>
 +<string name="MimicAmulet_Name">mimic</string>
 +<string name="MimicAmulet_Gender">masculine</string>
 +<string name="MimicAmulet_Name_Objective">mimic</string>
 +<string name="MimicAmulet_Desc">The most glorious moment of your adventuring career just turned out to be a trap.</string>
 +<string name="Heap_Mimic">This is a mimic!</string>
 +</code>
 +
 +===== Lua Scripts =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/alchemy_recipes.lua|alchemy_recipes.lua]] - Contains alchemy recipe for mimics (Lines 52-56): 1 Gold + 1 Iron Key = Mimic
 +
 +===== Related mr Entities =====
 +  * [[mr:mimic_pie_mob|Mimic Pie (Mob)]] - Variant that looks like a pasty
 +  * [[mr:mimic_amulet_mob|Mimic Amulet (Mob)]] - Variant that looks like an amulet
 +  * [[mr:heap_item|Heap (Item)]] - Mimics can spawn from mimic-type heaps
 +  * [[mr:gold_item|Gold (Item)]] - Mimics drop gold stolen from heroes
 +
 +===== See Also =====
 +  * [[en:rpd:mimic_mob|Mimic (English wiki)]]
 +  * [[ru:rpd:mimic_mob|Мимик (Russian wiki)]]
 +
 +{{tag> mr mob mimic reference code}}
  
mr/mimic_mob.txt · Last modified: by 127.0.0.1