From 025b8dcf0ea6bb2ced691a2833d543b3029e1b0e Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期六, 11 一月 2025 19:11:53 +0800 Subject: [PATCH] 10263 【越南】【英文】后端支持NPC仿真实玩家战斗和快速战斗(最大护盾改为存ExAttr16) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py index 5a6b097..f6de749 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py @@ -3315,7 +3315,6 @@ Def_PlayerKey_AttrDamagePerPVPReduce = "DamagePerPVPReduce" #伤害输出计算百分比PVP减少 Def_PlayerKey_AttrHurtPer = "AttrHurtPer" #受伤计算百分比 Def_PlayerKey_AttrDamChanceDef = "DamChanceDef" #20%的概率抵御伤害比率 -Def_PlayerKey_AttrMaxProDef = "MaxProDef" #最大防护值 Def_PlayerKey_AttrProDefHPPer = "ProDefHPPer" #生命上限换算为防护值的百分比 Def_PlayerKey_AttrProDefAbsorb = "ProDefAbsorb" #防护值吸收伤害比率 Def_PlayerKey_AttrPetMinAtk = "AttrPetMinAtk" #宠物最小攻击力 -- Gitblit v1.8.0