diff --git a/worlds/keymasters_keep/games/super_mario_galaxy_game.py b/worlds/keymasters_keep/games/super_mario_galaxy_game.py index f12afae8b5cb..e300d4bb52e8 100644 --- a/worlds/keymasters_keep/games/super_mario_galaxy_game.py +++ b/worlds/keymasters_keep/games/super_mario_galaxy_game.py @@ -74,7 +74,7 @@ def game_objective_templates(self) -> List[GameObjectiveTemplate]: data=dict(), is_time_consuming=True, is_difficult=False, - weight=3, + weight=2, ), GameObjectiveTemplate( @@ -82,7 +82,7 @@ def game_objective_templates(self) -> List[GameObjectiveTemplate]: data=dict(), is_time_consuming=False, is_difficult=False, - weight=3, + weight=2, ), GameObjectiveTemplate( @@ -98,7 +98,7 @@ def game_objective_templates(self) -> List[GameObjectiveTemplate]: data=dict(), is_time_consuming=False, is_difficult=True, - weight=3, + weight=2, ), GameObjectiveTemplate( @@ -114,7 +114,7 @@ def game_objective_templates(self) -> List[GameObjectiveTemplate]: data=dict(), is_time_consuming=False, is_difficult=True, - weight=3, + weight=2, ), GameObjectiveTemplate( @@ -122,7 +122,7 @@ def game_objective_templates(self) -> List[GameObjectiveTemplate]: data=dict(), is_time_consuming=False, is_difficult=False, - weight=3, + weight=2, ), GameObjectiveTemplate( @@ -138,7 +138,7 @@ def game_objective_templates(self) -> List[GameObjectiveTemplate]: data=dict(), is_time_consuming=True, is_difficult=False, - weight=3, + weight=2, ), GameObjectiveTemplate( @@ -146,7 +146,7 @@ def game_objective_templates(self) -> List[GameObjectiveTemplate]: data=dict(), is_time_consuming=False, is_difficult=False, - weight=3, + weight=2, ), GameObjectiveTemplate( @@ -162,7 +162,7 @@ def game_objective_templates(self) -> List[GameObjectiveTemplate]: data=dict(), is_time_consuming=True, is_difficult=False, - weight=3, + weight=2, ), GameObjectiveTemplate( @@ -170,7 +170,7 @@ def game_objective_templates(self) -> List[GameObjectiveTemplate]: data=dict(), is_time_consuming=False, is_difficult=False, - weight=3, + weight=2, ), GameObjectiveTemplate( @@ -186,7 +186,7 @@ def game_objective_templates(self) -> List[GameObjectiveTemplate]: data=dict(), is_time_consuming=False, is_difficult=True, - weight=3, + weight=2, ), GameObjectiveTemplate( @@ -194,7 +194,7 @@ def game_objective_templates(self) -> List[GameObjectiveTemplate]: data=dict(), is_time_consuming=False, is_difficult=True, - weight=3, + weight=2, ), GameObjectiveTemplate( @@ -202,7 +202,7 @@ def game_objective_templates(self) -> List[GameObjectiveTemplate]: data=dict(), is_time_consuming=False, is_difficult=True, - weight=3, + weight=2, ), GameObjectiveTemplate( @@ -210,7 +210,7 @@ def game_objective_templates(self) -> List[GameObjectiveTemplate]: data=dict(), is_time_consuming=False, is_difficult=False, - weight=3, + weight=2, ), GameObjectiveTemplate( @@ -226,7 +226,7 @@ def game_objective_templates(self) -> List[GameObjectiveTemplate]: data=dict(), is_time_consuming=False, is_difficult=False, - weight=3, + weight=2, ), GameObjectiveTemplate( @@ -234,7 +234,7 @@ def game_objective_templates(self) -> List[GameObjectiveTemplate]: data={"LEVEL": (self.planet_of_trials_levels, 1)}, is_time_consuming=False, is_difficult=True, - weight=3, + weight=2, ), GameObjectiveTemplate( @@ -399,4 +399,4 @@ def planet_of_trials_levels() -> List[str]: "The Galaxy's Greatest Wave in Loopdeeswoop Galaxy", ] -# Archipelago Options \ No newline at end of file +# Archipelago Options