From b57cf8a8dc084e1d512b7ccdc9d1935fc16b315b Mon Sep 17 00:00:00 2001
From: cehua_wcy <781813756@qq.com>
Date: 星期四, 01 十一月 2018 21:16:35 +0800
Subject: [PATCH] 2685 天赋技能效果配置

---
 ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/PlayerMuse/PlayerMuse_Conf.txt |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/PlayerMuse/PlayerMuse_Conf.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/PlayerMuse/PlayerMuse_Conf.txt
new file mode 100644
index 0000000..4da4362
--- /dev/null
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/PlayerMuse/PlayerMuse_Conf.txt
@@ -0,0 +1,13 @@
+# 冥想经验配置
+# 冥想仅在对应地图安全区可获得经验
+# 地图id:[获得经验间隔毫秒, 获得经验公式, 最小等级限制]
+#  rExp :参考经验
+# 最小等级限制为大于等于该等级的玩家才可获得经验
+
+(
+
+	{
+		10000:[30 * 1000, '(int(rExp*10.5 ))', 30],
+	}
+
+)
\ No newline at end of file

--
Gitblit v1.8.0