mr:shadow_lord_mob
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| mr:shadow_lord_mob [2026/09/07 08:20] – Wiki maintenance: align 5 sampled pages with documentation standards Wiki Maintenance | mr:shadow_lord_mob [2026/09/07 08:23] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Shadow Lord Mob - Code References ====== | ||
| + | ===== Java Classes ===== | ||
| + | * [[https:// | ||
| + | * Package: '' | ||
| + | * Extends: '' | ||
| + | * Implements: '' | ||
| + | * Author: DeadDie (created 13.02.2016) | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | ===== JSON Configuration ===== | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | <code json> | ||
| + | { | ||
| + | " | ||
| + | " | ||
| + | } | ||
| + | </ | ||
| + | |||
| + | * [[https:// | ||
| + | |||
| + | ===== String Resources ===== | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | ===== Lua Scripts ===== | ||
| + | This entity is implemented in Java, no Lua script exists | ||
| + | |||
| + | ===== Implementation Details ===== | ||
| + | * **HP/HT**: 260 (set in constructor: | ||
| + | * **Base Defense Skill**: 40 | ||
| + | * **Base Attack Skill**: 30 | ||
| + | * **Damage Range**: 30-40 ('' | ||
| + | * **Damage Reduction (DR)**: 40 ('' | ||
| + | * **STR**: 15 ('' | ||
| + | * **EXP for Kill**: 60 ('' | ||
| + | * **Drops**: '' | ||
| + | * **Walking Type**: '' | ||
| + | * **isHumanoid**: | ||
| + | |||
| + | ===== Special Abilities ===== | ||
| + | * **spawnShadow()**: | ||
| + | * **spawnWraith()**: | ||
| + | * **twistLevel()**: | ||
| + | * Calls '' | ||
| + | * Builds a maze with '' | ||
| + | * Carves a 3x3 area around hero and boss to avoid soft-lock | ||
| + | * Spawns a '' | ||
| + | * Fills 5x5 area around the crystal with '' | ||
| + | * **canAttack()**: | ||
| + | * **fx()**: Uses '' | ||
| + | * **damage()**: | ||
| + | * Switches state to '' | ||
| + | * Blinks away via '' | ||
| + | * Calls '' | ||
| + | * Sets '' | ||
| + | * **act()**: Per-turn behavior: | ||
| + | * Decrements '' | ||
| + | * When Fleeing and '' | ||
| + | * Heals '' | ||
| + | * Takes 1 damage when standing on '' | ||
| + | * **die()**: On death: | ||
| + | * Yells '' | ||
| + | * Calls '' | ||
| + | * Unseals the level ('' | ||
| + | * Validates '' | ||
| + | |||
| + | ===== Immunities and Resistances ===== | ||
| + | * Inherits from '' | ||
| + | * Special interaction with '' | ||
| + | * No additional immunities declared beyond the '' | ||
| + | |||
| + | ===== Code References ===== | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | ===== Related mr Entities ===== | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | |||
| + | {{tag> mr mob shadow_lord boss reference}} | ||
mr/shadow_lord_mob.txt · Last modified: (external edit)
