Home
last modified time | relevance | path

Searched refs:connchance (Results 1 – 5 of 5) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Ddgn-delve.cc236 void delve(map_lines *map, int ngb_min, int ngb_max, int connchance, int cellnum, int top) in delve() argument
241 ASSERT_RANGE(connchance, 0, 101); in delve()
275 || (ngb_groups(map, c) > 1 && !x_chance_in_y(connchance, 100))) in delve()
302 || (ngb_groups(map, c) > 1 && !x_chance_in_y(connchance, 100))) in delve()
H A Ddgn-delve.h6 int connchance = 0, int cellnum = -1, int top = 125);
H A Dl-dgnbld.cc2201 ARG_INT(ls, 4, connchance, 0); in LUAFN()
2205 delve(&lines, ngb_min, ngb_max, connchance, cellnum, top); in LUAFN()
H A Ddungeon.cc4568 const int connchance = random_choose(0, 5, 20, 50, 100); in _build_postvault_level() local
4570 delve(0, ngb_min, ngb_max, connchance, -1, top); in _build_postvault_level()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/dat/des/builder/
H A Dlayout_delve.des437 local connchance = util.random_choose_weighted
442 connchance .. ", -1, " .. top .. ")</lightmagenta>")
443 delve(ngb_min, ngb_max, connchance, -1, top)
521 local connchance = 0
528 delve(ngb_min, ngb_max, connchance, total_count, top)
540 connchance = util.random_choose_weighted