Home
last modified time | relevance | path

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

/dports/games/dungeoncrawl/dc400b26-src/source/
H A Dmon-util.h215 int exper_value( struct monsters *monster );
H A Dmonstuff.cc365 gain_exp( exper_value( monster ) ); in monster_die()
367 gain_exp( exper_value( monster ) / 2 + 1 ); in monster_die()
382 gain_exp( exper_value( monster ) ); in monster_die()
384 gain_exp( exper_value( monster ) / 2 + 1 ); in monster_die()
397 gain_exp( exper_value( monster ) ); in monster_die()
399 gain_exp( exper_value( monster ) / 2 + 1 ); in monster_die()
419 gain_exp(exper_value( monster )); in monster_die()
518 gain_exp(exper_value( monster ) / 2 + 1); in monster_die()
H A Dmon-util.cc676 int exper_value( struct monsters *monster ) in exper_value() function
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Ddbg-objstat.cc892 _record_monster_stat(type, "MonsXP", exper_value(*mons)); in objstat_record_monster()
893 _record_monster_stat(type, "TotalXP", exper_value(*mons)); in objstat_record_monster()
900 _record_monster_stat(type, "TotalXPVault", exper_value(*mons)); in objstat_record_monster()
H A Dnearby-danger.cc357 const int xp = exper_value(**mi); in _monster_threat_values()
H A Dkills.cc392 exp = exper_value(*mon); in kill_def()
584 exp = exper_value(*mon); in kill_ghost()
H A Dwiz-mon.cc273 int exp = exper_value(*mi); in debug_list_monsters()
451 exper_value(mons), in debug_stethoscope()
H A Dattitude-change.cc422 const int base_cost = max(1, exper_value(*traitor) / 20); in gozag_check_bribe()
H A Dl-mons.cc335 PLUARET(number, exper_value(*mons)); in MDEFN()
H A Dmon-util.h241 int exper_value(const monster& mon, bool real = true);
H A Dmon-death.cc236 const int experience = exper_value(*victim); in _calc_monster_experience()
291 int experience = exper_value(*mons); in _calc_player_experience()
H A Dmon-util.cc2414 int exper_value(const monster& mon, bool real) in exper_value() function
3599 gain_exp((exper_value(mon) + 1) / 2); in mons_pacify()
4915 const int tension = exper_value(threat, real) / (1 + factor); in mons_threat_level()
H A Dreligion.cc4507 int exper = exper_value(mons); in get_monster_tension()
4662 int exp = exper_value(mons) * 100; in get_fuzzied_monster_difficulty()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/util/monster/
H A Dmonster-main.cc792 exper += exper_value(*mp); in main()