====== Monk ====== {{ rpd:images:monk_mob.png|Monk }} **Monk** is a human mob found in the Prison level of Remixed Dungeon. It's a fast melee combatant that can knock your weapon out of your hands during combat. ==== Stats ==== * **Level**: 11 * **HP**: 20 * **EXP for killing**: 5 * **Defense**: 12 * **Accuracy**: 15 (base) * **Evasion**: 18 * **Damage**: 8-14 * **Speed**: 2× (double normal speed) ==== Special Abilities ==== * **Disarm**: When attacking the Monk, there's a chance it will knock your weapon out of your hands, forcing you to use fists * **High Evasion**: Very hard to hit due to high evasion stats * **Fast Movement**: Moves much faster than most other enemies * **Normal Damage**: Deals normal physical damage (not magical or elemental) ==== Strategy ==== * Use ranged weapons or spells to avoid its disarm ability * Wear armor with high defense to reduce damage from its attacks * Be cautious when fighting in narrow corridors where you can't avoid its attacks * If disarmed, try to retrieve your weapon quickly or switch to a different weapon * Use weapons with enchantments that trigger on hit to deal damage despite its high evasion ==== Drops ==== Monks can drop: * **[[rpd:dwarf_token_item|Dwarf Tokens]]** - During the Blacksmith's quest * Gold coins * Rations or other food items * Occasionally a piece of equipment or useful item ==== Content Verification ==== * Java Class: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/Monk.java|Monk.java]] * Source Code Location: RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/Monk.java * String Resource: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1212-L1217|Monk_Name, Monk_Info, Monk_Desc, Monk_Aggro, Monk_Killed, Monk_Crushed]] * Entity Kind: monk (via getEntityKind() returning simple class name) * Machine-readable data: [[mr:monk_mob|mr:monk_mob]] ==== Related Pages ==== * [[rpd:mobs|Other Mobs]] * [[rpd:prison_level|Prison Level]] * [[rpd:huntress_class|Huntress]] (class with ranged advantages) * [[rpd:dwarf_token_item|Dwarf Token]] (quest item) * [[rpd:blacksmith|Blacksmith]] (gives quest involving monks) {{tag> rpd mobs prison monk}}