From 9a852dc66d9f5cf88badd4e06a515e4a1b42abfb Mon Sep 17 00:00:00 2001
From: cehua_wcy <781813756@qq.com>
Date: 星期六, 08 十二月 2018 14:05:14 +0800
Subject: [PATCH] 5323 【测试】【1.3】【1.3.100】怪物属性

---
 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