Spoiler
#------------------------------------------------------------------------------|
# * (v1.01a+)Skill/Item Notetags

skill/item notebox in the database) |
# - <custom catb action add: a, s> |
# Sets the number of action points added to the targets after using the |
# skill or item. If the result is negative, it'll be set as 0. |
# Setting a as 0 is effectively changing nothing. |
# Setting a as negative means a will be substracted from the action points |
# the targets. The minimum of the result is 0. |
# s can be either 0 or 1 meaning a is negative or positive respectively. |
#------------------------------------------------------------------------------|
# * Skill/Item Notetags

skill/item notebox in the database) |
# - <custom catb action: a, s> |
# Sets the number of actions required for this skill or item. Battlers can't|
# use it if they don't have enough currently available actions. |
# Setting a as 0 is effectively the same as using the <instant> notetag of |
# Yanfly Engine Ace - Instant Cast. |
# Setting a as negative means more actions will be available to the users of|
# this skill or item after using it. |
# s can be either 0 or 1 meaning a is negative or positive respectively. |
#------------------------------------------------------------------------------|