Crossfire Server, Branches 1.12
R18729
|
Data Fields | |
int | count |
char * | name |
struct_map_list | origin |
int struct_race::count |
Number found on map.
Definition at line 315 of file mapper.c.
Referenced by get_race(), and write_race_index().
char* struct_race::name |
Monster's name.
Definition at line 314 of file mapper.c.
Referenced by get_race(), sort_race(), write_map_page(), and write_race_index().
struct_map_list struct_race::origin |
Maps to find said monster.
Definition at line 316 of file mapper.c.
Referenced by add_monster(), fix_tiled_map_monsters(), get_race(), and write_race_index().