From 1e69f189e0fb49bfc167b9d61ba6ba7e79c58b69 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期四, 23 八月 2018 14:56:28 +0800 Subject: [PATCH] Add: 2772 【后端】神兽合成功能; 神兽装备传奇属性条数、数值、评分配置区别与角色装备; --- ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/PlayerTeam/NormalTeam_AddExp.txt | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-) diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/PlayerTeam/NormalTeam_AddExp.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/PlayerTeam/NormalTeam_AddExp.txt index 73e432c..bd58818 100644 --- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/PlayerTeam/NormalTeam_AddExp.txt +++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/PlayerTeam/NormalTeam_AddExp.txt @@ -1,11 +1,11 @@ -#普通队伍增加经验 -#普通组队个人经验增加 min(个人经验*队伍人数*个人等级/(max(个人等级,当前队伍平均等级)),个人经验) -#个人经验(basic_Exp) -#人数加成(playerCountAddRate) -#个人等级(curPlayerLV) -#当前队伍平均等级(team_AverageLV) -#当前组队关系(team_Relation) -# playerCount 当前队伍人数 -( - int(min(basic_Exp*(0.55 if playerCount==2 else 1)*(0.4 if playerCount==3 else 1)*(0.325 if playerCount==4 else 1)*curPlayerLV/(max(curPlayerLV,team_AverageLV)*1.0), basic_Exp)) +#普通队伍增加经验 +#普通组队个人经验增加 min(个人经验*队伍人数*个人等级/(max(个人等级,当前队伍平均等级)),个人经验) +#个人经验(basic_Exp) +#人数加成(playerCountAddRate) +#个人等级(curPlayerLV) +#当前队伍平均等级(team_AverageLV) +#当前组队关系(team_Relation) +# playerCount 当前队伍人数 +( + int(min(basic_Exp*(0.55 if playerCount==2 else 1)*(0.4 if playerCount==3 else 1)*(0.325 if playerCount==4 else 1)*curPlayerLV/(max(curPlayerLV,team_AverageLV)*1.0), basic_Exp)) ) \ No newline at end of file -- Gitblit v1.8.0