a=$scene.active_battler
s=$scene.skill
for t in $scene.target_battlers
t1=t.clone
t1.skill_effect(a,s)
if t1.damage.is_a?(Numeric)
t.damage=t1.damage
t.sp-=t.damage
end
end
$scene.state_apply
欢迎光临 Project1 (https://rpg.blue/) | Powered by Discuz! X3.1 |