- Joined
- Aug 15, 2013
- Messages
- 72
- Reaction score
- 32
- First Language
- English
- Primarily Uses
- RMMV
Hello.
Yanfly's ATB Battle system gives every battler a new gauge that fills up real-time. When the gauge is filled up, that battler will be able to select their ability. They will then charge up their ability: once this has finished charging, they will then execute the ability.
The edit that I am requesting is for the Speed tab in the settings for each skill to be taken into account for this charging speed. Currently, every skill will charge at the same speed. There is a feature in the script that if a skill has the <ATB Interrupt> tag, it can cancel any ability that the target is currently charging. By making more powerful abilities take more time to charge, they are riskier to select.
The new charge rate should be:
DEFAULT_CHARGE_RATE + (ABILITY_SPEED * CONSTANT)
If possible, that constant value should be editable in the parameters section of the plugin.
Thank you in advance!
Here is a link to Yanfly's ATB Battle System page: http://www.yanfly.moe/wiki/Battle_System_-_ATB_(YEP)
Here is a link to Yanfly's ATB Battle System script: http://yanfly.moe/plugins/en/YEP_X_BattleSysATB.js
Yanfly's ATB Battle System script requires Yanfly's Battle Engine Core. That can be found here: http://yanfly.moe/plugins/en/YEP_BattleEngineCore.js
Yanfly's ATB Battle system gives every battler a new gauge that fills up real-time. When the gauge is filled up, that battler will be able to select their ability. They will then charge up their ability: once this has finished charging, they will then execute the ability.
The edit that I am requesting is for the Speed tab in the settings for each skill to be taken into account for this charging speed. Currently, every skill will charge at the same speed. There is a feature in the script that if a skill has the <ATB Interrupt> tag, it can cancel any ability that the target is currently charging. By making more powerful abilities take more time to charge, they are riskier to select.
The new charge rate should be:
DEFAULT_CHARGE_RATE + (ABILITY_SPEED * CONSTANT)
If possible, that constant value should be editable in the parameters section of the plugin.
Thank you in advance!
Here is a link to Yanfly's ATB Battle System page: http://www.yanfly.moe/wiki/Battle_System_-_ATB_(YEP)
Here is a link to Yanfly's ATB Battle System script: http://yanfly.moe/plugins/en/YEP_X_BattleSysATB.js
Yanfly's ATB Battle System script requires Yanfly's Battle Engine Core. That can be found here: http://yanfly.moe/plugins/en/YEP_BattleEngineCore.js




