Influences
 
Loading...
Searching...
No Matches
BCCGOnTrackedCardsPlayedThisTurnInfluenceabstract

Base abstract class for tracking played cards in a turn. More...

Inheritance diagram for BCCGOnTrackedCardsPlayedThisTurnInfluence:
BCCGPushInfluenceOnTrackedCardsCountMetThisTurnInfluence

Description

This influence tracks how many cards of a specific type have been played by the character who owns this influence, within a turn. If conditions are met, this influence triggers its effect at the end of the turn.

Parameters

  • Cards expected count
    The number of tracked cards that need to be played for the effect to trigger.
  • Card type
    The type of cards that are tracked.
  • Can exceed count
    If true, the effect can trigger even if more than the expected number of cards have been played.