Battle Command is a data source that gets information about a battle command.
| Name | Explanation | Type |
|---|---|---|
| Name | The name of the battle command. | String |
| Description | The description of the battle command. | String |
| Use Scope | The use scope of the battle command. | Number |
| Icon | The icon of the battle command. | Number |
| Tag | The tags of the battle command. | Tags |
| Skill Unique ID | The unique ID of the skill, if applicable, of the battle command. | Unique ID |
| Inventory Slot Unique ID | The unique ID of the inventory slot, if applicable, of the battle command. | Unique ID |
| Tag Count | The tag count of the battle command. | Number |
| Tag Key at Index | The tag key at the index of the battle command. | String |
| Name | Explanation | Type |
|---|---|---|
| Is Container | Whether or not the battle command is a container with children. | Toggle |
| Is Enabled | Whether or not the battle command is enabled. | Toggle |
| Targets User | Whether or not the battle command targets the user. | Toggle |
| Targets Single Hero | Whether or not the battle command targets a single hero. | Toggle |
| Targets Random Hero | Whether or not the battle command targets a random hero. | Toggle |
| Targets Party | Whether or not the battle command targets the entire party. | Toggle |
| Targets Single Enemy | Whether or not the battle command targets a single enemy. | Toggle |
| Targets Random Enemy | Whether or not the battle command targets a random enemy. | Toggle |
| Targets All Enemies | Whether or not the battle command targets all enemies. | Toggle |
| Targets Everyone | Whether or not the battle command targets everyone. | Toggle |
| Targets Anyone | Whether or not the battle command targets anyone. | Toggle |
| Targets Random | Whether or not the battle command targets a random hero or enemy. | Toggle |
| Random, Targeting Party | Whether or not the battle command would be considered a "random" that could include the party. | Toggle |
| All, Targeting Party | Whether or not the battle command would be considered targeting the entire party. | Toggle |
| Is Random Component | Whether or not the battle command has a random selection component. | Toggle |
| Is All Component | Whether or not the battle command has a select-all component. | Toggle |
| Hero Component | Whether or not the battle command has a hero component. | Toggle |
| Enemy Component | Whether or not the battle command has an enemy component. | Toggle |
| Auto Target | Whether or not the battle command handles targeting automatically. | Toggle |