====== Golem ====== {{ rpd:images:golem_mob.png|Golem }} **Golem** is a mechanical mob found in the Prison level of Remixed Dungeon. It's a powerful enemy with high defense and damage, but moves slowly. ==== Stats ==== * **Level**: Scales up to level 22 * **HP**: 85 * **EXP for killing**: 12 * **Defense**: 12 (Damage Reduction) * **Attack Skill**: 28 (base) * **Defense Skill**: 18 * **Damage**: 20-40 * **Attack Delay**: 1.5 seconds (slower than most mobs) ==== Special Abilities ==== * **Mechanical Nature**: Immune to status effects that affect living beings - Immune to **Amok** (confusion effect) - Immune to **Terror** (fear effect) - Immune to **Sleep** (paralysis effect) - Immune to **Bleeding** (damage over time) * **Magic Resistance**: Resists effects from `[[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/scrolls/ScrollOfPsionicBlast.java|ScrollOfPsionicBlast]]` * **Quest Mob**: Part of the Imp's quest - killing it progresses the quest ==== Strategy ==== * Use high-damage weapons to take it down quickly * Keep your distance as its slow attack speed can be used against it * Status effects like poison, amok, and terror won't work on it due to its mechanical nature * Ranged attacks are effective since you can stay out of its reach * Be aware it's part of a quest - you may need to kill it for quest rewards ==== Drops ==== Golems can drop: * **[[en:rpd:dwarf_token_item|Dwarf Tokens]]** - During the Blacksmith's quest (via Imp) * Gold coins (occasionally) ==== Content Verification ==== * Java Class: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/Golem.java|Golem.java]] * Source Code Location: RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/Golem.java * String Resource: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1163-L1168|Golem_Name, Golem_Info, Golem_Desc, Golem_Aggro, Golem_Killed, Golem_Crushed]] * Entity Kind: golem (via getEntityKind() returning simple class name) * Machine-readable data: [[mr:golem_mob|mr:golem_mob]] ==== Related Pages ==== * [[en:rpd:mobs|Other Mobs]] * [[en:rpd:prison_level|Prison Level]] * [[en:rpd:mechanical_enemies_mob|Mechanical Enemies]] * [[en:rpd:dwarf_token_item|Dwarf Token]] (quest item) * [[en:rpd:blacksmith_npc|Blacksmith]] (gives quest involving golems) {{tag> rpd mobs prison mechanical golem}}