From 4c5d613ce0fdf3b36eb073502742a3a3990ec517 Mon Sep 17 00:00:00 2001
From: cehua_hzl <648597270@qq.com>
Date: 星期五, 17 八月 2018 17:11:45 +0800
Subject: [PATCH] fix:[2649]角色等级成长属性优化
---
db/PyMongoDataServer/PySysDB/tagFuncConfig.txt | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/db/PyMongoDataServer/PySysDB/tagFuncConfig.txt b/db/PyMongoDataServer/PySysDB/tagFuncConfig.txt
index 5a9ed9d..1fb729b 100644
--- a/db/PyMongoDataServer/PySysDB/tagFuncConfig.txt
+++ b/db/PyMongoDataServer/PySysDB/tagFuncConfig.txt
@@ -68,9 +68,9 @@
PlayerMaxLV 500 0 0 0 0
MaxLVExpStore 20000000000 0 0 0 0
GreatMasterStartLV 800 0 0 0 0
-LVUPAttr1 6_LV*58|9_LV*20|10_LV*1 0 0 0 0
-LVUPAttr2 6_LV*50|9_int(LV*19.5)|10_int(LV*1.5) 0 0 0 0
-LVUPAttr3 6_LV*55|9_LV*19|10_LV*2 0 0 0 0
+LVUPAttr1 6_LV*58|7_int(LV*2.08)|8_int(LV*0.35)|9_LV*20|10_LV*2 0 0 0 0
+LVUPAttr2 6_LV*50|7_int(LV*2.4)|8_int(LV*0.3)|9_int(LV*19.5)|10_LV*3 0 0 0 0
+LVUPAttr3 6_LV*55|7_int(LV*2.08)|8_int(LV*0.35)|9_LV*19|10_LV*4 0 0 0 0
ExpAttenuation max(baseExp*max(1-max(playerLV-npcLV-10,0)*0.02,0),1) 0 0 0 0
AtkInterval int(1000*max(1/math.sqrt(atkSpeed/10000.0),0.5)) 0 0 0 0
MoveSpeed max(int(1.0/(3+(math.sqrt(speed/100.0)-1)*2)/2.0*1000),100) 50 25 0 0
@@ -248,7 +248,7 @@
XMZZRobotSkill {1:{(12000, 12001, 12002, 12003):1, 12011:7, 12012:15, 12013:30, 12014:80, 12015:140}, 2:{(12100, 12101, 12102, 12103):1, 12111:7, 12112:15, 12114:80, 12115:140}}
XMZZPKAward [0,10,20,30,40,50,60,70,80,90] addPer+100 + int(math.ceil(HPPer/10.0)) 50 reExp*216*(100+addPer)/100 reExp*108
PayRMB 10
-OSCBillboardOpen {"2":[15,1,2],"1":[200,3,3],"3":[10,4,4],"4":[200,5,5],"5":[6,6,6],"6":[1200000,7,7]} 10
+OSCBillboardOpen {"2":[20,1,2],"1":[200,3,3],"3":[12,4,4],"4":[200,5,5],"5":[6,6,6],"6":[1200000,7,7]} 10
OSCRankRedpackAward {1:80,(2,5):81}
WeekResetSuccType []
InvestCost {"1":[300],"2":[300],"3":[680,1280,1880]}
--
Gitblit v1.8.0