mr:yogs_eye_mob
Differences
This shows you the differences between two versions of the page.
| mr:yogs_eye_mob [2025/12/19 06:05] – Add wiki pages for Ring of Frost, YogsEye, Lich subclass, and Keyring with source code references mike | mr:yogs_eye_mob [2025/12/19 06:10] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Yogs Eye Mob ====== | ||
| + | ==== Entity Kind ==== | ||
| + | YogsEye | ||
| + | |||
| + | ==== Java Class ==== | ||
| + | [[code: | ||
| + | |||
| + | ==== JSON Configuration ==== | ||
| + | (No specific JSON config for this mob) | ||
| + | |||
| + | ==== Lua Script ==== | ||
| + | (No specific Lua script for this mob) | ||
| + | |||
| + | ==== String Resource References ==== | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | |||
| + | ==== Code Implementation ==== | ||
| + | This mob inherits from Boss class. It has the following key properties: | ||
| + | |||
| + | * **movable**: | ||
| + | * **HP**: 1000 | ||
| + | * **Attack**: 30 | ||
| + | * **Defense**: | ||
| + | * **Damage**: 20-30 | ||
| + | * **EXP**: 50 | ||
| + | * **Special Immunities**: | ||
| + | * **Special Abilities**: | ||
| + | * **Death Ray**: Can attack with a ray that passes through multiple enemies in a straight line | ||
| + | * **Larva Spawn**: Spawns Larva when taking damage | ||
| + | * **Organ Coordination**: | ||
| + | * **Organ Protection**: | ||
| + | * **Secondary Boss Spawning**: At the start of battle, spawns 2-3 other Yog organs randomly | ||
| + | |||
| + | ==== Behavior ==== | ||
| + | * Remains stationary throughout the battle | ||
| + | * Cannot be beckoned (overridden beckon method does nothing) | ||
| + | * Automatically spawns secondary bosses with the main Yog battle | ||
| + | * Uses a death ray attack that affects all enemies in a line | ||
| + | * Dies, awards a badge for Yog-Dzewa being slain | ||
