Project1

标题: 彩虹神剑的修改,请高手帮帮忙。 [打印本页]

作者: 爆焰    时间: 2012-8-18 19:04
标题: 彩虹神剑的修改,请高手帮帮忙。
本帖最后由 爆焰 于 2012-8-18 20:47 编辑

完毕。dsu_plus_rewardpost_czw
作者: yagami    时间: 2012-8-18 19:07
那你直接搜索彩虹神剑就可以了
作者: yagami    时间: 2012-8-18 19:44
  1. #--------------------------------------------------------------------------
  2.   # ● 刷新画面 (主回合步骤 3 : 行动方动画)
  3.   #--------------------------------------------------------------------------
  4.   def update_phase4_step3
  5.     # 行动方动画 (ID 为 0 的情况下是白色闪烁)
  6.     if @animation1_id == 0
  7.       @active_battler.white_flash = true
  8.     else
  9.       @active_battler.animation_id = @animation1_id
  10.       @active_battler.animation_hit = true
  11.     end
  12.    
  13.    
  14.      # 对像方动画
  15.     for target in @target_battlers
  16.       target.animation_id = @animation2_id
  17.       target.animation_hit = (target.damage != "Miss")
  18.     end
  19.     # 移至步骤 4
  20.     @phase4_step = 4
  21.   end
  22.   #--------------------------------------------------------------------------
  23.   # ● 刷新画面 (主回合步骤 4 : 对像方动画)
  24.   #--------------------------------------------------------------------------
  25.   def update_phase4_step4
  26.    
  27.     # 限制动画长度、最低 8 帧
  28.     @wait_count = 8
  29.     # 移至步骤 5
  30.     @phase4_step = 5
  31.   end
复制代码





欢迎光临 Project1 (https://rpg.blue/) Powered by Discuz! X3.1