mr:skeleton_mob
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| mr:skeleton_mob [2026/02/15 06:07] – Fix broken internal links and improve mr namespace page with entity usage details Qwen Assistant | mr:skeleton_mob [2026/02/20 02:43] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Skeleton - Code References ====== | ||
| + | |||
| + | ===== Java Classes ===== | ||
| + | * [[https:// | ||
| + | |||
| + | ===== Entity Stats (from Java) ===== | ||
| + | * **HP/HT:** 25 | ||
| + | * **Base Defense Skill:** 9 | ||
| + | * **Base Attack Skill:** 12 | ||
| + | * **Damage:** 3-8 | ||
| + | * **Damage Reduction: | ||
| + | * **EXP for Kill:** 5 | ||
| + | * **Max Level:** 10 | ||
| + | * **Undead:** Yes (setUndead(true)) | ||
| + | |||
| + | ===== Special Abilities (from Java) ===== | ||
| + | * **Explosion on Death:** When killed, explodes and deals damage to all adjacent creatures (4 neighbors) | ||
| + | * **Damage Calculation: | ||
| + | * **Hero Death:** Can kill the hero through explosion damage | ||
| + | * **Sound Effect:** Plays SND_BONES sound on death when visible | ||
| + | |||
| + | ===== Loot Table (from Java) ===== | ||
| + | * **Normal:** Random weapon from Treasury (worstOf WEAPON category, tier 3) | ||
| + | * **NecroBossLevel: | ||
| + | |||
| + | ===== JSON Configuration ===== | ||
| + | * [[https:// | ||
| + | |||
| + | ===== String Resources ===== | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | ===== Lua Scripts ===== | ||
| + | * Used in [[https:// | ||
| + | |||
| + | ===== Related mr Entities ===== | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
