じ☆ve冰风 发表于 2026-7-31 20:29:42

DoubleX RMVXA ATB Addon to YSA Battle System: Classical ATB

DoubleX RMVXA ATB Addon v1.00b to YSA Battle System: Classical ATB​
by DoubleX​

Prerequisites

DoubleX RMVXA Bug Fixes to YSA Battle System: Classical ATB

http://forums.rpgmakerweb.com/index.php?/topic/22142-doublex-rmvxa-bug-fixes-to-ysa-battle-system-classical-atb/

YSA Battle System: Classical ATB(Created by Yami)

http://yamiworld.wordpress.com/rgss3/battle-scripts/yeas-add-on/ysa-battle-system-classical-active-time-battle/

Introduction

Lets users to set the formula for battler's atb bar filling speed

Spoiler#==============================================================================|#** You only need to edit this part as it's about what this script does      |#------------------------------------------------------------------------------|module DoubleX_RMVXAmodule 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_Addonend # DoubleX_RMVXA#==============================================================================|



Features

Little scripting knowledge is needed to use or edit this script

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.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


本贴来自国际rpgmaker官方论坛作者:DoubleX处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址:https://forums.rpgmakerweb.com/threads/doublex-rmvxa-atb-addon-to-ysa-battle-system-classical-atb.29505/
页: [1]
查看完整版本: DoubleX RMVXA ATB Addon to YSA Battle System: Classical ATB