version 1.8 | | version 1.9 |
---|
| | |
/* | | /* |
* static char *rcsid_attack_h = | | * static char *rcsid_attack_h = |
* "$Id: attack.h,v 1.8 2001/12/18 09:45:07 darth_bob Exp $"; | | * "$Id: attack.h,v 1.9 2001/12/19 06:54:43 darth_bob Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
EXTERN char *attacktype_desc[NROFATTACKS]; | | EXTERN char *attacktype_desc[NROFATTACKS]; |
EXTERN char *resist_save[NROFATTACKS]; | | EXTERN char *resist_save[NROFATTACKS]; |
| | |
| | /* Beware, names require an _ if there is a space, else they will be read |
| | * as for example: resist_life stealing 50! |
| | */ |
#else | | #else |
EXTERN char *resist_save[NROFATTACKS] = { | | EXTERN char *resist_save[NROFATTACKS] = { |
"physical", "magic", "fire", "electricity", "cold", "confusion", "acid", | | "physical", "magic", "fire", "electricity", "cold", "confusion", "acid", |
"drain", "weaponmagic", "ghosthit", "poison", "slow", "paralyze", | | "drain", "weaponmagic", "ghosthit", "poison", "slow", "paralyze", |
"turn_undead", "fear", "cancellation", "deplete", "death", "chaos", | | "turn_undead", "fear", "cancellation", "deplete", "death", "chaos", |
"counterspell", "godpower", "holyword", "blind" , "internal", "life stealing" | | "counterspell", "godpower", "holyword", "blind" , "internal", "life_stealing" |
}; | | }; |
| | |
/* Short description of names of the attacktypes */ | | /* Short description of names of the attacktypes */ |