version 1.11 | | version 1.12 |
---|
| | |
/* | | /* |
* static char *rcsid_spellist_h = | | * static char *rcsid_spellist_h = |
* "$Id: spellist.h,v 1.11 2000/10/20 07:57:29 peterm Exp $"; | | * "$Id: spellist.h,v 1.12 2000/10/31 04:53:48 peterm Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
{"animate weapon", 7, 25, 0, 10, 0, 0, 4, 0, 0, 0, 0, | | {"animate weapon", 7, 25, 0, 10, 0, 0, 4, 0, 0, 0, 0, |
PATH_TELE, "dancingsword", }, | | PATH_TELE, "dancingsword", }, |
{"cause cold", 2, 10, 5, 10, 3, 2, 5, 1, 0, 1, 0, /* 187 */ | | {"cause cold", 2, 10, 5, 10, 3, 2, 5, 1, 0, 1, 0, /* 187 */ |
PATH_WOUNDING,"disease_cold"} | | PATH_WOUNDING,"disease_cold"}, |
| | {"divine shock", 1, 5, 0, 10, 0, 0, 5, 1, 0, 1, 0, |
| | PATH_WOUNDING,"divine_shock"} |
| | |
}; | | }; |
| | |
| | |
{ 10, 9, 3, 0, 30}, /* mana bolt */ | | { 10, 9, 3, 0, 30}, /* mana bolt */ |
{ 2, 20, 2, 1, 10}, /* dancing sword */ /* 185 */ | | { 2, 20, 2, 1, 10}, /* dancing sword */ /* 185 */ |
{ 2, 20, 2, 1, 20}, /* animate weapon */ | | { 2, 20, 2, 1, 20}, /* animate weapon */ |
{ 0, 0, 3, 5, 10} /*cause cold*/ | | { 0, 0, 3, 5, 10}, /*cause cold*/ |
| | { 2, 40, 4, 1, 6} /*divine shock*/ |
}; | | }; |
| | |
char *spellpathnames[NRSPELLPATHS] = { | | char *spellpathnames[NRSPELLPATHS] = { |