mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-21 23:23:24 -07:00
Removed bundle of ficsit coupons from the from the item pool
added estimated completion times to space elevator option description
This commit is contained in:
@@ -51,7 +51,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),
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user