BoardInfo

class BoardInfo(_header: Header, _unknown: U64, initial_cash: U16, target_amount: U16, base_salary: U16, salary_increment: U16, max_dice_roll: U16, _galaxy_status: U16, version_flag: U32)

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

size

Attributes

galaxy_status

initial_cash

target_amount

base_salary

salary_increment

max_dice_roll

version_flag