From 1e69f189e0fb49bfc167b9d61ba6ba7e79c58b69 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期四, 23 八月 2018 14:56:28 +0800
Subject: [PATCH] Add: 2772 【后端】神兽合成功能; 神兽装备传奇属性条数、数值、评分配置区别与角色装备;

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

diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/ArrestTask/ArrestPointPrize.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/ArrestTask/ArrestPointPrize.txt
new file mode 100644
index 0000000..a36a85f
--- /dev/null
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/ArrestTask/ArrestPointPrize.txt
@@ -0,0 +1,22 @@
+# 累计悬赏积分奖励
+# [
+#   [所需积分, [(物品ID,个数,是否绑定), ...]],
+#	...
+# ]
+
+(
+
+[
+
+	[3, [(602,5,1),(1501,1,1)]],
+	[5, [(602,10,1),(1502,1,1)]],
+	[10, [(602,15,1),(1503,1,1)]],
+	[15, [(50100,5,1),(1504,1,1)]],
+	[20, [(50029,2,1),(1503,3,1)]],
+	[25, [(3541,60,1),(1506,1,1)]],
+
+	
+]
+	
+)
+

--
Gitblit v1.8.0