From f1594defff6e8458b77867e8cc4b4ffa42cb8a0d Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期二, 13 十一月 2018 12:00:44 +0800
Subject: [PATCH] 2683 子 天赋技能和新增双职业各两个技能 / 【后端】天赋技能 --- 优化4508代码
---
ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/Reincarnation/Reincarnation_Condition.txt | 26 ++++++++++++++++++++++++++
1 files changed, 26 insertions(+), 0 deletions(-)
diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/Reincarnation/Reincarnation_Condition.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/Reincarnation/Reincarnation_Condition.txt
new file mode 100644
index 0000000..41a8dec
--- /dev/null
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/Reincarnation/Reincarnation_Condition.txt
@@ -0,0 +1,26 @@
+# 转生条件配置
+# {次数:[所需等级, 金币, 魔魂, 恶魔猎人过关数, 魔族深渊过关数, [(itemID, 个数), (itemID, 个数), ...], 转生赠送等级], ...}
+
+(
+
+{
+1:[1500, 0, 10, 0, 0, [], 1],
+#1:[100, 0, 10, 0, 0, [], 1],
+#2:[160, 0, 100, 0, 5, [], 16],
+#3:[240, 1000000, 2000, 0, 15, [], 1],
+#4:[340, 3000000, 10000, 0, 25, [], 1],
+#5:[440, 5000000, 20000, 0, 30, [], 1],
+#6:[540, 10000000, 50000, 0, 35, [], 1],
+#7:[640, 20000000, 80000, 0, 40, [], 1],
+#8:[740, 30000000, 100000, 5, 0, [], 1],
+#9:[840, 50000000, 200000, 10, 0, [], 1],
+#10:[940, 75000000, 300000, 15, 0, [], 1],
+#11:[1040, 100000000, 500000, 20, 0, [], 1],
+#12:[1140, 150000000, 1000000, 25, 0, [], 1],
+#13:[1240, 200000000, 2000000, 30, 0, [], 1],
+#14:[1340, 300000000, 3000000, 35, 0, [], 1],
+#15:[1440, 500000000, 5000000, 40, 0, [], 1],
+
+}
+
+)
\ No newline at end of file
--
Gitblit v1.8.0