Docs: document "Archipelago" special IDs
This commit is contained in:
parent
8eb1f0258c
commit
82d3e4bc92
|
@ -420,6 +420,8 @@ We encourage clients to cache the data package they receive on disk, or otherwis
|
||||||
Note:
|
Note:
|
||||||
* Any ID is unique to its type across AP: Item 56 only exists once and Location 56 only exists once.
|
* Any ID is unique to its type across AP: Item 56 only exists once and Location 56 only exists once.
|
||||||
* Any Name is unique to its type across its own Game only: Single Arrow can exist in two games.
|
* Any Name is unique to its type across its own Game only: Single Arrow can exist in two games.
|
||||||
|
* The IDs from the game "Archipelago" may be used in any other game.
|
||||||
|
Especially Location ID -1: Cheat Console and -2: Server (typically Remote Start Inventory)
|
||||||
|
|
||||||
#### Contents
|
#### Contents
|
||||||
| Name | Type | Notes |
|
| Name | Type | Notes |
|
||||||
|
|
|
@ -13,7 +13,7 @@ class GenericWorld(World):
|
||||||
"Nothing": -1
|
"Nothing": -1
|
||||||
}
|
}
|
||||||
location_name_to_id = {
|
location_name_to_id = {
|
||||||
"Cheat Console" : -1,
|
"Cheat Console": -1,
|
||||||
"Server": -2
|
"Server": -2
|
||||||
}
|
}
|
||||||
hidden = True
|
hidden = True
|
||||||
|
|
Loading…
Reference in New Issue