913| 6
|
[有事请教] 如何实现有概率释放技能 |
15星屑
最佳答案YEP_BattleEngineCore + YEP_BuffsStatesCore + YEP_AutoPassiveStates插件可以实现
假设你是要把这个效果做成一种被动状态(可以安插在装备或角色身上),往这个被动状态的注释栏里添加以下代码:
if (Math.random() > 0.5){
var skill = n;
var target = -2;
BattleManager.queueForceAction(user, skill, target);
}
这样行动开始时就会有50%概率发动ID:n的技能,如果要改成行动后概率发动,把Custom Action Start Effect ...
| ||
| ||
| ||
| ||
| ||
| ||
| ||
站长信箱:[email protected]|手机版|小黑屋|无图版|Project1游戏制作
GMT+8, 2024-11-17 04:27
Powered by Discuz! X3.1
© 2001-2013 Comsenz Inc.