mr:monk_mob
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| mr:monk_mob [2026/06/16 10:07] – mr/monk_mob.txt: Update with verified code references and correct string resources Qwen Assistant | mr:monk_mob [2026/06/16 17:52] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Monk - Code References ====== | ||
| + | ===== Java Classes ===== | ||
| + | * [[https:// | ||
| + | |||
| + | ===== Entity Stats (from Java) ===== | ||
| + | * **HP/HT:** 70 | ||
| + | * **Base Defense Skill:** 30 | ||
| + | * **Base Attack Skill:** 30 | ||
| + | * **Damage:** 12-16 | ||
| + | * **Damage Reduction: | ||
| + | * **EXP for Kill:** 11 | ||
| + | * **Max Level:** 21 | ||
| + | * **Attack Delay:** 0.5f (50% faster than normal) | ||
| + | |||
| + | ===== Special Abilities (from Java) ===== | ||
| + | * **Kick Attack:** 50% chance to perform a kick attack instead of normal melee (uses extra animation " | ||
| + | * **Disarm:** 16.67% chance (1 in 6) to disarm enemy of their weapon from WEAPON or LEFT_HAND slot (doesn' | ||
| + | * **Immunities: | ||
| + | * **Quest Mob:** Can be part of Imp's quest (Imp.Quest.process) | ||
| + | |||
| + | ===== Spawn Locations (from Bestiary.json) ===== | ||
| + | * **Level 14 (Caves):** 0.01 spawn weight | ||
| + | * **Level 16 (City):** 0.2 spawn weight | ||
| + | * **Level 17 (City):** 1.0 spawn weight | ||
| + | * **Level 18 (City):** 2.0 spawn weight | ||
| + | * **Level 19 (City):** 2.0 spawn weight | ||
| + | |||
| + | ===== Loot Table (from Java) ===== | ||
| + | * **Food:** 15.3% chance to drop food items | ||
| + | |||
| + | ===== JSON Configuration ===== | ||
| + | * [[https:// | ||
| + | |||
| + | ===== String Resources ===== | ||
| + | * **English** ([[https:// | ||
| + | * `Monk_Name` = "dwarf monk" | ||
| + | * `Monk_Name_Objective` = "dwarf monk" | ||
| + | * `Monk_Desc` = "These monks are fanatics, who devoted themselves to protecting their city's secrets from all aliens. They don't use any armor or weapons, relying solely on the art of hand-to-hand combat." | ||
| + | * `Monk_Defense` = " | ||
| + | * `Monk_Disarm` = "%1$s has knocked the %2$s from your hands!" | ||
| + | * `Imp_Monks1` = Imp quest dialog about killing 8 monks | ||
| + | * `Imp_Monks2` = Imp quest completion dialog | ||
| + | * **Russian** ([[https:// | ||
| + | * `Monk_Name` = " | ||
| + | * `Monk_Name_Objective` = " | ||
| + | * `Monk_Desc` = " | ||
| + | * `Monk_Defense` = " | ||
| + | * `Monk_Disarm` = "%1$s выбил %2$s из твоих рук!" | ||
| + | |||
| + | ===== Lua Scripts ===== | ||
| + | * No dedicated Lua script (behavior implemented in Java) | ||
| + | |||
| + | ===== Related mr Entities ===== | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
