From fe94844205ade47d1652ddd80ccfbfe0fac4a20f Mon Sep 17 00:00:00 2001
From: xdh <xiefantasy@qq.com>
Date: 星期三, 19 六月 2019 15:27:20 +0800
Subject: [PATCH] 7385 【2.0】【后端】超值礼包修改
---
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/GameSkills/SkillModule_9.py | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/GameSkills/SkillModule_9.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/GameSkills/SkillModule_9.py
index 4801d83..e1ecd0f 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/GameSkills/SkillModule_9.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/GameSkills/SkillModule_9.py
@@ -48,7 +48,7 @@
if defender: # 有目标才算伤害
skillEffect = curSkill.GetEffect(0)
- skillPer = skillEffect.GetEffectValue(0) / float(ChConfig.Def_MaxRateValue)
+ skillPer = skillEffect.GetEffectValue(0)
skillEnhance = skillEffect.GetEffectValue(1)
#使用技能,无需提升暴击率
@@ -65,7 +65,9 @@
#GameWorld.DebugLog("-----技能冲锋模板9 %s %s"%([attacker.GetPosX(), attacker.GetPosY()], [destX, destY]))
attacker.ChangePos(destX, destY)
- if curSkill.GetSkillID() == ChConfig.Def_SkillID_Somersault:
- attacker.SetDict(ChConfig.Def_PlayerKey_SomersaultTime, tick)
+ #===========================================================================
+ # if curSkill.GetSkillID() == ChConfig.Def_SkillID_Somersault:
+ # attacker.SetDict(ChConfig.Def_PlayerKey_SomersaultTime, tick)
+ #===========================================================================
return result
\ No newline at end of file
--
Gitblit v1.8.0