mr:monk_mob
Differences
This shows you the differences between two versions of the page.
| mr:monk_mob [2026/02/20 04:56] – Wiki standards compliance: Fix 5 random pages Qwen Assistant | mr:monk_mob [2026/02/20 04:59] (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:** 0.01 spawn weight | ||
| + | * **Level 16:** 0.2 spawn weight | ||
| + | * **Level 17:** 1.0 spawn weight | ||
| + | * **Level 18:** 2.0 spawn weight | ||
| + | * **Level 19:** 2.0 spawn weight | ||
| + | |||
| + | ===== Loot Table (from Java) ===== | ||
| + | * **Food:** 15.3% chance to drop food items | ||
| + | |||
| + | ===== JSON Configuration ===== | ||
| + | * [[https:// | ||
| + | |||
| + | ===== String Resources ===== | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | ===== Lua Scripts ===== | ||
| + | * No dedicated Lua script (behavior implemented in Java) | ||
| + | |||
| + | ===== Related mr Entities ===== | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
mr/monk_mob.txt · Last modified: by 127.0.0.1
