User Tools

Site Tools


mr:warlock_mob

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
mr:warlock_mob [2025/12/20 21:44] – Add additional missing mr: namespace pages mikemr:warlock_mob [2025/12/21 01:28] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== mr:warlock_mob ======
  
 +=== Entity Information ===
 +  * **Class Name**: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/Warlock.java|Warlock.java]]
 +  * **Entity Kind**: Warlock
 +  * **Type**: Mob
 +  * **Category**: Magic User
 +
 +=== Statistics ===
 +  * **HP**: 70
 +  * **HT**: 70
 +  * **Defense Skill**: 18
 +  * **Attack Skill**: 25
 +  * **Damage Min**: 12
 +  * **Damage Max**: 20
 +  * **DR (Damage Resistance)**: 8
 +  * **EXP for Kill**: 11
 +  * **Max Lvl**: 21
 +
 +=== Special Abilities ===
 +  * **Blink Escape**: When damaged below 2/3 or 1/3 HP, blinks away taking only half damage
 +  * **Ranged Attack**: Can attack enemies at range using Ballistica mechanics
 +  * **Weakness Curse**: Successful attacks have 50% chance to inflict weakness on target when hero
 +  * **Immunity**: Immune to Death enchantment
 +
 +=== Drops ===
 +  * **Potions**: Drops potions with 83% chance
 +
 +=== Code References ===
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/Warlock.java|Warlock.java]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/Mob.java|Mob.java]]
 +
 +=== String Resources ===
 +  * **Name**: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values-ru/strings_all.xml#L1342|Warlock_Name]]
 +  * **Description**: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values-ru/strings_all.xml#L1345|Warlock_Desc]]
 +  * **Gender**: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values-ru/strings_all.xml#L1343|Warlock_Gender]]
 +  * **Objective Name**: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values-ru/strings_all.xml#L1344|Warlock_Name_Objective]]
 +  * **Killed Message**: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values-ru/strings_all.xml#L1346|Warlock_Killed]]
 +
 +=== Configuration Files ===
 +  * (No specific configuration file - uses default mob settings)
 +
 +{{tag> rpd mobs machine_readable }}