mr:ghost_mob
Differences
This shows you the differences between two versions of the page.
| 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 Assistant | mr:ghost_mob [2026/05/19 05:03] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== mr: | ||
| + | |||
| + | Machine-readable reference page for Ghost mob in Remixed Dungeon. | ||
| + | |||
| + | ==== Java Implementation ==== | ||
| + | |||
| + | **Class File**: | ||
| + | * File: [[https:// | ||
| + | * Path: com/ | ||
| + | * 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/ | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | **Russian (values-ru/ | ||
| + | * Ghost_Name - Russian mob name | ||
| + | * Ghost_Info - Russian description | ||
| + | |||
| + | ==== Wiki Pages ==== | ||
| + | |||
| + | **English**: | ||
| + | * [[en: | ||
| + | |||
| + | **Russian**: | ||
| + | * [[ru: | ||
| + | |||
| + | ==== Code References ==== | ||
| + | |||
| + | * Main implementation: | ||
| + | * String resources: [[https:// | ||
| + | |||
| + | {{tag> mr mobs ghost reference machine-readable}} | ||
mr/ghost_mob.txt · Last modified: by 127.0.0.1
