Both sides previous revisionPrevious revision | |
tag-gloss [2025/06/17 03:10] – [Commands] isiahgames | tag-gloss [2025/06/17 03:28] (current) – [Notetags] isiahgames |
---|
===== Notetags ===== | ===== Notetags ===== |
| |
This table has a list of every Notetag from every plugin and what syntax and input is used. | This section contains all Notetags other than [[card-actions|Card Actions]] and [[card-passives|Card Passives]]. |
| |
^ Notetag Syntax ^ Plugin Required ^ Database Usage ^ Description ^ | ==== Core Engine ==== |
| <code><Hide from card library></code> | [[plugin-core|Core Plugin]] | Skills | Makes the card not show up in the Card Library | | The list of Notetags available in the [[plugin-core|Core Plugin]] are as follows: |
| <code><Card Art: file_name></code> | [[plugin-core|Core Plugin]] | Skills | Makes the card's Card Art the file of the given name.\\ \\ Art can be found in the art directory in the plugin parameters. | | |
| <code><Card Base: file_name></code> | [[plugin-core|Core Plugin]] | Skills | Replaces the default card Base with the file of the given name.\\ \\ Bases can be found in the base directory in the plugin parameters. | | {{page>plugin-core#notetags}} |
| <code><willEndTurn></code> | [[plugin-core|Core Plugin]] | Skills, Items | If you are not using YEP_InstantCast, this will cause the given skill to end the turn upon use.\\ \\ If you are using YEP_InstantCast, follow that plugin's directions instead. | | |
| <code><Card Passives> | ==== Card Types ==== |
action | The list of Notetags available in [[plugin-card-types|Card Types]] are as follows: |
action | |
</Card Passives></code> | [[plugin-core|Core Plugin]] | Skills, Items | Used to add Passives to a Skill. See:[[card-passives|Card Passives]] | | {{page>plugin-card-types#notetags}} |
| <code><Card Actions> | |
action | ==== Equip Cards ==== |
action | The list of Notetags available in [[plugin-equip-cards|Equip Cards]] are as follows: |
</Card Actions></code> | [[plugin-core|Core Plugin]] | Skills, Items | Used to add Actions to a Skill that are performed on the User. Actions execute in sequential order. See:[[card-actions|Card Actions]] | | |
| <code><Card Target Actions> | {{page>plugin-equip-cards#notetags}} |
action | |
action | ==== Block Generate ==== |
</Card Target Actions></code> | [[plugin-core|Core Plugin]] | Skills, Items | Used to add Actions to a Skill that are performed on the Target. Actions execute in sequential order. See:[[card-actions|Card Actions]] | | The list of Notetags available in [[plugin-block-generate|Block Generate]] are as follows: |
| <code><Card Type: type_name></code> | [[plugin-card-types|Card Types (Plugin)]] | Skills | Replace "type_name" with the name of the Card Type (case sensitive) that you want this skill to have. A Skill/Card can have multiple Card Types, using multiple instances of this notetag.\\ \\ Ensure that all Types you plan to use are in the Card Types plugin parameter.\\ \\ Any skill which contains the <Card Base: file_name> notetag from IsiahCardGameCombat will use that specified Card Base instead of the one specified by this plugin. | | |
| <code><Add Card X></code> | [[plugin-equip-cards|Equip Cards]] | Weapons, Armors, States | When an actor equips a weapon or armor with this tag, this skill will be shuffled into their deck. When they are given a state with this tag, the skill will be added to the top of their deck.\\ \\ If an actor loses the state, or changes equipment mid-battle, the card will be removed from their deck. If it's not in their deck, it will be removed from their hand. If it's not in their deck, it will be removed from their discard pile. | | {{page>plugin-block-generate#notetags}} |
| <code><Add Card [skill name]></code> | [[plugin-equip-cards|Equip Cards]] | Weapons, Armor, States | Works similarly to the previous notetag. Instead of skill IDs, you can add them by name. Case sensitive. | | |
| <code><Card Particle: X></code> | [[plugin-cpfx|Card Particle FX]] | Skills | Spawns Particles of X ID when the Card is removed. | | ==== Card Collection ==== |
| <code><Battle Start Actions> | The list of Notetags available in [[plugin-card-collection|Card Collection]] are as follows: |
action | |
action | {{page>plugin-card-collection#notetags}} |
</Battle Start Actions></code> | [[plugin-turn-start|Turn Start Plus]] | Actor, Class, Weapons, Armors, States | This will add Card Actions executed at the start of the first turn if the party member is that Actor, that Class, is using that equipment, or is affected by that state. | | |
| <code><Turn Start Actions> | ==== Deck Editor ==== |
action | The list of Notetags available in [[plugin-deck-edit|Deck Editor]] are as follows: |
action | |
</Turn Start Actions></code> | [[plugin-turn-start|Turn Start Plus]] | Actor, Class, Weapons, Armors, States | This will add Card Actions executed at the start of every turn after the first if the party member is that Actor, that Class, is using that equipment, or is affected by that state. | | {{page>plugin-deck-edit#notetags}} |
| | | | | | |
| ==== Card Shop ==== |
| The list of Notetags available in [[plugin-card-shop|Card Shop]] are as follows: |
| |
| {{page>plugin-card-shop#notetags}} |
| |
| ==== Card Summons ==== |
| The list of Notetags available in [[plugin-card-summons|Card Summons]] are as follows: |
| |
| This section is temporarily blank. |
| |
| ==== Card Particle FX ==== |
| The list of Notetags available in [[plugin-cpfx|Card Particle FX]] are as follows: |
| |
| {{page>plugin-cpfx#notetags}} |
| |
| ==== Turn Start Plus ==== |
| The list of Notetags available in [[plugin-turn-start|Turn Start Plus]] are as follows: |
| |
| {{page>plugin-turn-start#notetags}} |
| |
| ==== Card Art Layers ==== |
| The list of Notetags available in [[plugin-card-layers|Card Art Layers]] are as follows: |
| |
| {{page>plugin-card-layers#notetags}} |
| |
===== Script Calls ===== | ===== Script Calls ===== |