From 56ed601a99f7967c0738c5a456abd8f3e45ae4c6 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期五, 21 九月 2018 23:37:37 +0800
Subject: [PATCH] 3798 【后端】运营活动时间优化,开服日常限时活动定制时间优化

---
 ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/GameFB/HHZL/HHZL_PrizeFloor.txt |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/GameFB/HHZL/HHZL_PrizeFloor.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/GameFB/HHZL/HHZL_PrizeFloor.txt
new file mode 100644
index 0000000..be4127b
--- /dev/null
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/GameFB/HHZL/HHZL_PrizeFloor.txt
@@ -0,0 +1,14 @@
+# 层数奖励
+# {层数:[奖励标记, [(物品ID, 个数, 是否绑定), ...]], ...}
+# 
+# 层数			从1开始
+# 奖励标记		不可重复, 从0开始, 0~31
+
+(
+{
+2:[0, [(1941,1,1),(7550,1,1),(21337,1,1),(1702,1,1)]],
+3:[1, [(1941,2,1),(7550,1,1),(21337,1,1),(1702,1,1)]],
+4:[2, [(1941,3,1),(7550,1,1),(21337,1,1),(1702,1,1)]],
+5:[3, [(1941,4,1),(7550,1,1),(21337,1,1),(1702,1,1)]],
+}
+)
\ No newline at end of file

--
Gitblit v1.8.0