Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |
card-actions [2024/10/15 23:05] – [Independent Card Variables] isiahgames | card-actions [2024/10/15 23:05] (current) – [Card Summons] isiahgames |
---|
| |
==== 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. | |
| | <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. | |
| | <code>Battle Log: message</code> |Replace 'message' with text. This will push that text to the Battle Log. | |