mirror of
https://gitea.tendokyu.moe/Hay1tsme/artemis.git
synced 2026-02-14 19:57:27 +08:00
begin move
This commit is contained in:
@@ -3,6 +3,7 @@ from enum import Enum
|
||||
|
||||
class PokkenConstants:
|
||||
GAME_CODE = "SDAK"
|
||||
GAME_CDS = ["PKF1"]
|
||||
|
||||
CONFIG_NAME = "pokken.yaml"
|
||||
|
||||
@@ -10,6 +11,12 @@ class PokkenConstants:
|
||||
|
||||
VERSION_NAMES = "Pokken Tournament"
|
||||
|
||||
SERIAL_IDENT = [2747]
|
||||
NETID_PREFIX = ["ABGN"]
|
||||
SERIAL_REGIONS = [1]
|
||||
SERIAL_ROLES = [3]
|
||||
SERIAL_CAB_IDENTS = [19]
|
||||
|
||||
class BATTLE_TYPE(Enum):
|
||||
TUTORIAL = 1
|
||||
AI = 2
|
||||
|
||||
Reference in New Issue
Block a user