forked from mirror/Archipelago
SC2: Migrate external resources from user repos to sc2 organization (#5653)
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -21,7 +21,6 @@ import random
|
||||
import concurrent.futures
|
||||
import time
|
||||
import uuid
|
||||
import argparse
|
||||
from pathlib import Path
|
||||
|
||||
# CommonClient import first to trigger ModuleUpdater
|
||||
@@ -82,7 +81,7 @@ nest_asyncio.apply(loop)
|
||||
MAX_BONUS: int = 28
|
||||
|
||||
# GitHub repo where the Map/mod data is hosted for /download_data command
|
||||
DATA_REPO_OWNER = "Ziktofel"
|
||||
DATA_REPO_OWNER = "archipelago-sc2"
|
||||
DATA_REPO_NAME = "Archipelago-SC2-data"
|
||||
DATA_API_VERSION = "API4"
|
||||
|
||||
|
||||
@@ -145,7 +145,7 @@ That's the default value in the template, which should let you know to use this
|
||||
#### How do I know the exact names of items and locations?
|
||||
|
||||
You can look up a complete list of the item names in the
|
||||
[Icon Repository](https://matthewmarinets.github.io/ap_sc2_icons/) page.
|
||||
[APSC2 Item Docs](https://archipelago-sc2.github.io/content-docs/) page.
|
||||
This page also contains supplementary information of each item.
|
||||
|
||||
Locations are of the format `<mission name>: <location name>`. Names are most easily looked up by hovering
|
||||
|
||||
@@ -117,7 +117,7 @@ La page [*datapackage*](/datapackage) d'Archipelago liste l'ensemble des *items*
|
||||
que le site web prend en charge actuellement, dont ceux de *StarCraft 2*.
|
||||
|
||||
Vous trouverez aussi la liste complète des *items* de *StarCraft 2 Archipelago* à la page
|
||||
[*Icon Repository*](https://matthewmarinets.github.io/ap_sc2_icons/).
|
||||
[*APSC2 Item Docs*](https://archipelago-sc2.github.io/content-docs/).
|
||||
Notez que cette page contient diverses informations supplémentaires sur chacun des *items*.
|
||||
Cependant, l'information présente dans cette dernière peut différer de celle du *datapackage* d'Archipelago
|
||||
puisqu'elle est générée, habituellement, à partir de la version en développement de *StarCraft 2 Archipelago* qui
|
||||
|
||||
Reference in New Issue
Block a user