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 the\n"+
            "most powerful magicians of Collegium Magicus.\n"+
            "Type 'read index' to see what's in the book.\n";
  spells=({
    "lightning bolt","regeneration","read mind","bladerune iv","shield iv",
    "armour iv","heal iv","call total power","meteor swarm"
    });
}