====== mr:ghost_mob ====== Machine-readable reference page for Ghost mob in Remixed Dungeon. ==== Java Implementation ==== **Class File**: * File: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/Ghost.java|Ghost.java]] * Path: com/watabou/pixeldungeon/actors/mobs/Ghost.java * Entity Kind: Ghost * Type: Mob ==== Mob Properties ==== **Basic Stats**: * HP: 30 * Defense: 8 * Attack: 18 * EXP: 8 * Level: 7 **Lua Definition**: * No Lua script - implemented in Java ==== Effects ==== **Primary Effects**: * Can phase through walls * Invisible to player when not adjacent * Detects invisible players **Implementation**: * File: Ghost.java * Phase through walls mechanic * Detection of invisible players ==== String Resources ==== **English (values/strings_all.xml)**: * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml|Ghost_Name]] - Mob name * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml|Ghost_Info]] - Mob description **Russian (values-ru/strings_all.xml)**: * Ghost_Name - Russian mob name * Ghost_Info - Russian description ==== Wiki Pages ==== **English**: * [[en:rpd:ghost_mob|Ghost]] - Main wiki page **Russian**: * [[ru:rpd:ghost_mob|Призрак]] - Russian wiki page ==== Code References ==== * Main implementation: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/Ghost.java|Ghost.java]] * String resources: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml|strings_all.xml:Ghost]] {{tag> mr mobs ghost reference machine-readable}}