From fcb396731a43e01a4e5c4e9495bc676cdb9df73e Mon Sep 17 00:00:00 2001
From: cehua-TT <448191260@qq.com>
Date: 星期二, 28 八月 2018 15:02:45 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxx_server
---
ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/SpecialItem/SelectMoreItem.txt | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 50 insertions(+), 0 deletions(-)
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/SpecialItem/SelectMoreItem.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/SpecialItem/SelectMoreItem.txt
new file mode 100644
index 0000000..79c2c38
--- /dev/null
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/SpecialItem/SelectMoreItem.txt
@@ -0,0 +1,50 @@
+#多选礼包物品配置
+#{多选礼包物品ID : [选项1物品信息, 选项2物品信息, 选项3物品信息, ...]}
+#选项物品信息格式 [需要消耗的钻石数, [物品1配置信息, 物品2配置信息, ...]]
+#物品配置信息格式 [可获得的物品ID/或定制表中的物品, 物品数量, 是否绑定物品, 是否定制物品]
+(
+{
+ 7563 : [
+ [0, [[60000, 5, 1, 0]]],
+ [120, [[60000, 20, 1, 0]]],
+ [413, [[60000, 60, 1, 0]]],
+ [805, [[60000, 120, 1, 0]]]
+ ],
+ 7564 : [
+ [0, [[60010, 5, 1, 0]]],
+ [120, [[60010, 20, 1, 0]]],
+ [413, [[60010, 60, 1, 0]]],
+ [805, [[60010, 120, 1, 0]]]
+ ],
+ 7565 : [
+ [0, [[3540, 5, 1, 0]]],
+ [120, [[3540, 20, 1, 0]]],
+ [413, [[3540, 60, 1, 0]]],
+ [805, [[3540, 120, 1, 0]]]
+ ],
+ 7566 : [
+ [0, [[60020, 5, 1, 0]]],
+ [120, [[60020, 20, 1, 0]]],
+ [413, [[60020, 60, 1, 0]]],
+ [805, [[60020, 120, 1, 0]]]
+ ],
+ 7567 : [
+ [0, [[43044, 1, 1, 0]]],
+ [16, [[43044, 2, 1, 0]]],
+ [45, [[43044, 4, 1, 0]]],
+ [98, [[43044, 8, 1, 0]]]
+ ],
+ 7568 : [
+ [0, [[60050, 2, 1, 0]]],
+ [48, [[60050, 8, 1, 0]]],
+ [165, [[60050, 24, 1, 0]]],
+ [322, [[60050, 48, 1, 0]]]
+ ],
+ 7569 : [
+ [0, [[290, 2, 1, 0]]],
+ [48, [[290, 8, 1, 0]]],
+ [165, [[290, 24, 1, 0]]],
+ [322, [[290, 48, 1, 0]]]
+ ],
+}
+)
\ No newline at end of file
--
Gitblit v1.8.0