mud/lib/domains/Praxis/obj/mon/orc_shaman.c
2020-09-06 05:43:07 -07:00

21 lines
522 B
C

inherit "/lib/npc";
create() {
::create();
SetKeyName("shaman");
SetId( ({ "shaman", "orc", "orc shaman" }) );
SetShort("The high orc shaman");
SetAggressive( 29);
SetLevel(13);
SetLong("She is a powerful dark mage and the leader of the orcs of Orc Valley.\n");
SetMorality(-515);
SetGender("female");
SetClass("mage");
SetRace( "orc");
SetHealthPoints(220);
SetMagicPoints(350);
SetRace("human");
SetSkill("magic attack", 60);
SetProperty("no bump", 1);
}