Introduction
Skills are actions that can be performed by a character or enemy in or outside of battle.
Properties
System
| Name | Explanation | Type |
| Name | The name of the skill. | String |
| Skill Type | The skill type classification of the skill. | Skill Type |
Appearance
| Name | Explanation | Type |
| Icon | The icon associated with the skill. | Icon |
| Sound Effect | The sound effect played during non-battle uses of the skill. | Sound Effect? |
| Description | The description of the skill. | String |
Battle
| Name | Explanation | Type |
| Animation | The animation to use with the skill. | Animation |
| Auto Target | Whether or not the skill automatically selects a target. | Toggle |
| Use Custom Targeting Animation | Whether or not to use a custom targeting animation. | Toggle |
| Targeting Animation | The custom targeting animation to use with the skill. | Animation |
| Use Custom Action Sequence | Whether or not to use a custom action sequence. | Toggle |
| Action Sequence | The custom action sequence to use with the skill. | Action Sequence |
| Warm-Up Formula | The warm-up formula for the skill. | Formula |
| Cooldown Formula | The cooldown formula for the skill. | Formula |
| Battle Log Message | The message that shows in the battle log. | String |
| Failure Message | The message that shows when the skill fails. | String |
| Include Equipment Traits | Whether or not to include equipment traits/effects during skill use. | Toggle |
Data
| Name | Explanation | Type |
| Use Scope | Who the skill can target. | Use Scope |
| Minimum Rank to Use | The minimum rank required to use the skill. | Number |
| Success Formula | The success formula to use the skill. | Formula |
| Is Used in Menu | Whether or not the skill can be used in a menu. | Toggle |
| Is Used in Battle | Whether or not the skill can be used in battle. | Toggle |
| Ignore User Cost | Whether or not the skill can be used regardless of user costs. | Toggle |
| Require User Cost | Requires the user cost to register some change to use. | Toggle |
Global Script
| Name | Explanation | Type |
| Is Global Script | Whether or not to execute a script during the skill use. | Toggle |
| Script | The script to execute when the skill is used. | Script |
Item Use
| Name | Explanation | Type |
| Is Item Use | Whether or not to the skill is for item use. | Toggle |
| Item Filter | The filter to apply to the available items for use. | Filter? |
Escape
| Name | Explanation | Type |
| Is Escape | Whether or not to the skill is for escaping a battle. | Toggle |