mr:golem_mob

Golem Mob - Code References

Golem Mob

Java Classes

  • Stats verification: Extracted directly from Golem.java constructor (hp: 85, attack skill: 28, defense skill: 18, damage: 20-40, defense rate: 12, exp: 12)
  • Resistances and Immunities: Resists ScrollOfPsionicBlast, immune to Amok, Terror, Sleep, and Bleeding
  • Special Properties:
    1. Attack delay: 1.5 seconds (slower than most mobs)
    2. Max level cap: 22
    3. Used in Imp quest - drops DwarfToken when killed

JSON Configuration

String Resources

<string name="Golem_Name">Golem</string>
<string name="Golem_Name_Objective">golem</string>
<string name="Golem_Defense">defense</string>
<string name="Golem_Gender">m</string>
<string name="Golem_Desc">Golems are magical constructs animated to serve as guards. They move slowly but strike hard, and are often found guarding valuable treasure.</string>

Lua Scripts

This entity is implemented in Java, no Lua script exists

Additional Technical Details

  • Entity Registration: Registered in MobFactory.java with registerMobClass(Golem.class)
  • Quest Connection: Part of the Dwarf Token quest chain through Imp NPC (alternative quest route)
  • Essence Value: Used in alchemy recipes with medium-high value (10 essence)
  • Visual Effects: Uses “Golem” effect for ZapEffect which creates ElmoParticle.FACTORY effect burst
mr/golem_mob.txt · Last modified: by 127.0.0.1