From f9d190fbe410157aaefdaf60d2878a49b6cbcb4e Mon Sep 17 00:00:00 2001
From: cehua_hzl <648597270@qq.com>
Date: 星期六, 22 十二月 2018 10:59:01 +0800
Subject: [PATCH] 5556 大幸运草袋产出
---
ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/PlayerWishTree/WishTreeAward.txt | 39 +++++++++++++++++++++++++++++++++++++++
1 files changed, 39 insertions(+), 0 deletions(-)
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/PlayerWishTree/WishTreeAward.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/PlayerWishTree/WishTreeAward.txt
new file mode 100644
index 0000000..f38f76a
--- /dev/null
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/PlayerWishTree/WishTreeAward.txt
@@ -0,0 +1,39 @@
+# 许愿树奖励
+# 格式: {节日类型:{许愿树等级:{(职业类型,...):[(奖励类型, 物品ID, 个数, 是否绑定),...],...},...},...}
+# 节日类型: 策划自行决定,要求:不重复、与客户端对应即可
+
+(
+ {
+ # 圣诞
+ 1:{
+ 0:{():[(0,25085,1,1), (0,50040,2,1), (0,50042,5,1), (0,1504,1,1)],},
+ 1:{():[(0,25085,1,1), (0,2027,2,1), (0,60031,1,1), (0,1505,1,1)],},
+ 2:{():[(0,25085,1,1), (0,2028,2,1), (0,60032,1,1), (0,1509,1,1)],},
+ 3:{():[(0,25085,1,1), (0,50054,2,1), (0,60033,1,1), (0,1508,1,1)],},
+ 4:{():[(0,25085,1,1), (0,3053,5,1), (0,60033,2,1), (0,1506,1,1)],},
+
+ },
+
+ # 元旦
+ 2:{
+ 0:{():[(0,21560,1,1), (0,7451,1,1), (0,2001,3,1), (0,42014,1,1)],},
+ 1:{():[(0,21560,1,1), (0,9049,3,1), (0,7556,1,1), (0,42014,2,1)],},
+ 2:{():[(0,21560,1,1), (0,21511,1,1), (0,7556,2,1), (0,42018,1,1)],},
+ 3:{():[(0,21560,1,1), (0,7452,1,1), (0,7557,1,1), (0,42016,1,1)],},
+ 4:{():[(0,21560,1,1), (0,21512,1,1), (0,7560,1,1), (0,42017,1,1)],},
+ },
+
+ # 中秋节
+ 3:{
+ 0:{():[(0,25071,1,1), (0,50040,2,1), (0,50042,5,1), (0,1504,1,1)],},
+ 1:{():[(0,25071,1,1), (0,2027,2,1), (0,60031,1,1), (0,1505,1,1)],},
+ 2:{():[(0,25071,1,1), (0,456,1,1), (0,60032,1,1), (0,1509,1,1)],},
+ 3:{():[(0,25071,1,1), (0,50054,2,1), (0,60033,1,1), (0,1508,1,1)],},
+ 4:{():[(0,25071,1,1), (0,3053,5,1), (0,60033,2,1), (0,1506,1,1)],},
+ },
+
+ # 其他节日
+ # ...
+ }
+
+)
--
Gitblit v1.8.0