From 63f1611c7978a2bf76c4e030b68052dc12af0427 Mon Sep 17 00:00:00 2001 From: cehua_hzl <648597270@qq.com> Date: 星期三, 05 九月 2018 16:42:49 +0800 Subject: [PATCH] 3015 杏黄旗新增成就:师门悬赏3环 --- ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/GoldInvest/GoldInvest_LV1.txt | 27 +++++++++++++++++++++++++++ 1 files changed, 27 insertions(+), 0 deletions(-) diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/GoldInvest/GoldInvest_LV1.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/GoldInvest/GoldInvest_LV1.txt new file mode 100644 index 0000000..28be5e1 --- /dev/null +++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/GoldInvest/GoldInvest_LV1.txt @@ -0,0 +1,27 @@ +# 投资理财返利配置 - 按等级 +# {投资钻石额度:{等级:返回绑钻额度,...}} +# 如果只有绑定钻石奖励则只配绑定钻石数量即可, 若有其它物品奖励 格式为 [绑定钻石数量, [(物品ID,物品数量,是否绑定),..]] +( + +{ + +# 1000钻额度 +1000:{ +0:5000, +101:5000, +130:2500, +161:2500, +190:3000, +241:3000, +280:3500, +320:3500, +360:4000, +400:4000, +441:4500, +490:4500, + }, + + +} + +) \ No newline at end of file -- Gitblit v1.8.0