OC2: decrease default difficulty (#1413)
This commit is contained in:
parent
ba519fecd0
commit
28576f2b0d
|
@ -92,7 +92,7 @@ class StarsToWin(Range):
|
||||||
display_name = "Stars to Win"
|
display_name = "Stars to Win"
|
||||||
range_start = 0
|
range_start = 0
|
||||||
range_end = 100
|
range_end = 100
|
||||||
default = 66
|
default = 60
|
||||||
|
|
||||||
|
|
||||||
class StarThresholdScale(Range):
|
class StarThresholdScale(Range):
|
||||||
|
@ -101,7 +101,7 @@ class StarThresholdScale(Range):
|
||||||
display_name = "Star Difficulty %"
|
display_name = "Star Difficulty %"
|
||||||
range_start = 1
|
range_start = 1
|
||||||
range_end = 100
|
range_end = 100
|
||||||
default = 45
|
default = 35
|
||||||
|
|
||||||
|
|
||||||
overcooked_options = {
|
overcooked_options = {
|
||||||
|
|
Loading…
Reference in New Issue