Home
last modified time | relevance | path

Searched refs:monsterentry (Results 1 – 19 of 19) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-util.cc203 for (const monsterentry &me : mondata) in init_mon_name_cache()
320 const monsterentry *me = get_monster_data(mc); in get_mons_class_ac()
326 const monsterentry *me = get_monster_data(mc); in get_mons_class_ev()
369 const monsterentry *me = get_monster_data(mc); in get_mons_class_resists()
1270 const monsterentry *e = get_monster_data(mc); in mons_class_body_size()
1336 const monsterentry *me = get_monster_data(mc); in mons_species()
1610 const monsterentry *me = get_monster_data(mc); in mons_base_char()
2015 const monsterentry* mbase = in mons_attack_spec()
2048 const monsterentry* mbase = in mons_attack_spec()
2405 const monsterentry* mbase = in mons_max_hp()
[all …]
H A Dmon-grow.cc62 const monsterentry *me = get_monster_data(mlup.after); in _monster_level_up_target()
H A Dl-mons.cc86 const monsterentry *me = get_monster_data(mons->type); in MDEF()
220 if (const monsterentry *me = mons->find_monsterentry()) in MDEF()
H A Dmonster.h44 struct monsterentry;
143 const monsterentry *find_monsterentry() const;
H A Dmon-clone.cc130 static void _init_player_illusion_properties(monsterentry *me) in _init_player_illusion_properties()
H A Dmon-util.h126 struct monsterentry struct
196 monsterentry *get_monster_data(monster_type mc) IMMUTABLE;
H A Dmon-poly.cc594 const monsterentry *me = get_monster_data(mc); in monster_polymorph()
H A Dghost.cc609 const monsterentry* stats = get_monster_data(type); in init_ugly_thing()
H A Dmon-abil.cc258 const monsterentry* entry = get_monster_data(mons->type); in _lose_turn()
H A Dlookup-help.cc323 const monsterentry *me = get_monster_data(i); in _get_monster_keys()
H A Dmon-place.cc908 const monsterentry *m_ent = get_monster_data(mg.cls); in _place_monster_aux()
1152 const monsterentry *mbase = in _place_monster_aux()
H A Dmonster.cc1074 if (const monsterentry* entry = find_monsterentry()) in lose_pickup_energy()
2153 if (const monsterentry *entry = find_monsterentry()) in swap_weapons()
5671 const monsterentry *monster::find_monsterentry() const in find_monsterentry()
H A Dinitfile.cc1453 const monsterentry *me = get_monster_data(i); in _mons_class_by_string()
1468 const monsterentry *me = get_monster_data(i); in _mons_classes_by_glyph()
1541 const monsterentry *me = get_monster_data(n); in add_mon_glyph_override()
H A Dmon-info.cc1553 const monsterentry *e = get_monster_data(mons_class_is_zombified(type) in reach_range()
H A Dmon-act.cc1601 const monsterentry* entry = get_monster_data(mons->type); in handle_monster_move()
H A Dmon-data.h128 static monsterentry mondata[] =
/dports/games/dungeoncrawl/dc400b26-src/source/
H A Dmon-util.cc43 static struct monsterentry mondata[] = {
47 #define MONDATASIZE (sizeof(mondata)/sizeof(struct monsterentry))
112 static monsterentry *seekmonster(int *p_monsterid);
667 struct monsterentry *mon_class = seekmonster( &type ); in mons_type_hit_dice()
879 struct monsterentry *m = seekmonster(&m2_class); in define_monster()
1209 static struct monsterentry *seekmonster(int *p_monsterid) in seekmonster()
H A Dmon-util.h101 struct monsterentry struct
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/util/monster/
H A Dmonster-main.cc530 const monsterentry* me = mon.find_monsterentry(); in monster_symbol()
836 const monsterentry* me = in main()
839 const monsterentry* mbase = in main()
841 (monsterentry*)0; in main()