Both sides previous revisionPrevious revisionNext revision | Previous revision |
plugin-icv [2025/06/13 20:52] – [Card Passives] isiahgames | plugin-icv [2025/07/03 22:55] (current) – [Card Actions] isiahgames |
---|
| **Preserve Var Values on Transform?** | If set to ON, the Transform action ([[plugin-card-action-pack-2|Action Pack 2]]) will not reset Var values. | | | **Preserve Var Values on Transform?** | If set to ON, the Transform action ([[plugin-card-action-pack-2|Action Pack 2]]) will not reset Var values. | |
===== Card Actions ===== | ===== Card Actions ===== |
| |< 100% 30% >| |
^ Card Action Syntax ^ Description ^ | ^ Card Action Syntax ^ Description ^ |
| <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 | | | <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 | |
| <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>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>Var(X) set eval [formula]</code> | This sets the specified var of this card to get the value of the formula. The value is re-evaluated at the end of each Action in battle. | | | <code>Var(X) set |
| eval [formula]</code> | This sets the specified var of this card to get the value of the formula. The value is re-evaluated at the end of each Action in battle. | |
| <code>All Skill [skillID] Var(X) | | <code>All Skill [skillID] Var(X) |
set Y | set Y |
mod [+/-]Y in [zoneName] | mod [+/-]Y in [zoneName] |
All Skill [skillId] Var(X) | All Skill [skillId] Var(X) |
set eval [formula] 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". | | set eval [formula] |
| 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 | | <code>Selected Var(X) set Y |
Selected Var(X) mod [+/-]Y | Selected Var(X) mod [+/-]Y |
Selected Var(X) set eval [formula] | Selected Var(X) set |
| eval [formula] |
</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. | | </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. | |
| |