level 12
英雄联盟的伤害算法
总伤害*100/(100+b.def)
2023年10月24日 19点10分
4
level 12
普通基础战斗技能备注指令:
<setup action>
display action
immortal: target, true
</setup action>
<target action>
move user: target, front, 10
motion forward: user
wait for movement
motion thrust: user
attack animation: target
wait for animation
motion damage: target
action effect
wait: 10
move user: home, 20
motion escape: user
jump user: 30, 20
face user: target
wait for movement
</target action>
2023年10月25日 11点10分
6