| ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Attack/AttackLogic/AttackCommon.py | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Attack/AttackLogic/AttackCommon.py
@@ -2333,6 +2333,7 @@ hurtValue = int(eval(FormulaControl.GetCompileFormula(hurtFormulaKey, hurtFormula))) if isDeadlyHit: hurtValue *= deadlyHitMultiValue hurtValue = min(max(hurtValue, 0), ChConfig.Def_UpperLimit_DWord) if hurtType == ChConfig.Def_HurtType_Normal and atkSkillPerYinji > 0: return hurtValue, ChConfig.Def_HurtType_Yinji