mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-04-02 20:33:22 -07:00
14 lines
418 B
Python
14 lines
418 B
Python
# All Jak And Daxter IDs must be offset by this number.
|
|
game_id = 746800000
|
|
|
|
# The name of the game.
|
|
game_name = "Jak and Daxter: The Precursor Legacy"
|
|
|
|
# What follows are offsets for each Location/Item type,
|
|
# necessary for Archipelago to avoid collision between
|
|
# ID numbers shared across items. See respective
|
|
# Locations files for explanations.
|
|
cell_offset = 0
|
|
fly_offset = 128 # 2^7
|
|
orb_offset = 2097152 # 2^21
|