Type Alias GamePackage
GamePackage : {
checksum: string;
item_name_to_id: Record<string, number>;
location_name_to_id: Record<string, number>;
}
checksum: string;
item_name_to_id: Record<string, number>;
location_name_to_id: Record<string, number>;
}
Type declaration
Readonly
checksum: stringSHA1 checksum of this game's data.
Readonly
item_name_ : Record<string, number>to_ id Mapping of all item names to their respective id.
Readonly
location_name_ : Record<string, number>to_ id Mapping of all location names to their respective id.
Collection of data that contains meta information for a particular game.