From f1594defff6e8458b77867e8cc4b4ffa42cb8a0d Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期二, 13 十一月 2018 12:00:44 +0800
Subject: [PATCH] 2683 子 天赋技能和新增双职业各两个技能 / 【后端】天赋技能  --- 优化4508代码

---
 ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/GameFB/JBXG/JBXG_Line.txt |   34 ++++++++++++++++++++++++++++++++++
 1 files changed, 34 insertions(+), 0 deletions(-)

diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/GameFB/JBXG/JBXG_Line.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/GameFB/JBXG/JBXG_Line.txt
new file mode 100644
index 0000000..b79fd3a
--- /dev/null
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/GameFB/JBXG/JBXG_Line.txt
@@ -0,0 +1,34 @@
+#金币峡谷分线配置索引信息
+#{
+# 线路:[(最小等级, 最大等级), 累计刷NPC总个数, 同时存在NPC数, [NPCID列表], 金币公式, 推荐战力如果服务端没有战力压制规则则配置0],
+# ...
+#}
+# 击杀NPC金币 公式: 
+#
+#
+#rand(种子数 0~1)
+
+
+(
+
+{
+
+
+#0:[(115,99999),500,20,[1500],"int((0.95+0.1*rand)*1000)", 12027],
+#1:[(161,99999),500,20,[1501],"int((0.95+0.1*rand)*1100)", 17619],
+#2:[(241,99999),500,20,[1502],"int((0.95+0.1*rand)*1200)", 40081],
+3:[(341,99999),500,20,[1503],"int((0.95+0.1*rand)*1300)", 66639],
+4:[(441,99999),500,20,[1504],"int((0.95+0.1*rand)*1400)", 81482],
+5:[(541,99999),500,20,[1505],"int((0.95+0.1*rand)*1500)", 110892],
+6:[(641,99999),500,20,[1506],"int((0.95+0.1*rand)*1600)", 140757],
+7:[(741,99999),500,20,[1504],"int((0.95+0.1*rand)*1700)", 175812],
+8:[(841,99999),500,20,[1505],"int((0.95+0.1*rand)*1800)", 203882],
+9:[(941,99999),500,20,[1506],"int((0.95+0.1*rand)*1900)", 239362],
+10:[(1041,99999),500,20,[1507],"int((0.95+0.1*rand)*2000)", 300594],
+11:[(1141,99999),500,20,[1508],"int((0.95+0.1*rand)*2100)", 351537],
+12:[(1241,99999),500,20,[1509],"int((0.95+0.1*rand)*2200)", 406600],
+13:[(1341,99999),500,20,[1510],"int((0.95+0.1*rand)*2300)", 474251],
+14:[(1441,99999),500,20,[1511],"int((0.95+0.1*rand)*2400)", 560720],
+}
+
+)
\ No newline at end of file

--
Gitblit v1.8.0