赞 | 0 |
VIP | 0 |
好人卡 | 1 |
积分 | 2 |
经验 | 9171 |
最后登录 | 2018-3-22 |
在线时间 | 154 小时 |
Lv1.梦旅人
- 梦石
- 0
- 星屑
- 216
- 在线时间
- 154 小时
- 注册时间
- 2017-2-27
- 帖子
- 167
|
<Element Amplify 7: +8%>
<Element Amplify 8: +8%>
<Element Amplify 9: +50%>
<Custom React Effect>
if (this.isHpEffect() && value>0){
if (Math.randomInt(100)>=(10+target.mat*0.02)){
user.gainHp(-Math.round(Math.min(value,20000)*0.3*(1+target.elementAmplifyRate(9))));
user.startAnimation(163);}else{
BattleManager.queueForceAction(target, 148, user);}}//使用者,技能id,对象
</Custom React Effect>
我游戏的一个状态,你看最后一句就好了。 |
|