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/DemonChasm/Chasm_Cfg.txt |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/GameFB/DemonChasm/Chasm_Cfg.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/GameFB/DemonChasm/Chasm_Cfg.txt
new file mode 100644
index 0000000..8debc0d
--- /dev/null
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/GameFB/DemonChasm/Chasm_Cfg.txt
@@ -0,0 +1,19 @@
+# 魔族深渊
+
+(
+
+[
+
+(15,21),	# 玩家进入点坐标(x,y)
+1,			# 每波准备时间,秒
+60,		# 每波战斗时间,秒
+10,			# 结束退出时间,秒
+163,		# 刷怪标识点
+200,			# 最大关卡数
+[47, 1],	# 背包满时邮件[模板编号, 有效天]
+[48, 3],	# 异常情况下强制发送奖励邮件[模板编号, 有效天], 如掉线、强制退出副本等
+"int(maxPassLV*0.8)",	# 最大扫荡关卡公式, 参数: maxPassLV - 最大已过关数
+
+]
+
+)

--
Gitblit v1.8.0