====== Mimic Mob - Code References ====== ===== Java Classes ===== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/Mimic.java|Mimic.java]] * Used in: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/Heap.java|Heap.java]] * Used in: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/CharUtils.java|CharUtils.java]] * 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) ===== JSON Configuration ===== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/spritesDesc/Mimic.json|Mimic.json]] ===== String Resources ===== mimic masculine mimic 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. mimic masculine mimic Mimics are magical creatures which can take any shape they wish. This one looks like a big tasty pasty mimic masculine mimic The most glorious moment of your adventuring career just turned out to be a trap. This is a mimic! ===== 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) ===== Additional Information ===== * Mimics can be spawned from Mimic-type heaps and are used in alchemy recipes * They are immune to Psionic Blast scrolls * They can appear when certain conditions occur with heaps in the dungeon * There are different variants: Mimic, MimicPie, MimicAmulet