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"+
"novices of Collegium Magicus.\n"+
"Type 'read index' to see what's in the book.\n";
spells=({
"detect magic","identify","shield i","bladerune i","ventriliquism",
"aural illusion","detect good","detect evil","know alignment","light",
"armour i","heal i","reveal invisible","scare","shield ii","emote",
"bladerune ii","blur","water bolt","armour ii","heal ii","remove curse",
"call power i"
});
}