OC2: decrease default difficulty (#1413)

This commit is contained in:
toasterparty 2023-01-24 16:04:13 -08:00 committed by GitHub
parent ba519fecd0
commit 28576f2b0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -92,7 +92,7 @@ class StarsToWin(Range):
display_name = "Stars to Win"
range_start = 0
range_end = 100
default = 66
default = 60
class StarThresholdScale(Range):
@ -101,7 +101,7 @@ class StarThresholdScale(Range):
display_name = "Star Difficulty %"
range_start = 1
range_end = 100
default = 45
default = 35
overcooked_options = {