DoubleX 202 Posted July 5, 2014 (edited) Prerequisites DoubleX RMVXA Bug Fixes to YSA Battle System: Classical ATB http://www.rpgmakervxace.net/topic/21110-doublex-rmvxa-bug-fixes-to-ysa-battle-system-classical-atb/ YSA Battle System: Classical ATB(Created by Yami) http://www.rpgmakervxace.net/topic/865-ysa-battle-system-classical-atb/page-3?hl=+active%20+time%20+battle Script name DoubleX RMVXA ATB Addon to YSA Battle System: Classical ATB Author DoubleX: - This script Yami: - YSA Battle System: Classical ATB Terms of use 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 Introduction Lets users to set the formula for battler's atb bar filling speed #==============================================================================| # ** You only need to edit this part as it's about what this script does | #------------------------------------------------------------------------------| module DoubleX_RMVXA module YSA_CATB_ATB_Addon # The atb increment per frame is: # CATB_GAIN_MODIFIER * MAX_CATB_VALUE / $game_system.catb_fill_time # MAX_CATB_VALUE is equal to 100000.0 # $game_system.catb_fill_time is DEFAULT_FILL_TIME or FILL_TIME_VARIABLE # CATB_GAIN_MODIFIER default is "agi.to_f / BattleManager.average_agi" # agi.to_f is battler's agi # BattleManager.average_agi is the average agi of all battlers CATB_GAIN_MODIFIER = "agi.to_f / BattleManager.average_agi" end # YSA_CATB_ATB_Addon end # DoubleX_RMVXA #==============================================================================| Features Little scripting knowledge is needed to use or edit this script Instructions 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. Compatibility Same as that of YSA Battle System: Classical ATB FAQ None Changelog v1.00b(GMT 0200 3-5-2014): - Increased the efficiency of this script v1.00a(GMT 0600 5-7-2014): - 1st version of this script finished (DoubleX)YSA CATB ATB Addon v1.00b.txt Edited May 3, 2015 by DoubleX Share this post Link to post Share on other sites
DoubleX 202 Posted May 3, 2015 Updates v1.00b(GMT 0200 3-5-2014): - Increased the efficiency of this script Share this post Link to post Share on other sites