Home
last modified time | relevance | path

Searched refs:type_wl (Results 1 – 4 of 4) sorted by relevance

/dports/www/nginx-naxsi/naxsi-1.3/nxapi/
H A Dnxtool.py175 if options.type_wl is True:
/dports/www/nginx-full/naxsi-1.3/nxapi/
H A Dnxtool.py175 if options.type_wl is True:
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-util.cc2325 const int type_wl = (get_monster_data(base_type))->willpower; in mons_class_willpower() local
2328 if (type_wl >= 0) in mons_class_willpower()
2329 return type_wl; in mons_class_willpower()
2330 return mons_class_hit_dice(base_type) * -type_wl * 4 / 3; in mons_class_willpower()
H A Dmonster.cc4021 const int type_wl = (get_monster_data(type))->willpower; in willpower() local
4023 int u = type_wl < 0 ? in willpower()
4024 get_hit_dice() * -type_wl * 4 / 3 : in willpower()