From b848de6744fae65b7653cdccca37b26ab05e4ab2 Mon Sep 17 00:00:00 2001 From: cehua-TT <448191260@qq.com> Date: 星期四, 13 十二月 2018 21:52:02 +0800 Subject: [PATCH] 5449 开服第5天限时抢购活动修改 --- ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/GoldInvest/GoldInvest_LV.txt | 70 +++++++++++++++++++++++++++++++++++ 1 files changed, 70 insertions(+), 0 deletions(-) diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/GoldInvest/GoldInvest_LV.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/GoldInvest/GoldInvest_LV.txt new file mode 100644 index 0000000..cf24591 --- /dev/null +++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/GoldInvest/GoldInvest_LV.txt @@ -0,0 +1,70 @@ +# 投资理财返利配置 - 按等级 +# {投资钻石额度:{等级:返回绑钻额度,...}} + +( + +{ + +# 1000钻额度 +1000:{ +0:2000, +30:2000, +60:2500, +90:3000, +120:3500, +150:4000, +180:4500, +210:5000, +240:5500, +270:6000, +300:7000, + }, + +# 3000钻额度 +3000:{ +0:6000, +30:6000, +60:7500, +90:9000, +120:10500, +150:12000, +180:13500, +210:15000, +240:16500, +270:18000, +300:21000, + }, + +# 5000钻额度 +5000:{ +0:10000, +30:10000, +60:12500, +90:15000, +120:17500, +150:20000, +180:22500, +210:25000, +240:27500, +270:30000, +300:35000, + }, + +#10000钻额度 +10000:{ +0:20000, +30:20000, +60:25000, +90:30000, +120:35000, +150:40000, +180:45000, +210:50000, +240:55000, +270:60000, +300:70000, + }, + +} + +) \ No newline at end of file -- Gitblit v1.8.0