Merge branch 'Satisfactory' into Satisfactory_ToBeVerified

This commit is contained in:
Jarno Westhof
2025-08-05 20:47:03 +02:00
2 changed files with 9 additions and 1 deletions

View File

@@ -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),

View File

@@ -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