yasuki_core.engine.rules.actions.Recruit#

class Recruit(card_id, invest=False, proclaim=False)[source]#

Bring a face-up card from a province into play, paying its gold cost.

Attributes:
card_idstr

The province card to recruit.

investbool

Whether to also pay the card’s Invest cost for its one-time enter-play effect — the kicker-style second purchase option. Default False.

proclaimbool

Whether to Proclaim the recruit (once per turn, own-clan Personalities only), adding the Personality’s Personal Honor to the seat’s Family Honor after it enters play. Default False.

Methods

Recruit.__init__(card_id[, invest, proclaim])

Attributes

card_id

invest

proclaim