mr:goo_mob
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| mr:goo_mob [2026/03/09 08:38] – Wiki standards: Fix broken links, translation consistency, and enhance mr: namespace documentation Qwen Assistant | mr:goo_mob [2026/03/09 08:43] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Goo - Code References ====== | ||
| + | ===== Java Classes ===== | ||
| + | * [[https:// | ||
| + | |||
| + | ===== JSON Configuration ===== | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | ===== String Resources ===== | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | ===== Lua Scripts ===== | ||
| + | This entity is implemented in Java, no Lua script exists | ||
| + | |||
| + | ===== Additional Information ===== | ||
| + | * **Entity Type**: Boss mob | ||
| + | * **Level**: Found in Sewers (boss of level 2) | ||
| + | * **Parent Class**: Boss (extends Boss class) | ||
| + | |||
| + | ===== Stats (from Java code) ===== | ||
| + | * **HP**: 68 (hp(ht(68))) | ||
| + | * **Experience**: | ||
| + | * **Base Defense Skill**: 12 | ||
| + | * **Base Attack Skill**: 11 | ||
| + | * **Damage Reduction**: | ||
| + | * **Damage (normal)**: 4-11 | ||
| + | * **Damage (pumped up)**: 7-21 | ||
| + | * **Attack Skill (normal)**: 11 | ||
| + | * **Attack Skill (pumped up)**: 26 | ||
| + | * **Loot**: Potions (80% chance) | ||
| + | * **Resistance**: | ||
| + | * **Special Item**: Drops SkeletonKey on death | ||
| + | |||
| + | ===== Special Mechanics (from Java code) ===== | ||
| + | * **Pump Up**: Goo can "pump up" to increase damage and attack range | ||
| + | * Pump up delay: 2.2 seconds (PUMP_UP_DELAY = 2.2f) | ||
| + | * When pumped: damage increases to 7-21, attack skill to 26, range extends to 2 tiles | ||
| + | * Visual indicator: plays " | ||
| + | * **Ooze Effect**: 33% chance (1 in 3) to apply Ooze buff on attack | ||
| + | * **Water Healing**: Heals 1 HP per turn when standing in water and not at full HP | ||
| + | * **Camera Shake**: Pumped up attacks cause camera shake (intensity 3, duration 0.2s) | ||
| + | |||
| + | ===== Sprite Configuration ===== | ||
| + | * **Texture**: | ||
| + | * **Dimensions**: | ||
| + | * **Animations**: | ||
| + | - Idle: frames [0, 1], 10 fps, looped | ||
| + | - Run: frames [0, 1], 10 fps, looped | ||
| + | - Attack: frames [5, 0, 6], 10 fps, not looped | ||
| + | - Zap: frames [5, 0, 6], 10 fps, not looped | ||
| + | - Die: frames [2, 3, 4], 10 fps, not looped | ||
| + | - Pump (extra): frames [0, 1], 20 fps, looped | ||
| + | * **Blood Color**: 0xFF000000 (black) | ||
| + | |||
| + | ===== Music Configuration ===== | ||
| + | * **Battle Music**: ost_boss_1_fight | ||
| + | * **Fallback Music**: ost_boss_fight | ||
| + | |||
| + | ===== Related Buffs ===== | ||
| + | * [[https:// | ||
| + | |||
| + | ===== Related Items ===== | ||
| + | * [[https:// | ||
mr/goo_mob.txt · Last modified: by 127.0.0.1
