dark patterns

tech cloning requires > 25% dup chance, and is now only 2x (was 3x) your dup chance for a second boss
playing with the 4 community levels now removes 4 random levels from the level list

tech: dark patterns - reduce combat difficulty by 1 level and add 16 junk tech to the potential tech pool
This commit is contained in:
landgreen
2021-01-31 07:55:01 -08:00
parent 20a36f44c3
commit 774fa44b81
7 changed files with 1204 additions and 851 deletions

View File

@@ -515,6 +515,7 @@ const simulation = {
level.levels.push("basement");
level.levels.push("detours");
level.levels.push("house");
level.levels.splice(0, 4); //remove 4 random levels to make up for adding the 4 community levels
}
level.levels = shuffle(level.levels); //shuffles order of maps
level.levels.unshift("intro"); //add level to the start of the randomized levels list