Home
last modified time | relevance | path

Searched defs:monster_info (Results 1 – 4 of 4) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-info.h263 monster_info() { client_id = 0; } in monster_info() function
268 monster_info(const monster_info& mi) in monster_info() function
296 {
305 } i_ghost;
312 inline string damage_desc() const in damage_desc()
318 inline bool neutral() const in neutral()
342 mon_intel_type intel() const in intel()
347 resists_t resists() const in resists()
352 mon_itemuse_type itemuse() const in itemuse()
363 int base_speed() const in base_speed()
[all …]
H A Dmon-info.cc322 monster_info::monster_info(monster_type p_type, monster_type p_base_type) in monster_info() function in monster_info
441 monster_info::monster_info(const monster* m, int milev) in monster_info() function in monster_info
H A Dtarget.cc81 bool targeter::affects_monster(const monster_info& /*mon*/) in affects_monster()
625 bool targeter_passwall::affects_monster(const monster_info& /*mon*/) in affects_monster()
675 bool targeter_dig::affects_monster(const monster_info& /*mon*/) in affects_monster()
H A Dtileweb.cc2115 void TilesFramework::add_text_tag(text_tag_type /*type*/, const monster_info& /*mon*/) in add_text_tag()