User Tools

Site Tools


rpd:golem_mob

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
rpd:golem_mob [2025/12/25 02:29] – Wiki improvements: Fixed subclass info, added missing pages, corrected naming conventions mikerpd:golem_mob [2025/12/25 02:33] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== 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**: 15
 +  * **HP**: 40
 +  * **EXP for killing**: 8
 +  * **Defense**: 15
 +  * **Accuracy**: 15 (base)
 +  * **Evasion**: 8
 +  * **Damage**: 10-20
 +  * **Speed**: 0.5× (half normal speed)
 +
 +==== Special Abilities ====
 +  * **Mechanical**: Immune to many status effects that affect living beings (e.g., poison, bleeding)
 +  * **Recharge**: Gradually regenerates energy, which can make some attacks stronger
 +  * **Explosion**: When killed, has a chance to explode dealing damage to adjacent cells
 +  * **Sturdy Build**: Takes reduced damage from many sources due to its mechanical nature
 +
 +==== Strategy ====
 +  * Use high-damage weapons or spells to take it down quickly before it can use its abilities
 +  * Keep your distance as its slow speed can be used against it
 +  * Be aware of its explosion ability - standing adjacent when it dies can cause damage
 +  * Since it's mechanical, status effects like poison won't work on it
 +  * Ranged attacks are effective since you can stay out of its reach
 +
 +==== Drops ====
 +Golems can drop:
 +  * **[[rpd:dwarf_token_item|Dwarf Tokens]]** - During the Blacksmith's quest
 +  * Gold coins
 +  * Various other items 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 ====
 +  * [[rpd:mobs|Other Mobs]]
 +  * [[rpd:prison_level|Prison Level]]
 +  * [[rpd:mechanical_enemies|Mechanical Enemies]]
 +  * [[rpd:dwarf_token_item|Dwarf Token]] (quest item)
 +  * [[rpd:blacksmith|Blacksmith]] (gives quest involving golems)
 +
 +{{tag> rpd mobs prison mechanical golem}}
rpd/golem_mob.txt · Last modified: by 127.0.0.1