mr:ice_guardian_core_mob
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| mr:ice_guardian_core_mob [2026/03/09 09:59] – Wiki maintenance: Update mr: namespace pages with accurate code references Qwen Assistant | mr:ice_guardian_core_mob [2026/03/09 10:03] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Ice Guardian Core Mob - Code References ====== | ||
| + | |||
| + | ===== Java Classes ===== | ||
| + | * **Implementation: | ||
| + | * **Inheritance: | ||
| + | * **Package: | ||
| + | * **Registration: | ||
| + | |||
| + | ===== Stats (from Java code) ===== | ||
| + | * **HP:** 1000 (ht(1000)) | ||
| + | * **Experience for Kill:** 5 | ||
| + | * **Base Defense Skill:** 10 | ||
| + | * **Base Attack Skill:** 26 | ||
| + | * **Damage:** 13-23 (dmgMin-dmgMax) | ||
| + | * **Defense Rating:** 11 | ||
| + | * **Base Speed:** 0.5f (slower than normal) | ||
| + | |||
| + | ===== Immunities (from Java code) ===== | ||
| + | * Paralysis | ||
| + | * ToxicGas | ||
| + | * Terror | ||
| + | * Death (enchantment) | ||
| + | * Amok | ||
| + | * Blindness | ||
| + | * Sleep | ||
| + | |||
| + | ===== Drops (from Java code) ===== | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | ===== JSON Configuration ===== | ||
| + | This entity is implemented purely in Java, no JSON configuration found. | ||
| + | |||
| + | ===== String Resources ===== | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | ===== Lua Scripts ===== | ||
| + | This entity is implemented in Java, no Lua script exists | ||
| + | |||
| + | ===== Additional References ===== | ||
| + | * **Related Mob:** [[https:// | ||
| + | * **Death Behavior:** [[https:// | ||
| + | * **Badge:** [[https:// | ||
| + | * **Sprite:** [[https:// | ||
