Only put important options in slotdata

This commit is contained in:
spinerak
2024-06-14 22:08:34 +02:00
parent b5c596a075
commit 5089df125f

View File

@@ -435,20 +435,8 @@ class YachtDiceWorld(World):
"game_difficulty",
"score_for_last_check",
"score_for_goal",
"minimal_number_of_dice_and_rolls",
"number_of_dice_fragments_per_dice",
"number_of_roll_fragments_per_roll",
"alternative_categories",
"weight_of_dice",
"weight_of_roll",
"weight_of_fixed_score_multiplier",
"weight_of_step_score_multiplier",
"weight_of_double_category",
"weight_of_points",
"points_size",
"minimize_extra_items",
"add_bonus_points",
"add_story_chapters",
"which_story",
"allow_manual_input",
)