Both sides previous revisionPrevious revisionNext revision | Previous revision |
card-actions [2025/06/13 02:12] – [Action Pack 2] isiahgames | card-actions [2025/06/13 20:32] (current) – isiahgames |
---|
If you are using the plugin [[plugin-icv|Independent Card Variables]], you also have access to these Card Actions: | If you are using the plugin [[plugin-icv|Independent Card Variables]], you also have access to these Card Actions: |
| |
| <code>Var(X) set Y</code> | This sets the specified Var of this card to the value supplied in Y.\\ Replace X with the Var index\\ Replace Y with the value you wish the Var index to contain | | {{page>plugin-icv#card_actions}} |
| <code>Var(X) mod [+/-]Y</code> | Modifies the specified Var of this card by the value of Y. Adds or subtracts Y to/from Var. \\ Replace X with the Var index\\ Replace [+/-]Y with a positive or negative number | | |
| <code>All Skill [skillID] Var(X) set Y | |
All Skill [skillID] Var(X) mod [+/-]Y</code> | These Card Actions modify the Var of all cards belonging to that actor of the specified Skill ID. | | |
| <code>All Skill [skillID] Var(X) set Y in [zoneName] | |
All Skill [skillID] Var(X) mod [+/-]Y in [zoneName]</code> | These Card Actions modify the Var of all cards belonging to that actor's specific zone.\\ \\ Replace [zoneName] with "Deck", "Discard" or "Hand". | | |
| <code>Selected Var(X) set Y | |
Selected Var(X) mod [+/-]Y | |
</code> | Requires [[plugin-card-action-pack-1|Card Action Pack 1]] plugin to use.\\ \\ These Card Actions act on all Selected cards instead of the card containing the Card Actions. | | |
| |
==== Card Summons ==== | ==== Card Summons ==== |
| |
| <code>Select X from unitName Field</code> |Replace 'X' with a number or game variable, and replace 'unitName' with 'Ally', 'Opponent', 'Party', or 'Troop'. This activates the respective Field to select the specified number of Cards. | | If you are using the plugin [[plugin-card-summons|Card Summons]], you also have access to these Card Actions: |
| <code>Select X Type typeName from unitName Field</code> |Replace 'X' with a number or game variable, and replace 'unitName' with 'Ally', 'Opponent', 'Party', or 'Troop'. Replace 'typeName' with a Card Type. This activates the respective Field to select the specified number of Cards, only being able to select the specified Type. | | |
| <code>Use Skill X on Selected</code> |Replace 'X' with a number or game variable. This performs a skill matching the ID of X on any Creatures selected using the above Select actions, using the Battler performing this Card Action as the subject for damage calculation. | | {{page>plugin-card-summons#card_actions}} |
| <code>Battle Log: message</code> |Replace 'message' with text. This will push that text to the Battle Log. | | |
| ===== Card Action Modifiers ===== |
| |
| For the time being, Modifiers are only present in Action Pack 2. [[plugin-card-action-pack-2#modifiers|See its section on Modifiers.]] |