From 2af8d4bd7b368260f2b3f88623ee118e04f0b8d6 Mon Sep 17 00:00:00 2001 From: cehua_wcy <781813756@qq.com> Date: 星期六, 27 十月 2018 11:47:03 +0800 Subject: [PATCH] 4387 【1.2】【测试】骑宠争夺怪物成长属性修改 --- ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/RunAround/RunAround_Exp.txt | 30 +++++++++++++++--------------- 1 files changed, 15 insertions(+), 15 deletions(-) diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/RunAround/RunAround_Exp.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/RunAround/RunAround_Exp.txt index 9a08c79..495e345 100644 --- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/RunAround/RunAround_Exp.txt +++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/RunAround/RunAround_Exp.txt @@ -1,16 +1,16 @@ -# 跑环经验公式 -# 参数 -# baseExp 基础经验 -# baseMoney 基础金钱 -# aroundCount 当前跑环环数 -# aroundStar 当前跑环星级,1~N -# isQuick 是否一键,0否1是 -# reLV 玩家等级 -# isSpecial 是否前期特殊逻辑 -# 10星为特殊做,为快速完成为1.5倍而做 - -( - - int(baseExp) if isSpecial else (int(baseExp*(1+(aroundStar-5)*0.1)) if aroundStar==10 else int(baseExp*(1+(aroundStar-5)*0.05))) - +# 跑环经验公式 +# 参数 +# baseExp 基础经验 +# baseMoney 基础金钱 +# aroundCount 当前跑环环数 +# aroundStar 当前跑环星级,1~N +# isQuick 是否一键,0否1是 +# reLV 玩家等级 +# isSpecial 是否前期特殊逻辑 +# 10星为特殊做,为快速完成为1.5倍而做 + +( + + int(baseExp) if isSpecial else (int(baseExp*(1+(aroundStar-5)*0.1)) if aroundStar==10 else int(baseExp*(1+(aroundStar-5)*0.05))) + ) \ No newline at end of file -- Gitblit v1.8.0