version 1.30 | | version 1.31 |
---|
| | |
/* | | /* |
* static char *rcsid_spellist_h = | | * static char *rcsid_spellist_h = |
* "$Id: spellist.h,v 1.30 2001/08/30 23:55:02 avogl Exp $"; | | * "$Id: spellist.h,v 1.31 2001/11/01 19:38:43 pcurrlin Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
{"wrathful eye", 5, 30, 0, 20, 0, 0, 0, 1, 0, 1, 0, | | {"wrathful eye", 5, 30, 0, 20, 0, 0, 0, 1, 0, 1, 0, |
PATH_SELF, "wrathful_eye",}, | | PATH_SELF, "wrathful_eye",}, |
{"town portal", 8, 30, 0, 10, 0, 0, 1, 0, 0, 0, 1, | | {"town portal", 8, 30, 0, 10, 0, 0, 1, 0, 0, 0, 1, |
PATH_TELE, "perm_magic_portal",} | | PATH_TELE, "perm_magic_portal",}, |
| | {"missile swarm", 7, 6, 0, 3, 0, 0, 1, 1, 0, 0, 0, |
| | PATH_MISSILE,"magic_missile"} |
}; | | }; |
| | |
/* peterm: the following defines the parameters for all the | | /* peterm: the following defines the parameters for all the |
| | |
{ 0, 0, 5, 4, 6}, /*ironwood skin*/ | | { 0, 0, 5, 4, 6}, /*ironwood skin*/ |
{ 20, 5, 3, 5, 7}, /*wrathful eye*/ | | { 20, 5, 3, 5, 7}, /*wrathful eye*/ |
{ 0, 5, 3, 5, 0}, /*town portal*/ | | { 0, 5, 3, 5, 0}, /*town portal*/ |
| | { 0, 0, 0, 4, 12}, /*missile swarm*/ |
}; | | }; |
| | |
char *spellpathnames[NRSPELLPATHS] = { | | char *spellpathnames[NRSPELLPATHS] = { |