mr:air_elemental_mob
Differences
This shows you the differences between two versions of the page.
| mr:air_elemental_mob [2026/02/22 03:01] – Wiki standards compliance fixes for 5 random pages Qwen Assistant | mr:air_elemental_mob [2026/02/22 03:06] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Air Elemental Mob - Code References ====== | ||
| + | ===== Java Classes ===== | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | ===== JSON Configuration ===== | ||
| + | * [[https:// | ||
| + | |||
| + | ===== String Resources ===== | ||
| + | * English: [[https:// | ||
| + | * Russian: [[https:// | ||
| + | * All languages: Search for " | ||
| + | |||
| + | ===== Lua Scripts ===== | ||
| + | This entity is implemented in Java, no Lua script exists | ||
| + | |||
| + | ===== Key Implementation Details ===== | ||
| + | * **Stats Adjustment**: | ||
| + | * **HP Formula**: hp = depth * 3 + 1 | ||
| + | * **Defense Skill**: baseDefenseSkill = depth * 2 + 1 | ||
| + | * **Attack Skill**: baseAttackSkill = baseDefenseSkill * 2 + 1 | ||
| + | * **Experience**: | ||
| + | * **Max Level**: maxLvl = depth + 2 | ||
| + | * **Damage Reduction**: | ||
| + | * **Damage Range**: dmgMin = 0, dmgMax = ht() / 4 | ||
| + | * **Flying**: Always flying (flying = true) | ||
| + | * **Carcass Chance**: 0 (no carcass drop) | ||
| + | * **Loot**: 10% chance to drop PotionOfLevitation | ||
| + | * **Immunities**: | ||
| + | * **Special Attack**: Uses WindGust spell via zapProc() method | ||
| + | * **Attack Range**: Can attack at distance up to skillLevel cells | ||
| + | * **Movement**: | ||
mr/air_elemental_mob.txt · Last modified: by 127.0.0.1
