Both sides previous revisionPrevious revisionNext revision | Previous revision |
plugin-card-action-pack-1 [2025/01/28 03:42] – [Selection Card Actions] isiahgames | plugin-card-action-pack-1 [2025/01/28 03:51] (current) – isiahgames |
---|
**MYTH_CGC_ActionPack1** is a plugin adds several new Card Actions (CAs) which involve the Card Selection Window. | **MYTH_CGC_ActionPack1** is a plugin adds several new Card Actions (CAs) which involve the Card Selection Window. |
| |
**Current Version: 1.1.0** | **Current Version: 1.2.0** |
| |
[[plugin-card-action-pack-1#selection_card_actions|Selection CAs]] open the Selection Window and have the player select cards. | [[plugin-card-action-pack-1#selection_card_actions|Selection CAs]] open the Selection Window and have the player select cards. |
Once the player has selected cards, these Card Actions will do something with them. | Once the player has selected cards, these Card Actions will do something with them. |
| |
| <code>Move selected to zoneName</code> | Replace 'zoneName' with a zone. This will move the selected cards from their previous zone to the specified zone. | | | <code>Move Selected to zoneName</code> | Replace 'zoneName' with a zone. This will move the selected cards from their previous zone to the specified zone. | |
| <code>Remove selected</code> | This will remove the selected cards from play. | | | <code>Move Unselected to zoneName</code> | This will move the cards that WEREN'T selected cards from their previous zone to the specified zone. | |
| <code>Add selected to zoneName</code> | Replace 'zoneName' with a zone. This will add a copy of each selected card to the specified zone. Note that this is the only Movement Card Action that works when using the Card Action "Select from Skills" because it's the only one that does not require a zone of origin. | | | <code>Remove Selected</code> | This will remove the selected cards from play. | |
| | <code>Remove Unselected</code> | This will remove the cards that WEREN'T selected from play. | |
| | <code>Add Selected to zoneName</code> | Replace 'zoneName' with a zone. This will add a copy of each selected card to the specified zone. \\ \\ Note that the Add action is the only Movement Card Action that works when using the Card Action "Select from Skills" because it's the only one that does not require a zone of origin. | |
| | <code>Add Unselected to zoneName</code> | Replace 'zoneName' with a zone. This will add a copy of each card that WASN'T selected to the specified zone. \\ \\ Note that the Add action is the only Movement Card Action that works when using the Card Action "Select from Skills" because it's the only one that does not require a zone of origin. | |
| |
===== Clear Card Actions ===== | ===== Clear Card Actions ===== |
| |
<code> | <code> |
| **v1.2.0** |
| - Added Select Any from zoneName Action |
| - Added Select All Type typeName from zoneName |
| - Added "unselected" variant of Movement Card Actions |
| - Moved highlight sprite loading to img/CGC/highlights |
| - Exposed text components to plugin parameters. |
| |
| **v1.1.1** |
| - Fixed crash if selecting from a pool of cards that has a length of 0. |
| |
**v1.1.0** | **v1.1.0** |
- Added Select All Card Action | - Added Select All Card Action |