====== Monk ====== {{ rpd:images:monk_mob.png|Monk }} **Monk** is a human [[en:rpd:mob|mob]] found in the [[en:rpd:prison_level|Prison level]] of Remixed Dungeon. It's a fast [[en:rpd:melee_mechanic|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 [[en:rpd:weapon|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 [[en:rpd:mobs|enemies]] * **Normal Damage**: Deals normal physical damage (not magical or elemental) ==== Strategy ==== * Use [[en:rpd:ranged|ranged weapons]] or [[en:rpd:spell|spells]] to avoid its disarm ability * Wear [[en:rpd:armor|armor]] with high defense to reduce damage from its attacks * Be cautious when fighting in narrow [[en:rpd:corridor|corridors]] where you can't avoid its attacks * If disarmed, try to retrieve your weapon quickly or switch to a different [[en:rpd:weapon|weapon]] * Use [[en:rpd:weapon|weapons]] with [[en:rpd:enchantments|enchantments]] that trigger on hit to deal damage despite its high evasion ==== Drops ==== [[en:rpd:monk_mob|Monks]] can drop: * **[[en:rpd:dwarf_token_item|Dwarf Tokens]]** - During the [[en:rpd:blacksmith_npc|Blacksmith's]] quest * [[en:rpd:gold_item|Gold coins]] * [[en:rpd:ration_item|Rations]] or other food items * Occasionally a piece of [[en:rpd:equipment|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]] * Russian String Resource: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values-ru/strings_all.xml#L1343-L1348|Monk_Name, Monk_Info, Monk_Desc, Monk_Aggro, Monk_Killed, Monk_Crushed (RU)]] * Mob Registration: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/common/MobFactory.java#L173|MobFactory.java:173]] * Sprite Configuration: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/spritesDesc/Monk.json|Monk.json]] * Senior Mob Class: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/Senior.java|Senior.java]] (extends Monk) ==== Related Pages ==== * [[en:rpd:mobs|Other Mobs]] * [[en:rpd:prison_level|Prison Level]] * [[en:rpd:huntress_class|Huntress]] (class with ranged advantages) * [[en:rpd:dwarf_token_item|Dwarf Token]] (quest item) * [[en:rpd:blacksmith_npc|Blacksmith]] (gives quest involving monks) {{tag> rpd mobs prison monk}}