copperwater
c5b5a869d7
Enable themed rooms to be constrained by level difficulty
...
The system of themed rooms currently makes it so that any themed room
can potentially generate anywhere a themed room can be placed. This is
problematic in the long run, since it makes it difficult to design new
rooms that are an appropriate amount of challenge at all levels of the
dungeon. (A few themed rooms already have this problem: a hero starting
out on level 1 probably won't live very long when the neighboring room
is full of giant spiders, or an arch-lich has generated in a mausoleum
nearby).
This commit adds optional "mindiff" and "maxdiff" properties for
themerooms defined as tables and exposes level_difficulty() to Lua. A
themeroom whose mindiff exceeds the current level difficulty, or whose
maxdiff is lower than the current level difficulty, is prevented from
being selected.
Because the set of rooms eligible to generate on a given level is no
longer fixed, the total frequency of all the rooms can't be computed
once per game when the file is first parsed, as it was before. In place
of this, the themerooms_generate() function now uses a reservoir
sampling algorithm to choose a room from among the eligible rooms,
weighted by frequency.
2020-09-29 17:30:11 +03:00
..
2019-02-21 20:32:36 -05:00
2018-01-25 23:23:16 -05:00
2020-08-03 22:07:36 -04:00
2020-08-03 22:07:36 -04:00
2020-08-03 22:07:36 -04:00
2020-09-27 18:54:15 +03:00
2020-09-27 18:54:15 +03:00
2020-08-03 22:07:36 -04:00
2020-08-03 22:07:36 -04:00
2020-09-28 07:44:42 +03:00
2020-08-03 22:07:36 -04:00
2020-08-03 22:07:36 -04:00
2020-08-03 22:07:36 -04:00
2020-08-03 22:07:36 -04:00
2020-08-03 22:07:36 -04:00
2020-08-03 22:07:36 -04:00
2020-04-06 19:48:28 +03:00
2020-02-21 18:16:14 +02:00
2020-02-21 18:16:14 +02:00
2020-02-21 18:16:14 +02:00
2020-02-21 18:16:14 +02:00
2020-02-21 18:16:14 +02:00
2019-11-06 18:43:20 +02:00
2020-04-06 19:48:28 +03:00
2020-02-21 18:16:14 +02:00
2020-04-06 19:48:28 +03:00
2020-08-03 22:07:36 -04:00
2020-09-27 18:54:15 +03:00
2020-08-03 22:07:36 -04:00
2020-08-03 22:07:36 -04:00
2020-08-03 22:07:36 -04:00
2020-09-27 18:54:15 +03:00
2020-09-27 18:54:15 +03:00
2016-06-11 15:35:35 -07:00
2020-08-03 22:07:36 -04:00
2020-04-18 19:55:09 +03:00
2020-08-03 22:07:36 -04:00
2020-08-03 22:07:36 -04:00
2020-08-03 22:07:36 -04:00
2020-09-27 18:54:15 +03:00
2020-09-27 18:54:15 +03:00
2020-08-03 22:07:36 -04:00
2020-08-03 22:07:36 -04:00
2020-08-03 22:07:36 -04:00
2020-08-03 22:07:36 -04:00
2020-08-03 22:07:36 -04:00
2020-09-28 07:44:42 +03:00
2020-08-03 22:07:36 -04:00
2019-05-31 18:41:37 -07:00
2019-05-31 18:41:37 -07:00
2020-09-15 03:51:20 -07:00
2020-09-28 07:44:42 +03:00
2019-06-25 03:27:42 -07:00
2020-08-03 22:07:36 -04:00
2020-08-03 22:07:36 -04:00
2020-08-03 22:07:36 -04:00
2020-09-28 07:44:42 +03:00
2020-09-27 18:54:15 +03:00
2020-09-27 18:54:15 +03:00
2002-01-05 21:05:46 +00:00
2020-09-27 18:54:15 +03:00
2020-09-27 18:54:15 +03:00
2020-09-27 18:54:15 +03:00
2020-09-27 18:54:15 +03:00
2020-08-03 22:07:36 -04:00
2020-09-27 18:54:15 +03:00
2020-08-03 22:07:36 -04:00
2020-08-03 22:07:36 -04:00
2020-08-03 22:07:36 -04:00
2020-08-03 22:07:36 -04:00
2020-08-03 22:07:36 -04:00
2020-08-03 22:07:36 -04:00
2020-09-28 07:44:42 +03:00
2020-09-27 18:54:15 +03:00
2020-08-03 22:07:36 -04:00
2020-08-03 22:07:36 -04:00
2020-08-03 22:07:36 -04:00
2020-08-03 22:07:36 -04:00
2020-08-03 22:07:36 -04:00
2020-08-03 22:07:36 -04:00
2020-04-16 21:01:37 +03:00
2020-07-05 08:50:13 -04:00
2020-02-21 21:32:18 +02:00
2015-03-17 18:45:58 +02:00
2020-09-27 18:54:15 +03:00
2020-08-03 22:07:36 -04:00
2020-08-03 22:07:36 -04:00
2020-08-03 22:07:36 -04:00
2020-09-27 18:54:15 +03:00
2020-09-28 07:44:42 +03:00
2020-01-29 17:25:16 +02:00
2020-08-03 22:07:36 -04:00
2020-08-03 22:07:36 -04:00
2020-08-03 22:07:36 -04:00
2020-08-03 22:07:36 -04:00
2020-08-03 22:07:36 -04:00
2020-08-03 22:07:36 -04:00
2020-08-03 22:07:36 -04:00
2020-08-03 22:07:36 -04:00
2020-08-03 22:07:36 -04:00
2020-08-03 22:07:36 -04:00
2015-12-13 13:34:47 -05:00
2019-10-20 11:21:47 -04:00
2020-08-03 22:07:36 -04:00
2020-08-03 22:07:36 -04:00
2020-08-03 22:07:36 -04:00
2020-08-03 22:07:36 -04:00
2020-09-27 18:54:15 +03:00
2020-09-28 07:44:42 +03:00
2020-09-27 18:54:15 +03:00
2020-09-27 18:54:15 +03:00
2020-08-03 22:07:36 -04:00
2020-08-03 22:07:36 -04:00
2020-08-03 22:07:36 -04:00
2020-08-03 22:07:36 -04:00
2020-08-03 22:07:36 -04:00
2020-08-03 22:07:36 -04:00
2020-08-03 22:07:36 -04:00
2020-09-29 17:30:11 +03:00
2020-08-03 22:07:36 -04:00
2020-08-03 22:07:36 -04:00
2020-09-28 07:44:42 +03:00
2020-09-27 18:54:15 +03:00
2020-09-27 18:54:15 +03:00
2020-08-03 22:07:36 -04:00
2020-08-03 22:07:36 -04:00
2020-08-03 22:07:36 -04:00
2020-08-03 22:07:36 -04:00
2020-08-03 22:07:36 -04:00
2020-08-03 22:07:36 -04:00
2020-08-03 22:07:36 -04:00
2020-08-03 22:07:36 -04:00
2020-08-03 22:07:36 -04:00
2020-09-28 07:44:42 +03:00
2020-08-03 22:07:36 -04:00
2020-08-03 22:07:36 -04:00
2020-08-03 22:07:36 -04:00
2020-09-28 07:44:42 +03:00
2020-09-27 18:54:15 +03:00
2020-09-27 18:54:15 +03:00
2020-09-27 18:54:15 +03:00
2020-09-27 18:54:15 +03:00
2020-09-28 07:44:42 +03:00
2020-07-24 18:25:54 -07:00