... | ... | @@ -12,6 +12,8 @@ name auto-renames your card in-game into the whatever the name value is. Deck ed |
|
|
|
|
|
By default player interaction events such as `click`, `mouseenter`, and `mouseleave` only fires for the player that owns the card (or any player if the owner is neutral) and if the player is also the `turnPlayer`. allowAnyPlayer on the card causes the event to fire without such limitations. The last player to interact with the card is saved onto the card itself with the `clickPlayer`, `mouseenterPlayer`, `mouseleavePlayer` properties. This is great for cards and UI elements that are not part of gameplay, such as emotes.
|
|
|
|
|
|
`allowAnyPlayer` can also be set onto the game as a global, the equivalent of giving it to every card.
|
|
|
|
|
|
## Rule Card Properties
|
|
|
|
|
|
### reqType, excludeType, displayName
|
... | ... | |