inherit"players/auronthas/spells/spell_book";

reset(ar)
{
  ::reset(ar);
  if(ar) return;
  short_desc="a big spell book";
  long_desc="This is an ancient book of spells for use by medium level\n"+
            "magicians of Collegium Magicus.\n"+
            "Type 'read index' to see what's in the book.\n";
  spells=({
    "ice bolt","locate","neutralize poison","rope trick","fire bolt","invisibility",
    "shield iii","bladerune iii","dispel magic","illusion","armour iii",
    "heal iii","call power ii"
    });
}