def combo return rand(100) end if @active_battler.is_a?(Game_Actor) if @active_battler.current_action.basic == 0 if combo < 10 @active_battler.animation_id = 149 @phase4_step = 2 else @phase4_step = 1 end else @phase4_step = 1 end else @phase4_step = 1 end
欢迎光临 Project1 (https://rpg.blue/) | Powered by Discuz! X3.1 |