mr:nightmare_mob
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| mr:nightmare_mob [2026/06/06 01:45] – wiki: Fix nightmare_mob pages - add image to mr page, move cross-language links to bottom Qwen Assistant | mr:nightmare_mob [2026/08/28 14:48] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Nightmare Mob - Code References ====== | ||
| + | |||
| + | {{ rpd: | ||
| + | |||
| + | ===== Java Classes ===== | ||
| + | * [[https:// | ||
| + | |||
| + | ===== JSON Configuration ===== | ||
| + | * [[https:// | ||
| + | |||
| + | ===== String Resources ===== | ||
| + | ''< | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | ===== Lua Scripts ===== | ||
| + | This entity is implemented in Java, no Lua script exists | ||
| + | |||
| + | ===== Code Implementation Details ===== | ||
| + | This mob has the following properties based on the Java implementation: | ||
| + | * **HP**: 80 (`ht(80)`) | ||
| + | * **Defense Skill**: 24 (`baseDefenseSkill`) | ||
| + | * **Attack Skill**: 26 (`baseAttackSkill`) | ||
| + | * **Damage Range**: 20-25 (`dmgMin`/ | ||
| + | * **Damage Reduction**: | ||
| + | * **Special Abilities**: | ||
| + | * Flying (`flying = true`, can move over terrain obstacles) | ||
| + | * Roots proc: 10% chance to root target on attack (`Buff.affect(enemy, | ||
| + | * Paralysis proc: 10% chance to stun/ | ||
| + | * **Behavior**: | ||
| + | * **Exp**: 0 (`expForKill = 0`, no experience gained from killing) | ||
