From 9cd45c6ee9c21f7c6c1875703e705d0b7afbb6fb Mon Sep 17 00:00:00 2001 From: cehua_LC <tingame100@163.com> Date: 星期二, 18 十二月 2018 20:49:10 +0800 Subject: [PATCH] 5370 【开发】【1.4】聚魂副本开发 --- db/PyMongoDataServer/PySysDB/tagFuncConfig.txt | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/db/PyMongoDataServer/PySysDB/tagFuncConfig.txt b/db/PyMongoDataServer/PySysDB/tagFuncConfig.txt index 014388b..6223f6e 100644 --- a/db/PyMongoDataServer/PySysDB/tagFuncConfig.txt +++ b/db/PyMongoDataServer/PySysDB/tagFuncConfig.txt @@ -326,3 +326,4 @@ GatherSoulHole 0_300|1_300|2_305|3_310|4_315|5_320|6_330 GatherSoulMaxLevel 1_50|2_50|3_50|4_50|5_50 GatherSoulLevelUp int(4000000*(0.02*((level-1)/49.0)+0.08*pow(((level-1)/49.0),2)+0.2*pow(((level-1)/49.0),3)+0.3*pow(((level-1)/49.0),4)+0.4*pow(((level-1)/49.0),5)))-int(4000000*(0.02*((max((level-2),0))/49.0)+0.08*pow(((max((level-2),0))/49.0),2)+0.2*pow(((max((level-2),0))/49.0),3)+0.3*pow(((max((level-2),0))/49.0),4)+0.4*pow(((max((level-2),0))/49.0),5))) 1_0.5|2_0.7|3_0.8|4_0.9|5_1 1_0.5|2_0.7|3_0.8|4_0.9 1_100|2_300|3_3000|4_15000|5_30000 +GatherSoulPackCount 150 -- Gitblit v1.8.0