From 3d90da62e8755a8af85794de24ee1ca8e4355347 Mon Sep 17 00:00:00 2001
From: cehua_wcy <781813756@qq.com>
Date: 星期二, 30 十月 2018 20:06:42 +0800
Subject: [PATCH] 2685 天赋技能效果配置

---
 ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/GameFB/DemonChasm/Chasm_PrizeFirst.txt |   57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 57 insertions(+), 0 deletions(-)

diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/GameFB/DemonChasm/Chasm_PrizeFirst.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/GameFB/DemonChasm/Chasm_PrizeFirst.txt
new file mode 100644
index 0000000..040a8aa
--- /dev/null
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/GameFB/DemonChasm/Chasm_PrizeFirst.txt
@@ -0,0 +1,57 @@
+# 魔族深渊首通过关奖励 { 关卡:[领奖记录索引, [(奖励物品ID,个数,是否绑定), ...]]}
+# 领奖记录索引 唯一不可重复, 从0开始, 上线后不可修改
+
+(
+
+{
+
+1:[0, [(60020,5,1)]],
+3:[1, [(60020,5,1)]],
+5:[2, [(60020,5,1)]],
+7:[3, [(60020,5,1)]],
+10:[4, [(60020,5,1)]],
+12:[5, [(60020,5,1)]],
+15:[6, [(60020,5,1)]],
+20:[7, [(60020,5,1)]],
+25:[8, [(60020,5,1)]],
+30:[9, [(60020,5,1)]],
+35:[10, [(60020,5,1)]],
+40:[11, [(60020,5,1)]],
+45:[12, [(60020,5,1)]],
+50:[13, [(60020,5,1)]],
+55:[14, [(60020,5,1)]],
+60:[15, [(60020,5,1)]],
+65:[16, [(60020,5,1)]],
+70:[17, [(60020,5,1)]],
+75:[18, [(60020,5,1)]],
+80:[19, [(60020,5,1)]],
+85:[20, [(60020,5,1)]],
+90:[21, [(60020,5,1)]],
+95:[22, [(60020,5,1)]],
+100:[23, [(60020,5,1)]],
+105:[24, [(60020,5,1)]],
+110:[25, [(60020,5,1)]],
+115:[26, [(60020,5,1)]],
+120:[27, [(60020,5,1)]],
+125:[28, [(60020,5,1)]],
+130:[29, [(60020,5,1)]],
+135:[30, [(60020,5,1)]],
+140:[31, [(60020,5,1)]],
+145:[32, [(60020,5,1)]],
+150:[33, [(60020,5,1)]],
+155:[34, [(60020,5,1)]],
+160:[35, [(60020,5,1)]],
+165:[36, [(60020,5,1)]],
+170:[37, [(60020,5,1)]],
+175:[38, [(60020,5,1)]],
+180:[39, [(60020,5,1)]],
+185:[40, [(60020,5,1)]],
+190:[41, [(60020,5,1)]],
+195:[42, [(60020,5,1)]],
+200:[43, [(60020,5,1)]],
+
+
+
+}
+
+)
\ No newline at end of file

--
Gitblit v1.8.0