Skip to content

Commit

Permalink
名称修改
Browse files Browse the repository at this point in the history
  • Loading branch information
OneEyedEagle committed Dec 10, 2019
1 parent f99c53f commit 14b1d47
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions Battle System/技能多段伤害.rb
@@ -1,7 +1,7 @@
#==============================================================================
# ■ 技能多段伤害 by 老鹰(http://oneeyedeagle.lofter.com/)
#==============================================================================
# - 2019.11.15.16
# - 2019.11.24.17 兼容 YEA-BattleCore
#==============================================================================
$imported ||= {}
$imported["EAGLE-SkillDamageEX"] = true
Expand Down Expand Up @@ -181,7 +181,11 @@ def apply_item_effects(frame)
#--------------------------------------------------------------------------
def end_apply_item_effects
@object.remove_state(EAGLE::SkillDamage_EX::STATE_IMMUNE_DIE) # 移除不死
@object.refresh unless $imported["YEA-BattleEngine"]
if $imported["YEA-BattleEngine"]
SceneManager.scene.perform_collapse_check(@object)
else
@object.refresh
end
clear
end
end
Expand Down
@@ -1,7 +1,7 @@
#==============================================================================
# ■ 读取加密档案中的TXT by 老鹰(http://oneeyedeagle.lofter.com/)
# ■ 组件-读取加密档案中的TXT by 老鹰(http://oneeyedeagle.lofter.com/)
#==============================================================================
# - 2019.9.18.15
# - 2019.12.10.14
#==============================================================================
# - 本插件覆盖了 EAGLE.load_text 方法,
# 使其能够读取加密档案中的 TXT 文件(UTF-8编码)
Expand Down

0 comments on commit 14b1d47

Please sign in to comment.