From 01a4e85c3872cef5dd0e98ab4b4f1fdee00a6415 Mon Sep 17 00:00:00 2001
From: cehua_LC <tingame100@163.com>
Date: 星期四, 27 十二月 2018 18:01:22 +0800
Subject: [PATCH] 5612 【测试】【1.4】宗门兑换修改

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