From 5a8b598781e8df93443c55c8c40f08962b8247ea Mon Sep 17 00:00:00 2001 From: Rob B Date: Fri, 13 Jun 2025 00:15:08 -0400 Subject: [PATCH] Reduce Portable Miner and Reinforced Iron Plate quantities in "Skip Tutorial Inspired" starting preset --- worlds/satisfactory/Options.py | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/worlds/satisfactory/Options.py b/worlds/satisfactory/Options.py index 3f6a94efc3..4cd801795d 100644 --- a/worlds/satisfactory/Options.py +++ b/worlds/satisfactory/Options.py @@ -319,12 +319,24 @@ class SplitterLogic(PlacementLogic): _skip_tutorial_starting_items = [ # https://satisfactory.wiki.gg/wiki/Onboarding - "Bundle: Portable Miner", + "Single: Portable Miner", + "Single: Portable Miner", + "Single: Portable Miner", + "Single: Portable Miner", "Bundle: Iron Plate", "Bundle: Concrete", "Bundle: Iron Rod", "Bundle: Wire", - "Bundle: Reinforced Iron Plate", + "Single: Reinforced Iron Plate", + "Single: Reinforced Iron Plate", + "Single: Reinforced Iron Plate", + "Single: Reinforced Iron Plate", + "Single: Reinforced Iron Plate", + "Single: Reinforced Iron Plate", + "Single: Reinforced Iron Plate", + "Single: Reinforced Iron Plate", + "Single: Reinforced Iron Plate", + "Single: Reinforced Iron Plate", "Bundle: Cable", "Bundle: Iron Ore" ]