Home
last modified time | relevance | path

Searched refs:max_to_h (Results 1 – 9 of 9) sorted by relevance

/dports/games/zangband/zangband/src/
H A Dobject2.c2203 if (e_ptr->max_to_h) o_ptr->to_h -= randint1(abs(e_ptr->max_to_h)); in init_ego_item()
2215 if (e_ptr->max_to_h > 0) in init_ego_item()
2216 o_ptr->to_h += randint1(e_ptr->max_to_h); in init_ego_item()
2217 else if (e_ptr->max_to_h < 0) in init_ego_item()
2218 o_ptr->to_h -= randint1(-e_ptr->max_to_h); in init_ego_item()
H A Dtypes.h276 s16b max_to_h; /* Maximum to-hit bonus */ member
H A Dinit1.c2007 e_ptr->max_to_h = th; in parse_e_info()
/dports/games/mangband/mangband-1.5.3/src/server/
H A Dobject2.c3408 if (e_ptr->max_to_h) o_ptr->to_h -= randint1(e_ptr->max_to_h); in apply_magic()
3421 if (e_ptr->max_to_h > 0) o_ptr->to_h += randint1(e_ptr->max_to_h); in apply_magic()
3422 else if (e_ptr->max_to_h < 0) o_ptr->to_h -= randint1(-e_ptr->max_to_h); in apply_magic()
H A Dinit1.c2779 e_ptr->max_to_h = th; in parse_e_info()
/dports/games/tomenet/tomenet-4.6.0/src/server/
H A Drandart.c2398 if (e_ptr->max_to_h > 0) a_ptr->to_h += randint(e_ptr->max_to_h); in ego_make()
2399 if (e_ptr->max_to_h < 0) a_ptr->to_h -= randint(-e_ptr->max_to_h); in ego_make()
H A Dinit1.c3965 e_ptr->max_to_h = th; in init_e_info_txt()
/dports/games/mangband/mangband-1.5.3/src/common/
H A Dtypes.h598 char max_to_h; /* Maximum to-hit bonus */ member
/dports/games/tomenet/tomenet-4.6.0/src/common/
H A Dtypes.h359 char max_to_h; /* Maximum to-hit bonus */ member