- Joined
- Jan 2, 2014
- Messages
- 1,787
- Reaction score
- 939
- First Language
- Chinese
- Primarily Uses
- N/A
DoubleX RMVXA Charge Addon v1.00d to YSA Battle System: Classical ATB
by DoubleX
Prerequisites
DoubleX RMVXA Bug Fixes to YSA Battle System: Classical ATB
YSA Battle System: Classical ATB(Created by Yami)
Introduction
Lets users set some skills/items to pay their costs before charging
Spoiler
#------------------------------------------------------------------------------|
# * Skill/Item Notetags
skill/item notebox in the database) |
# - <charge prior action cost: boolean> |
# Sets the skill/item's action cost to be paid before and after finished |
# charging if boolean is false and true respectively |
# - <charge prior item cost: boolean> |
# Sets the skill/item's non-action cost to be paid before and after |
# finished charging if boolean is false and true respectively |
#------------------------------------------------------------------------------|
#==============================================================================|
# ** You only need to edit this part as it's about what this script does |
#------------------------------------------------------------------------------|
module DoubleX_RMVXA
module YSA_CATB_Charge_Addon
# The skill/item's action cost will be paid after finished charging if
# CHARGE_PRIOR_ACTION_COST is true
# It'll only be used if <charge prior act cost> is absent
CHARGE_PRIOR_ACTION_COST = true
# The skill/item's non-action costs will be paid after finished charging if
# CHARGE_PRIOR_ITEM_COST is true
# It'll only be used if <charge prior item cost> is absent
CHARGE_PRIOR_ITEM_COST = true
end # YSA_CATB_Charge_Addon
end # DoubleX_RMVXA
#==============================================================================|
#------------------------------------------------------------------------------|
# * Skill/Item Notetags
# - <charge prior action cost: boolean> |
# Sets the skill/item's action cost to be paid before and after finished |
# charging if boolean is false and true respectively |
# - <charge prior item cost: boolean> |
# Sets the skill/item's non-action cost to be paid before and after |
# finished charging if boolean is false and true respectively |
#------------------------------------------------------------------------------|
#==============================================================================|
# ** You only need to edit this part as it's about what this script does |
#------------------------------------------------------------------------------|
module DoubleX_RMVXA
module YSA_CATB_Charge_Addon
# The skill/item's action cost will be paid after finished charging if
# CHARGE_PRIOR_ACTION_COST is true
# It'll only be used if <charge prior act cost> is absent
CHARGE_PRIOR_ACTION_COST = true
# The skill/item's non-action costs will be paid after finished charging if
# CHARGE_PRIOR_ITEM_COST is true
# It'll only be used if <charge prior item cost> is absent
CHARGE_PRIOR_ITEM_COST = true
end # YSA_CATB_Charge_Addon
end # DoubleX_RMVXA
#==============================================================================|
Video
Features
Use of notetags(needs knowledge of notetag usage) to set skill/items to demand their users to pay their costs before or after charging
How to use
Open the script editor and put this script into an open slot between the script DoubleX RMVXA Bug Fixes to YSA Battle System: Classical ATB and Main. Save to take effect.
FAQ
None
Credit and Thanks
DoubleX(Giving me credit is completely optional)
The terms of use are the same as that of YSA Battle System: Classical ATB except that you must also give Yami credit(you should do this anyway) if you give DoubleX or his alias credit
Compatibility
Same as that of YSA Battle System: Classical ATB
Changelog
v1.00d(GMT 1400 1-4-2016):
- Fixed not paying the skill/item/action costs before charging for skills/items not targeting opponents only/allies only
v1.00c(GMT 1400 15-12-2015):
- Fixed asking the wrong actor to pay the action cost before charging
v1.00b(GMT 1200 26-2-2015):
- Fixed the command guard charge prior cost not working bug
v1.00a(GMT 1200 25-2-2014):
- 1st version of this script finished
View attachment (DoubleX)YSA CATB Charge Addon v1.00d.rar
Last edited by a moderator:
