From 8a5822a3e2b2d1c536f01e0b6e006bf3d9727226 Mon Sep 17 00:00:00 2001
From: cehua_LC <tingame100@163.com>
Date: 星期二, 11 十二月 2018 19:45:06 +0800
Subject: [PATCH] Merge branch '1.3' of http://192.168.0.87:10010/r/snxx_server into 1.3

---
 ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/ActionFuncUpgrade/ActionFuncUpgrade.txt |   63 +++++++++++++++++++++++++++++++
 1 files changed, 63 insertions(+), 0 deletions(-)

diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/ActionFuncUpgrade/ActionFuncUpgrade.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/ActionFuncUpgrade/ActionFuncUpgrade.txt
new file mode 100644
index 0000000..080a267
--- /dev/null
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/ActionFuncUpgrade/ActionFuncUpgrade.txt
@@ -0,0 +1,63 @@
+# 全民功能总动员活动配置
+# {
+#     功能编号:[全服参考值, 所需人数, {奖励索引:[所需充值钻石数, 所需VIP等级, [(itemID,个数,是否绑定),...]], ...}],
+#     功能编号:[全服参考值, 所需人数, {奖励索引:[所需充值钻石数, 所需VIP等级, [(itemID,个数,是否绑定),...]], ...}],
+#     功能编号:[全服参考值, 所需人数, {奖励索引:[所需充值钻石数, 所需VIP等级, [(itemID,个数,是否绑定),...]], ...}],
+#     ...
+# },
+# 功能编号: 1-坐骑, 2-翅膀, 3-官爵, 4-宠物, 5-战力
+
+(
+
+{
+
+# 坐骑进阶总动员
+1:[
+    3, # 4阶
+	5, # 5人
+    {
+        0:[0, 0, [(60000,20,1)]],
+        1:[0, 2, [(2027,5,1)]],
+        2:[0, 5, [(50054,2,1)]],
+    },
+  ],
+  
+# 翅膀进阶总动员
+2:[
+    3, # 4阶
+	5, # 5人
+    {
+        0:[0, 0, [(60010,20,1)]],
+        1:[0, 2, [(2028,5,1)]],
+        2:[0, 5, [(50054,2,1)]],
+    },
+  ],
+
+  
+# 宠物进阶总动员
+4:[
+    3, # 4阶
+	5, # 5人
+    {
+        0:[0, 0, [(3540,20,1)]],
+        1:[0, 2, [(3541,5,1)]],
+        2:[0, 5, [(50054,2,1)]],
+    },
+  ],
+  
+  
+# 战力总动员
+5:[
+    150000, # 战力
+	5, # 5人
+    {
+        0:[0, 0, [(60020,20,1)]],
+        1:[0, 2, [(60034,1,1)]],
+        2:[0, 5, [(50054,2,1)]],
+    },
+  ],
+  
+  
+}
+
+)
\ No newline at end of file

--
Gitblit v1.8.0