[OC2] Difficulty Adjustment/Documentation (#1278)
* Slightly relax difficulty of final level * Table to help translate player skill to yaml setting
This commit is contained in:
@@ -411,7 +411,7 @@ class Overcooked2World(World):
|
||||
|
||||
# Game Modifications
|
||||
"LevelPurchaseRequirements": level_purchase_requirements,
|
||||
"Custom66TimerScale": max(0.4, (1.0 - star_threshold_scale)),
|
||||
"Custom66TimerScale": max(0.4, 0.25 + (1.0 - star_threshold_scale)*0.6),
|
||||
|
||||
"CustomLevelOrder": custom_level_order,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user