Influence that modifies a random player's battle deck by adding specific cards to their hand.
More...
The Influence selects a random player (or its owner) and adds a set number of cards to their hand. This influence activates at the beginning of a round and is destroyed after execution
Parameters
- Card class
Specifies the class of the cards to add to the player's hand (e.g., "car_001_com"). You can use comma separated list to provide multiple classes.
- Card tag
Tag to filter the cards to add to the player's hand. When card class parameter isn't provided, this parameter is used to sample the cards.
- Card count
The number of cards to add to the player's hand.
- Random player
Determines whether to target a random player (true
) or the linked character (false
).