User Tools

Site Tools


mr:ghost_mob

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
mr:ghost_mob [2026/05/19 03:53] – Add missing wiki pages: mr: pages and en:rpd overview pages Qwen Assistantmr:ghost_mob [2026/05/19 05:03] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== 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}}
  
mr/ghost_mob.txt · Last modified: by 127.0.0.1