Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |
plugin-card-types [2025/06/13 01:53] – [Actions] isiahgames | plugin-card-types [2025/06/13 01:55] (current) – [Actions] isiahgames |
---|
| <code>Mill X Type typeName</code> | The game will move the first X cards in the player's deck of the Type typeName. | | | <code>Mill X Type typeName</code> | The game will move the first X cards in the player's deck of the Type typeName. | |
| <code>Mill Until Type typeName</code> | This will Mill cards from the top of the deck until the card at the top is of the specified type. | | | <code>Mill Until Type typeName</code> | This will Mill cards from the top of the deck until the card at the top is of the specified type. | |
| <code>Move X Type [typename] | | <code>Move X Type [typename] from |
from [zoneName] to [zoneName]</code> | This is the generic Move action that accepts all zones. For example, if you wanted to move 1 Spell Card from Deck to Discard, you would use:\\ <code><Card Actions> | [zoneName] to [zoneName]</code> | This is the generic Move action that accepts all zones. For example, if you wanted to move 1 Spell Card from Deck to Discard, you would use:\\ <code><Card Actions> |
Move 1 Type Spell from deck to discard | Move 1 Type Spell from deck to discard |
</Card Actions></code> | | </Card Actions></code> | |