yasuki_core.game_pieces.fate.FateAction#

class FateAction(id: str, name: str, side: yasuki_core.game_pieces.constants.Side, printed_id: str | None = None, clan: str | None = None, clans: tuple[str, ...]=(), keywords: tuple[str, ...]=(), traits: tuple[str, ...]=(), card_type: str | None = None, creates: tuple[str, ...]=(), text: str = '', is_unique: bool = False, bowed: bool = False, face_up: bool = True, inverted: bool = False, counters: dict[str, int]=<factory>, image_front: pathlib._local.Path | None = PosixPath('/home/docs/checkouts/readthedocs.org/user_builds/game-on-yasuki/checkouts/latest/src/yasuki_core/assets/images/defaults/generic_strategy.jpg'), image_back: pathlib._local.Path | None = PosixPath('/home/docs/checkouts/readthedocs.org/user_builds/game-on-yasuki/checkouts/latest/src/yasuki_core/assets/images/fate_back_new.jpg'), owner: yasuki_core.engine.players.PlayerId | None = None, shown: bool = False, peekers: frozenset[yasuki_core.engine.players.PlayerId] = frozenset(), back_card_id: str | None = None, back: 'L5RCard | None' = None, showing_back: bool = False, is_token: bool = False, art_swap: dict | None = None, note: str | None = None, focus: int | None = None, gold_cost: int | None = None, timings: tuple[yasuki_core.game_pieces.constants.Timing, ...]=())[source]#

Methods

FateAction.__init__(id, name, side[, ...])

Attributes

timings