# This feature needs
# DoubleX RMVXA Action Addon to YSA Battle System: Classical ATB
# (v1.01a+)CANCEL_ACTION_COST, default = false
# Skill users need to pay the action cost of the skill after canceling it
# (v1.01b+)CANCEL_ACTION_COST will be ignored if the skill/item demand its
# user to pay the action cost before charging(that feature needs
# DoubleX RMVXA CATB Charge Addon to YSA Battle System: Classical AT

CANCEL_ACTION_COST = false
# (v1.01a+)CANCEL_SKILL_COST, default = false
# Skill users need to pay the mp/tp/custom cost of the skill after canceling
# it
# (v1.01b+)CANCEL_SKILL_COST will be ignored if the skill/item demand its
# user to pay the non-action cost before charging(that feature needs
# DoubleX RMVXA CATB Charge Addon to YSA Battle System: Classical AT

CANCEL_SKILL_COST = false
# Select key which will open the cast cancel selection window, default = :SHIFT
CANCEL_KEY = :SHIFT
# Press cancel key to close the cast cancel selection window
# Wait while the cast cancel window is active, default = true
CANCEL_WAIT = true
# Set text displayed in cast cancel help window, default = "Select an actor to cancel his/her/its charging move.\nFully charged or uncharged moves can't be cancelled."
HELP_TEXT = "Select an actor without autobattle nor confusion to\ncancel his/her/its partially charging skill or item."