BoardFile

class BoardFile(_header: Header, _unknown: U64, board_info: BoardInfo, _board_data: BoardData, custom_data: Annotated[bytes, 0])

Bases: object

A dataclass representing Board Info, which is attached to a Square object.

This object contains global board information. The object contains a header, an unknown value, initial cash, target amount, base salary, salary increment, max dice roll, looping mode (galaxy status here), and a version flag, which is added by newer versions of Fortune Avenue.

Methods

normalize

size

Attributes

squares

board_info

custom_data