version 1.7 | | version 1.8 |
---|
| | |
/* | | /* |
* static char *rcsid_living_h = | | * static char *rcsid_living_h = |
* "$Id: living.h,v 1.7 2002/07/15 04:57:12 mwedel Exp $"; | | * "$Id: living.h,v 1.8 2003/03/08 05:35:32 mwedel Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
sint16 maxsp; /* Max spell points. */ | | sint16 maxsp; /* Max spell points. */ |
sint16 grace; /* Grace. Used to invoke clerical prayers. */ | | sint16 grace; /* Grace. Used to invoke clerical prayers. */ |
sint16 maxgrace; /* Grace. Used to invoke clerical prayers. */ | | sint16 maxgrace; /* Grace. Used to invoke clerical prayers. */ |
sint32 exp; /* Experience. Killers gain 1/10. */ | | sint64 exp; /* Experience. Killers gain 1/10. */ |
sint16 food; /* How much food in stomach. 0 = starved. */ | | sint16 food; /* How much food in stomach. 0 = starved. */ |
sint16 dam; /* How much damage this object does when hitting */ | | sint16 dam; /* How much damage this object does when hitting */ |
sint8 luck; /* Affects thaco and ac from time to time */ | | sint8 luck; /* Affects thaco and ac from time to time */ |