Difference for include/spellist.h from version 1.5 to 1.6


version 1.5 version 1.6
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_spellist_h =   * static char *rcsid_spellist_h =
  *   "$Id: spellist.h,v 1.5 2000/04/17 14:18:13 jec Exp $";   *   "$Id: spellist.h,v 1.6 2000/06/02 08:42:55 cvs Exp $";
  */   */
   
 /*  /*
Line 386
 
Line 386
  PATH_FROST, "snowball_l",}, /* 170 */   PATH_FROST, "snowball_l",}, /* 170 */
 {"cure disease",               5,30,  0, 10, 3, 5,  1,  0, 0, 1, 1,  {"cure disease",               5,30,  0, 10, 3, 5,  1,  0, 0, 1, 1,
  PATH_RESTORE,NULL},   PATH_RESTORE,NULL},
 {"cause red death",           20,100, 0, 10, 0, 0,  0,  1, 0, 1, 0,    /* NOTE DO NOT CHANGE SPELL PATH FOR DISEASE SPELLS.
  PATH_WOUNDING,"ebola"},     THEY ARE SET TO PATH_NULL TO KEEP THEM OUT OF THE HANDS OF PLAYERS,
      UNTIL THEY HAVE BEEN BALANCED. */
   {"cause red death",           20,999, 0, 10, 0, 0,  0,  1, 0, 1, 0,
    PATH_NULL,"ebola"},
 {"cause flu",                  2, 10, 0, 10, 0, 0,  0,  1, 0, 1, 0,  {"cause flu",                  2, 10, 0, 10, 0, 0,  0,  1, 0, 1, 0,
  PATH_WOUNDING,"flu"},   PATH_WOUNDING,"flu"},
 {"cause black death",         15, 85, 0, 10, 0, 0,  0,  1, 0, 1, 0,  {"cause black death",         15, 999, 0, 10, 0, 0,  0,  1, 0, 1, 0,
  PATH_WOUNDING,"bubonic_plague"},   PATH_NULL,"bubonic_plague"},
 {"cause leprosy",              5, 20, 0, 10, 0, 0,  0,  1, 0, 1, 0,  {"cause leprosy",              5, 20, 0, 10, 0, 0,  0,  1, 0, 1, 0,
  PATH_WOUNDING,"leprosy"},   PATH_WOUNDING,"leprosy"},
 {"cause smallpox",            20,100, 0, 10, 0, 0,  0,  1, 0, 1, 0,  {"cause smallpox",            20,999, 0, 10, 0, 0,  0,  1, 0, 1, 0,
  PATH_WOUNDING,"smallpox"},   PATH_NULL,"smallpox"},
 {"cause plague",              20,100, 0, 10, 0, 0,  0,  1, 0, 1, 0,  {"cause plague",              20,999, 0, 10, 0, 0,  0,  1, 0, 1, 0,
  PATH_WOUNDING,"pneumonic_plague"},   PATH_NULL,"pneumonic_plague"},
 {"cause anthrax",             12, 75, 0, 10, 0, 0,  0,  1, 0, 1, 0,  {"cause anthrax",             12, 999, 0, 10, 0, 0,  0,  1, 0, 1, 0,
  PATH_WOUNDING,"anthrax"},   PATH_NULL,"anthrax"},
 {"cause typhoid",             15, 85, 0, 10, 0, 0,  0,  1, 0, 1, 0,  {"cause typhoid",             15, 999, 0, 10, 0, 0,  0,  1, 0, 1, 0,
    PATH_WOUNDING,"typhoid"},     PATH_NULL,"typhoid"},
 {"mana blast",        8, 10, 0, 15, 0, 0,  2,  1, 0, 0, 0,  {"mana blast",        8, 10, 0, 15, 0, 0,  2,  1, 0, 0, 0,
    PATH_TRANSFER, "manablast", }, /* 180 */     PATH_TRANSFER, "manablast", }, /* 180 */
 {"small manaball",        4, 12, 0,  9, 0, 0,  3,  1, 0, 0, 0,  {"small manaball",        4, 12, 0,  9, 0, 0,  3,  1, 0, 0, 0,


Legend:
line(s) removed in v.1.5 
line(s) changed
 line(s) added in v.1.6

File made using version 1.98 of cvs2html by leaf at 2011-07-21 19:29