Edit:
I'm feeling pretty good about this shield slam thing, so I made an action sequence you can use to make your own shield slam-like skill. Here's what it looks like in action.
<Setup Action>
display action
move user: target, front base, 20
wait for move
immortal: target, true
</Setup Action>
<Target Action>
wait: 15
motion spell: user
eval: user.startAnimation(user.equips()[1].slamAnimation, true)
action effect: target
if target.result().isHit()
se: hammer, 90, 100, 0
action animation: target
wait for animation
end
wait: 20
</Target Action>
<Finish Action>
clear battle log
perform finish
wait: 10
immortal: target, false
</Finish Action>
I'm feeling pretty good about this shield slam thing, so I made an action sequence you can use to make your own shield slam-like skill. Here's what it looks like in action.
<Setup Action>
display action
move user: target, front base, 20
wait for move
immortal: target, true
</Setup Action>
<Target Action>
wait: 15
motion spell: user
eval: user.startAnimation(user.equips()[1].slamAnimation, true)
action effect: target
if target.result().isHit()
se: hammer, 90, 100, 0
action animation: target
wait for animation
end
wait: 20
</Target Action>
<Finish Action>
clear battle log
perform finish
wait: 10
immortal: target, false
</Finish Action>
You can do that such action is carried out only if the user has to equip a shield ???
I do not the shield graphic appears !!! ;_;