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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user