From fc8b6d814d4f8077c297f709312b8ea2758d3698 Mon Sep 17 00:00:00 2001
From: cehua_hzl <648597270@qq.com>
Date: 星期二, 16 十月 2018 16:08:52 +0800
Subject: [PATCH] 4205 五行装备传奇属性

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

diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/BuySomething/BuySomethingGiftInfo.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/BuySomething/BuySomethingGiftInfo.txt
new file mode 100644
index 0000000..e908149
--- /dev/null
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/BuySomething/BuySomethingGiftInfo.txt
@@ -0,0 +1,25 @@
+# 祈祷随机礼物
+
+(
+
+[
+
+[1,0,0], # 每日免费祈祷次数[铜钱, 魔魂, 经验]
+
+0, # 免费祈祷可否获得礼物
+
+# 祈祷可额外获得的礼物饼图概率[(概率,[itemID,个数,是否绑定]),...], 物品信息配置[]代表没有物品
+[(9936,[]),(10000,[9047,1,1])],
+
+"GeRen_liubo_582610", # 获得礼物全服广播mark, 参数(playerName, itemID, itemID)]
+
+# 祈祷可额外获得的暴击饼图概率[(概率,倍值),...] (倍值为1时才可获得额外礼物)
+[(8000,1),(9833,2),(10000,5)],
+
+5, # 需要进行全服提示的暴击倍值
+
+"PK_liubo_76326", # 获得暴击全服广播mark, 参数(playerName, mulValue)
+
+]
+
+)
\ No newline at end of file

--
Gitblit v1.8.0