ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py
@@ -79,7 +79,7 @@
Def_BuffValue_Count = 3     # buff记录的value个数
#游戏对象属性--------------------------------------------
Def_Calc_AllAttrType_MAX = 167
Def_Calc_AllAttrType_MAX = 177
#基本属性BUFF计算,顺序与 ObjProperty_AttrByIndex 对应,同时也为buff效果ID同步通知策划
TYPE_Calc_AttrList = (
TYPE_Calc_Metal,                        # 金 1
@@ -259,6 +259,16 @@
TYPE_Calc_FamilyWarHPPer,                # 仙盟联赛生命加成
TYPE_Calc_FamilyWarAtkPer,               # 仙盟联赛攻击加成
TYPE_Calc_FamilySitExpPer,               # 仙盟打坐经验加成 165
TYPE_Calc_ComboDefRate,                  # 抗连击概率
TYPE_Calc_AtkBackRate,                   # 反击概率
TYPE_Calc_AtkBackDefRate,                # 抗反击概率
TYPE_Calc_SuckHPPer,                     # 吸血比率
TYPE_Calc_SuckHPDefPer,                  # 抗吸血比率 170
TYPE_Calc_CureDefPer,                    # 弱化对方治疗效果
TYPE_Calc_PetStrengthenPer,              # 强化灵兽
TYPE_Calc_PetWeakenPer,                  # 弱化灵兽
TYPE_Calc_SuperHitHurtPer,               # 强化暴伤
TYPE_Calc_SuperHitHurtDefPer,            # 弱化暴伤 175
TYPE_Calc_BossFinalHurtPer,              # boss最终伤害百分比
) = range(1, Def_Calc_AllAttrType_MAX)