[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:
toasterparty
2022-11-30 18:44:08 -08:00
committed by GitHub
parent fd8867c782
commit f0e9080108
2 changed files with 12 additions and 1 deletions

View File

@@ -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,