diff --git a/worlds/overcooked2/__init__.py b/worlds/overcooked2/__init__.py index 02b8b171..9b217e15 100644 --- a/worlds/overcooked2/__init__.py +++ b/worlds/overcooked2/__init__.py @@ -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, diff --git a/worlds/overcooked2/docs/en_Overcooked! 2.md b/worlds/overcooked2/docs/en_Overcooked! 2.md index d6de25f3..536b9d5f 100644 --- a/worlds/overcooked2/docs/en_Overcooked! 2.md +++ b/worlds/overcooked2/docs/en_Overcooked! 2.md @@ -84,3 +84,14 @@ In addition to shuffling items, the following changes are applied to the game: - 1-Star/2-Star scores are much closer to the 3-Star Score - Significantly reduced the time allotted to beat the final level - Reduced penalty for expired order + +## Difficulty Table + +Before generating your first seed, you can use the following table to determine what difficulty is appropriate for your personal Overcooked! journey. + +| Vanilla Game | Star Difficulty % | +| ----------- | ----------- | +| First Playthrough | 10-25% | +| 3-Star | 25-40% | +| 4-Star | 40-55% | +| Community-Optimized Strats | 55%+ |