ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/spellist.h
(Generate patch)

Comparing deliantra/server/include/spellist.h (file contents):
Revision 1.1 by root, Fri Feb 3 07:12:51 2006 UTC vs.
Revision 1.2 by pippijn, Tue Feb 7 14:55:32 2006 UTC

1/* 1/*
2 * static char *rcsid_spellist_h = 2 * static char *rcsid_spellist_h =
3 * "$Id: spellist.h,v 1.1 2006/02/03 07:12:51 root Exp $"; 3 * "$Id: spellist.h,v 1.2 2006/02/07 14:55:32 pippijn Exp $";
4 */ 4 */
5 5
6/* 6/*
7 CrossFire, A Multiplayer game for X-windows 7 CrossFire, A Multiplayer game for X-windows
8 8
453 PATH_MISSILE,"magic_missile"}, 453 PATH_MISSILE,"magic_missile"},
454{"cause rabies", 12, 120, 0, 10, 0, 0, 0, 1, 0, 1, 0, 454{"cause rabies", 12, 120, 0, 10, 0, 0, 0, 1, 0, 1, 0,
455 PATH_WOUNDING,"rabies"}, 455 PATH_WOUNDING,"rabies"},
456{"glyph", 12, 5, 0, 30, 0, 0, 1, 0, 0, 1, 0, 456{"glyph", 12, 5, 0, 30, 0, 0, 1, 0, 0, 1, 0,
457 PATH_CREATE, "generic_rune",}, 457 PATH_CREATE, "generic_rune",},
458{"asteroid", 8,15, 0, 20, 0, 0, 0, 1, 0, 0, 0,
459 PATH_MISSILE, NULL,},
460{"frost nova", 12,30, 0, 30, 0, 0, 0, 1, 0, 0, 0,
461 PATH_MISSILE, "asteroid",},
458}; 462};
459/* name,lvl,sp,charges,time,scrolls[nr,chance],book-chance,rng,defensive,cleric,self 463/* name,lvl,sp,charges,time,scrolls[nr,chance],book-chance,rng,defensive,cleric,self
460 path, other arch*/ 464 path, other arch*/
461 465
462/* peterm: the following defines the parameters for all the 466/* peterm: the following defines the parameters for all the
682{ 0, 0, 5, 4, 6}, /*ironwood skin*/ 686{ 0, 0, 5, 4, 6}, /*ironwood skin*/
683{ 20, 5, 3, 5, 7}, /*wrathful eye*/ 687{ 20, 5, 3, 5, 7}, /*wrathful eye*/
684{ 0, 5, 3, 5, 0}, /*town portal*/ 688{ 0, 5, 3, 5, 0}, /*town portal*/
685{ 0, 0, 0, 4, 12}, /*missile swarm*/ 689{ 0, 0, 0, 4, 12}, /*missile swarm*/
686{ 0, 0, 1, 1, 12}, /*cause rabies*/ 690{ 0, 0, 1, 1, 12}, /*cause rabies*/
691{ 75, 0, 1, 0, 18}, /*asteroid*/
692{ 0, 0, 0, 4, 12}, /*frost nova*/
687}; 693};
688 694
689char *spellpathnames[NRSPELLPATHS] = { 695char *spellpathnames[NRSPELLPATHS] = {
690 "Protection", 696 "Protection",
691 "Fire", 697 "Fire",

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines