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_Prize.txt |   52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 52 insertions(+), 0 deletions(-)

diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/GameFB/DemonChasm/Chasm_Prize.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/GameFB/DemonChasm/Chasm_Prize.txt
new file mode 100644
index 0000000..a0bb601
--- /dev/null
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/GameFB/DemonChasm/Chasm_Prize.txt
@@ -0,0 +1,52 @@
+# 魔族深渊过关固定奖励
+# {(关卡A, 到关卡B):[(物品ID,个数,是否绑定),...], ...}
+#  关卡支持配置范围或具体关卡值
+
+(
+
+{
+
+(1,5) :[(60020,1,1)],
+(6,10) :[(60020,1,1)],
+(11,15) :[(60020,1,1)],
+(16,20) :[(60020,1,1)],
+(21,25) :[(60020,1,1)],
+(26,30) :[(60020,1,1)],
+(31,35) :[(60020,1,1)],
+(36,40) :[(60020,1,1)],
+(41,45) :[(60020,1,1)],
+(46,50) :[(60020,1,1)],
+(51,55) :[(60020,1,1)],
+(56,60) :[(60020,1,1)],
+(61,65) :[(60020,1,1)],
+(66,70) :[(60020,1,1)],
+(71,75) :[(60020,1,1)],
+(76,80) :[(60020,1,1)],
+(81,85) :[(60020,1,1)],
+(86,90) :[(60020,1,1)],
+(91,95) :[(60020,1,1)],
+(96,100) :[(60020,1,1)],
+(101,105) :[(60020,1,1)],
+(106,110) :[(60020,1,1)],
+(111,115) :[(60020,1,1)],
+(116,120) :[(60020,1,1)],
+(121,125) :[(60020,1,1)],
+(126,130) :[(60020,1,1)],
+(131,135) :[(60020,1,1)],
+(136,140) :[(60020,1,1)],
+(141,145) :[(60020,1,1)],
+(146,150) :[(60020,1,1)],
+(151,155) :[(60020,1,1)],
+(156,160) :[(60020,1,1)],
+(161,165) :[(60020,1,1)],
+(166,170) :[(60020,1,1)],
+(171,175) :[(60020,1,1)],
+(176,180) :[(60020,1,1)],
+(181,185) :[(60020,1,1)],
+(186,190) :[(60020,1,1)],
+(191,195) :[(60020,1,1)],
+(196,200) :[(60020,1,1)],
+
+}
+
+)
\ No newline at end of file

--
Gitblit v1.8.0