mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-04-04 17:53:39 -07:00
Jak 1: Add version info.
This commit is contained in:
@@ -10,6 +10,8 @@ from ..AutoWorld import World
|
||||
|
||||
class JakAndDaxterWorld(World):
|
||||
game: str = "Jak and Daxter: The Precursor Legacy"
|
||||
data_version = 1
|
||||
required_client_version = (0, 4, 5)
|
||||
|
||||
# Stored as {ID: Name} pairs, these must now be swapped to {Name: ID} pairs.
|
||||
item_name_to_id = {item_table[k]: game_id + k for k in item_table}
|
||||
|
||||
Reference in New Issue
Block a user