CeHua_TRX
2018-12-08 aaba2477458e0e314998a2ba006b05eb66af57c3
ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/RunAround/RunAround_Exp.txt
New file
@@ -0,0 +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)))
)