====== Shadow Mob - Code References ====== {{ rpd:images:shadow_mob.png|Shadow Mob }} ===== Java Classes ===== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/Shadow.java|Shadow.java]] * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/WalkingType.java|WalkingType.java]] * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/Boss.java|Boss.java]] * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mob_factory/MobFactory.java|MobFactory.java]] * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/common/ShadowLord.java|ShadowLord.java]] ===== Java Usage ===== * Used in [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/Boss.java#L78|Boss.java:78]] - Instance check: instanceof Shadow * Used in [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mob_factory/MobFactory.java#L158|MobFactory.java:158]] - Registered as game mob * Used in [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/common/ShadowLord.java#L68|ShadowLord.java:68]] - Spawns from ShadowLord boss: new Shadow() * Used in [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mechanics/spells/SpellHelper.java#L25|SpellHelper.java:25]] - Affinity reference: AFFINITY_SHADOW ===== JSON Configuration ===== This entity is implemented in Java, no JSON configuration exists ===== String Resources ===== shadow shadow Shadows silently wander through the ruins of the ancient prison, only occasionally showing themselves to adventurers, usually in their latest adventure. Shadow neuter Shadow Shadows Shadow Shadows Shadows silently wander through the ruins of the ancient prison, only occasionally showing themselves to adventurers, usually in their latest adventure. shadow Shadow Shadow тень тень Тени тихо блуждают через руины древней тюрьмы, только иногда показываясь путникам, обычно в их последнем приключении. Schatten Schatten wandern leise durch die Ruinen des alten Gefängnisses, zeigen sich nur vereinzelt einem Abenteurer, meist in ihrem letztem Abenteuer. ===== Lua Scripts ===== This entity is implemented in Java, no Lua script exists ===== Related mr Entities ===== * [[mr:mob|Mob]] (page not yet created) * [[mr:walking_type|WalkingType]] (page not yet created) * [[mr:prison_level|Prison Level]] * [[mr:shadow_lord|Shadow Lord]] (page not yet created) * [[mr:boss|Boss]] (page not yet created) * [[mr:carcass_chance|Carcass Chance]] (page not yet created) * [[mr:exp_for_kill|Exp For Kill]] (page not yet created) * [[mr:base_attack_skill|Base Attack Skill]] (page not yet created)