diff --git a/worlds/satisfactory/Items.py b/worlds/satisfactory/Items.py index bdb4506645..0ce6ff87f8 100644 --- a/worlds/satisfactory/Items.py +++ b/worlds/satisfactory/Items.py @@ -50,7 +50,7 @@ class Items: "Bundle: Encased Plutonium Cell": ItemData(G.Trap, 1338037, C.trap), "Bundle: Encased Uranium Cell": ItemData(G.Trap, 1338038, C.trap), "Bundle: Fabric": ItemData(G.Parts, 1338039), - "Bundle: FICSIT Coupon": ItemData(G.Parts, 1338040), + "Bundle: FICSIT Coupon": ItemData(G.Parts, 1338040, count=0), "Bundle: AI Expansion Server": ItemData(G.Parts, 1338041, count=0), #1.0 "Bundle: Fused Modular Frame": ItemData(G.Parts, 1338042), "Bundle: Hard Drive": ItemData(G.Parts, 1338043, count=0), diff --git a/worlds/satisfactory/Options.py b/worlds/satisfactory/Options.py index d60f146f25..5fb4473300 100644 --- a/worlds/satisfactory/Options.py +++ b/worlds/satisfactory/Options.py @@ -49,6 +49,14 @@ class ElevatorTier(NamedRange): Put these Shipments to Space Elevator packages in logic. Milestones past these packages be empty. If your goal selection contains *Space Elevator Tier* then the goal will be to complete these shipments. + + Estimated in-game completion times: + + - **one package (tiers 1-2)**: ~3 Hours + - **two packages (tiers 1-4)**: ~8 Hours + - **three packages (tiers 1-6)**: ~2 Days + - **four packages (tiers 1-8)**: ~1 Week + - **five packages (tiers 1-9)**: ~1.5 Week """ display_name = "Space Elevator shipments in logic" default = 2