version 1.32 | | version 1.33 |
---|
| | |
/* | | /* |
* static char *rcsid_spellist_h = | | * static char *rcsid_spellist_h = |
* "$Id: spellist.h,v 1.32 2001/11/06 01:33:09 darth_bob Exp $"; | | * "$Id: spellist.h,v 1.33 2002/07/25 06:57:14 mwedel Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
{"missile swarm", 7, 6, 0, 3, 0, 0, 1, 1, 0, 0, 0, | | {"missile swarm", 7, 6, 0, 3, 0, 0, 1, 1, 0, 0, 0, |
PATH_MISSILE,"magic_missile"}, | | PATH_MISSILE,"magic_missile"}, |
{"cause rabies", 12, 120, 0, 10, 0, 0, 0, 1, 0, 1, 0, | | {"cause rabies", 12, 120, 0, 10, 0, 0, 0, 1, 0, 1, 0, |
PATH_WOUNDING,"rabies"} | | PATH_WOUNDING,"rabies"}, |
| | {"glyph", 12, 5, 0, 30, 0, 0, 1, 0, 0, 1, 0, |
| | PATH_CREATE, "generic_rune",}, |
}; | | }; |
| | /* name,lvl,sp,charges,time,scrolls[nr,chance],book-chance,rng,defensive,cleric,self |
| | path, other arch*/ |
| | |
/* peterm: the following defines the parameters for all the | | /* peterm: the following defines the parameters for all the |
spells. | | spells. |