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/GoldInvest/GoldInvest_LV3.txt |   27 +++++++++++++++++++++++++++
 1 files changed, 27 insertions(+), 0 deletions(-)

diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/GoldInvest/GoldInvest_LV3.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/GoldInvest/GoldInvest_LV3.txt
new file mode 100644
index 0000000..da47efd
--- /dev/null
+++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/GoldInvest/GoldInvest_LV3.txt
@@ -0,0 +1,27 @@
+# 投资理财返利配置 - 按等级
+# {投资钻石额度:{等级:返回绑钻额度,...}}
+# 如果只有绑定钻石奖励则只配绑定钻石数量即可, 若有其它物品奖励 格式为 [绑定钻石数量, [(物品ID,物品数量,是否绑定),..]]
+(
+
+{
+
+# 888钻额度
+888:{
+0:[8888, [(9505,1,1)]],
+101:3000,
+130:[3000, [(60031,1,1)]],
+161:3000,
+190:[3000, [(60031,1,1)]],
+241:3000,
+290:[3000, [(60032,1,1)]],
+341:3000,
+390:[3000, [(60033,1,1)]],
+441:3000,
+490:3500,
+541:[3500, [(60034,1,1)]],
+    },
+
+
+}
+
+)
\ No newline at end of file

--
Gitblit v1.8.0