tag-gloss
This is an old revision of the document!
Table of Contents
Commands, Notetags, & Script Calls Glossary
Commands
This page has a list of every Plugin Command from ever plugin and what syntax and input is used.
Command Syntax | Plugin Required | Event Usage | Description |
---|---|---|---|
DisableCardBattle | Core Plugin | Map Only | Reverts the Battle System to RPG Maker Defaults. |
EnableCardBattle | Core Plugin | Map Only | Sets the Battle System to Card Game Combat. |
EnableCardLibrary | Core Plugin | Map & Battle | Adds the Card Library option to the Menu. |
DisableCardLibrary | Core Plugin | Map & Battle | Removes the Card Library option from the Menu. |
OpenCardLibrary | Core Plugin | Map & Battle | Opens the Card Library scene directly. This can be done from the map. |
Notetags
This page has a list of every Notetag from every plugin and what syntax and input is used.
Notetag Syntax | Plugin Required | Database Usage | Effect Description |
---|---|---|---|
<Hide from card library> | Core Plugin | Skills | Makes the card not show up in the Card Library |
<Card Art: file_name> | 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. |
<Card Base: file_name> | 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. |
<willEndTurn> | 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. |
<Card Passives> action action </Card Passives> | Core Plugin | Skills, Items | Used to add Passives to a Skill. See:Card Passives |
<Card Actions> action action </Card Actions> | Core Plugin | Skills, Items | Used to add Actions to a Skill. Actions execute in sequential order. See:Card Actions |
<Card Type: type_name> | 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. |
<Add Card X> | 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. |
<Add Card [skill name]> | Equip Cards | Weapons, Armor, States | Works similarly to the previous notetag. Instead of skill IDs, you can add them by name. Case sensitive. |
<Card Particle: X> | Card Particle FX | Skills | Spawns Particles of X ID when the Card is removed. |
<Battle Start Actions> action action </Battle Start Actions> | 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. |
<Turn Start Actions> action action </Turn Start Actions> | 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. |
Script Calls
tag-gloss.1680084420.txt.gz · Last modified: 2023/03/29 12:07 by banerjeesw