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/TeHuiAction/TeHuiAction_ClassUPAward.txt |   44 ++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 44 insertions(+), 0 deletions(-)

diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/TeHuiAction/TeHuiAction_ClassUPAward.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/TeHuiAction/TeHuiAction_ClassUPAward.txt
new file mode 100644
index 0000000..46c0909
--- /dev/null
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/TeHuiAction/TeHuiAction_ClassUPAward.txt
@@ -0,0 +1,44 @@
+# 升阶特惠活动对应奖励配置
+# {特惠类型:{阶数:[占用背包格子数, [(物品id,个数,是否绑定),(物品id,个数,是否绑定),...]],...}, ...}
+# 阶数0代表1阶
+# 特惠类型:1-坐骑,2-翅膀,3-官爵
+
+(
+
+{
+    # 坐骑
+    1:{
+
+        4:[2, [(301,200,1),(7802,1,1)]],
+        5:[1, [(301,360,1)]],
+        6:[1, [(301,550,1)]],
+        7:[1, [(301,800,1)]],
+        8:[1, [(301,1000,1)]],
+
+    },
+
+    # 翅膀
+    2:{
+
+        4:[2, [(303,280,1),(7807,1,1)]],
+        5:[1, [(303,500,1)]],
+        6:[1, [(303,750,1)]],
+        7:[1, [(303,1000,1)]],
+        8:[1, [(303,1200,1)]],
+
+    },
+    
+    # 官爵
+    3:{
+
+        4:[2, [(302,60,1),(7812,1,1)]],
+        5:[1, [(302,120,1)]],
+        6:[1, [(302,220,1)]],
+        7:[1, [(302,350,1)]],
+        8:[1, [(302,500,1)]],
+        9:[1, [(302,800,1)]],
+        10:[1, [(302,1000,1)]],
+    },
+}
+
+)
\ No newline at end of file

--
Gitblit v1.8.0