opengsq.responses.aoe1 package

Submodules

opengsq.responses.aoe1.status module

class opengsq.responses.aoe1.status.Status(name: str, game_type: str, map: str, num_players: int, max_players: int, password_protected: bool, game_version: str, game_mode: str, difficulty: str, speed: str, players: List[Player], raw: dict[str, str | int | bool | list], epoch: str = 'Stone Age', population_limit: int = 50, resources_setting: str = 'Standard', reveal_map: bool = False, starting_resources: str = 'Standard', victory_conditions: List[str] = None)

Bases: Status

Age of Empires 1 specific status response

epoch: str = 'Stone Age'
population_limit: int = 50
resources_setting: str = 'Standard'
reveal_map: bool = False
starting_resources: str = 'Standard'
victory_conditions: List[str] = None

Module contents