Angband
|
An entry for the object/monster allocation functions. More...
#include <alloc.h>
Data Fields | |
int | index |
int | level |
int | prob1 |
int | prob2 |
int | prob3 |
An entry for the object/monster allocation functions.
Pass 1 is determined from allocation information Pass 2 is determined from allocation restriction Pass 3 is determined from allocation calculation
int index |
Referenced by alloc_init_egos(), ego_find_random(), get_mon_num(), get_mon_num_prep(), get_mon_race_aux(), and init_race_allocs().
int level |
Referenced by alloc_init_egos(), and init_race_allocs().
int prob1 |
Referenced by alloc_init_egos(), get_mon_num_prep(), and init_race_allocs().
int prob2 |
Referenced by alloc_init_egos(), get_mon_num_prep(), and init_race_allocs().
int prob3 |
Referenced by alloc_init_egos(), ego_find_random(), get_mon_num(), get_mon_race_aux(), and init_race_allocs().