From fcb396731a43e01a4e5c4e9495bc676cdb9df73e Mon Sep 17 00:00:00 2001
From: cehua-TT <448191260@qq.com>
Date: 星期二, 28 八月 2018 15:02:45 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxx_server

---
 ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/EquipIntensify/EquipDigHole/EquipDigHole.txt |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/EquipIntensify/EquipDigHole/EquipDigHole.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/EquipIntensify/EquipDigHole/EquipDigHole.txt
new file mode 100644
index 0000000..9ce3d3f
--- /dev/null
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/EquipIntensify/EquipDigHole/EquipDigHole.txt
@@ -0,0 +1,17 @@
+#装备打孔几率及消耗
+#{当前装备孔数:[合成成功几率, 货币类型, 货币]
+#当前装备孔数为打孔前装备的孔数
+#合成成功几率为万分率
+#货币类型 1表示金子,2表示金票,3表示银子,4表示银票, 5:金子/金票 6:银子/银票
+
+(
+ {
+
+0:[10000,3,1000],
+1:[10000,3,2000],
+2:[10000,3,3000],
+3:[10000,3,4000],
+
+
+ }
+)

--
Gitblit v1.8.0