Home
last modified time | relevance | path

Searched refs:I_BRAINLESS (Results 1 – 14 of 14) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-data.h150 I_BRAINLESS, HT_LAND, 0, DEFAULT_ENERGY,
168 I_BRAINLESS, HT_LAND, 0, DEFAULT_ENERGY, \
306 I_BRAINLESS, HT_LAND, 0, DEFAULT_ENERGY, \
376 I_BRAINLESS, HT_LAND, 25, DEFAULT_ENERGY,
927 I_BRAINLESS, HT_LAND, 10, DEFAULT_ENERGY,
940 I_BRAINLESS, HT_LAND, 10, DEFAULT_ENERGY,
3094 I_BRAINLESS, HT_LAND, 6, DEFAULT_ENERGY,
3147 I_BRAINLESS, HT_LAND, 6, DEFAULT_ENERGY,
3282 I_BRAINLESS, HT_LAND, 7, DEFAULT_ENERGY,
3296 I_BRAINLESS, HT_LAND, 7, DEFAULT_ENERGY,
[all …]
H A Dmon-movetarget.cc554 if (intel == I_BRAINLESS && coinflip()) in _choose_random_patrol_target_grid()
564 if (intel == I_BRAINLESS && !patrol_seen) in _choose_random_patrol_target_grid()
574 const int rad = (intel > I_BRAINLESS || !patrol_seen) ? LOS_DEFAULT_RANGE in _choose_random_patrol_target_grid()
642 if (intel == I_BRAINLESS && *ri == mon->patrol_point) in _choose_random_patrol_target_grid()
H A Dmon-enum.h164 I_BRAINLESS = 0, enumerator
H A Dmon-pathfind.cc38 case I_BRAINLESS: in mons_tracking_range()
H A Dspl-goditem.cc89 if (mi.intel() <= I_BRAINLESS // no self-awareness in unpacifiable_reason()
313 if (mi.intel() <= I_BRAINLESS) in _desc_pacify_chance()
H A Dmon-behv.cc621 case I_BRAINLESS: in handle_behaviour()
1067 if (mons_intel(*mon) > I_BRAINLESS && !mons_can_attack(*mon) in behaviour_event()
H A Dcloud.cc1518 && mons_intel(*mons) > I_BRAINLESS) in _mons_avoids_cloud()
1555 if (mons_intel(*mons) == I_BRAINLESS && !extra_careful) in _mons_avoids_cloud()
H A Dmon-act.cc655 && mons_intel(*mons) > I_BRAINLESS in _handle_movement()
2787 || mons_intel(*mon) <= I_BRAINLESS) in _check_damaging_walls()
H A Dmonster.cc4667 if (intel == I_BRAINLESS) in is_trap_safe()
5085 if (mons_intel(*this) == I_BRAINLESS && !(holiness() & MH_NATURAL)) in can_go_frenzy()
H A Ddirectn.cc3548 if (mi.intel() <= I_BRAINLESS) in _get_monster_desc()
H A Ddescribe.cc4431 if (mi.intel() <= I_BRAINLESS) in _monster_stat_description()
H A Dmon-util.cc4037 return mons_intel(m) > I_BRAINLESS || mons_genus(m.type) == MONS_JELLY; in monster_shover()
H A Dbeam.cc5240 rc = mons_intel(*mon) > I_BRAINLESS; in ench_flavour_affects_monster()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/util/monster/
H A Dmonster-main.cc122 case I_BRAINLESS: in monster_int()