# ▼▲▼ バトルパーツ14. 戦闘速度調整 ▼▲▼ # by 桜雅 在土 # ▼▲▼ RPG::再定義 ▼▲▼ #============================================================================== # ■ RPG::Sprite #============================================================================== class RPG::Sprite def effect? @_whiten_duration > 16 or @_appear_duration > 8 or @_escape_duration > 8 or @_collapse_duration > 16 or @_damage_duration > 24 or @_animation_duration > 6 end end