opengsq.responses.aoe2 package
Submodules
opengsq.responses.aoe2.status module
- class opengsq.responses.aoe2.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], age: str = 'Dark Age', population_limit: int = 200, starting_age: str = 'Dark Age', resources_setting: str = 'Standard', reveal_map: bool = False, map_size: str = 'Normal', victory_conditions: List[str] = None, teams_locked: bool = False, all_techs: bool = False)
Bases:
StatusAge of Empires 2 specific status response
- age: str = 'Dark Age'
- population_limit: int = 200
- starting_age: str = 'Dark Age'
- resources_setting: str = 'Standard'
- reveal_map: bool = False
- map_size: str = 'Normal'
- victory_conditions: List[str] = None
- teams_locked: bool = False
- all_techs: bool = False