View waitFromHalfAtbSpeed.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"use strict"; | |
/*: | |
* @plugindesc 戰鬥時角色新增"等待"指令,使用後atb從一半開始累積 | |
* @author agold404 | |
* | |
* @help 透過 waitSkillId 設定角色使用"等待"後會使用的技能ID,預設是防禦(ID=2)。 | |
* 若該ID的技能不存在,則不會有"等待"效果,atb將從0開始累積。 | |
* 此插件的值階可在遊戲進行中再多次調整, | |
* 唯自動產生過的空白技能不因isAutoConfigWaitSkill設定為true以外的字串而刪除。 | |
* |