mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-23 10:13:20 -07:00
Jak and Daxter: Second attempt at fixing trade tests. #5599
This commit is contained in:
committed by
GitHub
parent
f1aca0fc46
commit
b81be6b4fc
@@ -7,7 +7,9 @@ class TradesCostNothingTest(JakAndDaxterTestBase):
|
||||
"global_orbsanity_bundle_size": 10,
|
||||
"citizen_orb_trade_amount": 0,
|
||||
"oracle_orb_trade_amount": 0,
|
||||
"start_inventory": {"Power Cell": 100},
|
||||
"fire_canyon_cell_count": 0,
|
||||
"mountain_pass_cell_count": 0,
|
||||
"lava_tube_cell_count": 0,
|
||||
}
|
||||
|
||||
def test_orb_items_are_filler(self):
|
||||
@@ -26,7 +28,9 @@ class TradesCostEverythingTest(JakAndDaxterTestBase):
|
||||
"global_orbsanity_bundle_size": 10,
|
||||
"citizen_orb_trade_amount": 120,
|
||||
"oracle_orb_trade_amount": 150,
|
||||
"start_inventory": {"Power Cell": 100},
|
||||
"fire_canyon_cell_count": 0,
|
||||
"mountain_pass_cell_count": 0,
|
||||
"lava_tube_cell_count": 0,
|
||||
}
|
||||
|
||||
def test_orb_items_are_progression(self):
|
||||
|
||||
Reference in New Issue
Block a user