<Custom Apply Effect> if (target.isActor()) { var i = 111 ; if (target.hasState(i)) { target.discardState(i); target.startAnimation(42); var hp = Math.floor(target.mhp * 0.1); target.gainHp(hp); target.startDamagePopup(); } } </Custom Apply Effect>
欢迎光临 Project1 (https://rpg.blue/) | Powered by Discuz! X3.1 |