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_id
str 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.
- card_id
Methods
Recruit.__init__(card_id[, invest, proclaim])Attributes
card_idinvestproclaim