赞 | 22 |
VIP | 1 |
好人卡 | 0 |
积分 | 7 |
经验 | 1762 |
最后登录 | 2018-6-11 |
在线时间 | 135 小时 |
Lv2.观梦者
- 梦石
- 0
- 星屑
- 739
- 在线时间
- 135 小时
- 注册时间
- 2012-7-1
- 帖子
- 185
|
yep的插件你都有吗?
战斗核心和几个动作插件,还要YEP_BuffsStatesCore,YEP_X_SelectionControl
直接给你代码吧
潜伏:
<Setup Action>
display action
camera focus: user
zoom: 150%
perform start
wait: 60
se: fog1, 80, 150
move user: forward, -68, 25
opacity user: 0%, 40
wait for float
</Setup Action>
<Whole Action>
</Whole Action>
<Target Action>
action effect
</Target Action>
<Follow Action>
add state 146: user
</Follow Action>
<Finish Action>
clear battle log
reset camera
reset zoom
wait for camera
wait for zoom
</Finish Action>
潜伏状态:这是写在状态里的
<Cannot Select: All>
<Custom Leave Effect>
var skill = 142;
var target = -2;
BattleManager.queueForceAction(user, skill, target);
</Custom Leave Effect>
出击:
<Setup Action>
clear battle log
display action
immortal: targets, true
</Setup Action>
<Whole Action>
zoom: 150%
</Whole Action>
<Target Action>
camera focus: target
move user: target, front BASE, 2
wait: 20
face user: forward
motion attack: user
opacity user: 100%, 1
wait: 10
force critical
animation 11: targets
action effect
shake screen: 5, 5, 5
wait for animation
</Target Action>
<Follow Action>
reset camera
reset zoom
jump user: 200%, 30
move user: return, 30
wait for movement
</Follow Action>
我这是潜伏出击你要飞天自己改下动作。
还有我的游戏steam上线了,你有没有兴趣做小白鼠 |
评分
-
查看全部评分
|