rpd:yogs_teeth_mob
Differences
This shows you the differences between two versions of the page.
| rpd:yogs_teeth_mob [2025/12/24 14:39] – Enhance wiki documentation and fix naming inconsistencies mike | rpd:yogs_teeth_mob [2025/12/24 14:42] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Yog's Teeth ====== | ||
| + | {{ rpd: | ||
| + | |||
| + | ==== Description ==== | ||
| + | Yog's Teeth is a powerful mob found in the Guts level of the dungeon, representing part of the Yog-Dzewa boss encounter. It's one of the secondary bosses that can appear during the Yog fight. | ||
| + | |||
| + | ==== Basic Stats ==== | ||
| + | * **HP:** 350 (hp(ht(350))) | ||
| + | * **HT:** 350 | ||
| + | * **Base Attack Skill:** 46 | ||
| + | * **Base Defense Skill:** 44 | ||
| + | * **Damage:** 50-80 (dmgMin = 50, dmgMax = 80) | ||
| + | * **Damage Resistance: | ||
| + | * **EXP for Kill:** 26 (expForKill = 26) | ||
| + | * **Can be Pet:** No (canBePet() returns false) | ||
| + | |||
| + | ==== Special Abilities ==== | ||
| + | * **Life Drain:** On 1/3 chance, heals for damage dealt (Random.Int(3) == 1: heal(damage, | ||
| + | * **Bleeding: | ||
| + | * **Double Damage:** On 1/3 chance, deals double damage (Random.Int(3) == 1: Devour.hit(enemy); | ||
| + | * **Aggro Alert:** When damaged, alerts all other mobs in the level to its position (damage method calls mob.beckon(getPos()) for all mobs) | ||
| + | * **Immunities: | ||
| + | * **Resistances: | ||
| + | |||
| + | ==== Spawn Information ==== | ||
| + | * **Level:** Guts level (level 22-24) | ||
| + | * **Type:** Secondary boss (one of several possible secondary bosses in Yog encounter) | ||
| + | * **Related Mobs:** Part of the Yog-Dzewa encounter alongside [[rpd: | ||
| + | * **Rarity:** Rare encounter during Yog-Dzewa fight | ||
| + | |||
| + | ==== Combat Strategy ==== | ||
| + | * High damage output requires careful positioning | ||
| + | * The life drain ability makes sustained combat challenging | ||
| + | * The double damage proc can be devastating, | ||
| + | * Defeating this mob is part of completing the Yog-Dzewa challenge | ||
| + | * Try to defeat it quickly before it can heal significantly from life drain | ||
| + | * Consider using crowd control effects despite its immunity to some (Paralysis, Sleep, etc.) | ||
| + | |||
| + | ==== Related ==== | ||
| + | * [[rpd: | ||
| + | * [[rpd: | ||
| + | * [[rpd: | ||
| + | * [[rpd: | ||
| + | * [[rpd: | ||
| + | |||
| + | ==== Source Code ==== | ||
| + | * Java Class: [[https:// | ||
| + | * String Resources (English): [[https:// | ||
| + | * String Resources (Russian): [[https:// | ||
| + | * JSON Configuration: | ||
| + | * Base Mob Class: [[https:// | ||
| + | * Bleeding Buff: [[https:// | ||
| + | * Immunity System: [[https:// | ||
| + | |||
| + | {{tag> rpd mobs bosses}} | ||
rpd/yogs_teeth_mob.txt · Last modified: by 127.0.0.1
