16 virtual int dr() {
return 12; }
18 virtual void die(
const std::string& cause);
21 std::string(
"The Dwarves tried to combine their knowledge of mechanisms with their newfound power of elemental binding. ") +
22 std::string(
"They used spirits of earth as the \"soul\" for the mechanical bodies of golems, which were believed to be ") +
23 std::string(
"most controllable of all. Despite this, the tiniest mistake in the ritual could cause an outbreak.");
Char()
Definition char.cpp:34
Definition charsprite.h:13
Golem()
Definition golem.cpp:14
static Mob * CreateGolem()
Definition golem.cpp:9
virtual void die(const std::string &cause)
Definition golem.cpp:31
virtual std::string description()
Definition golem.h:19
virtual float attackDelay()
Definition golem.h:26
virtual std::string defenseVerb()
Definition golem.h:17
virtual int attackSkill(Char *target)
Definition golem.h:15
virtual std::string getClassName()
Definition golem.h:8
virtual int dr()
Definition golem.h:16
virtual CharSprite * Sprite()
Definition golem.cpp:4
virtual int damageRoll()
Definition golem.cpp:26
int target
Definition mob.h:58
Mob()
Definition mob.cpp:17