From 675af3a29cf392e034236862d938f2b9fd7cc4e9 Mon Sep 17 00:00:00 2001 From: hch <305670599@qq.com> Date: 星期五, 16 十一月 2018 15:33:34 +0800 Subject: [PATCH] 2683 支持召唤兽-灵类型可继承主人为NPC的完整属性 --- ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/GameFB/Newbie/Newbie_Cfg.txt | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/GameFB/Newbie/Newbie_Cfg.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/GameFB/Newbie/Newbie_Cfg.txt new file mode 100644 index 0000000..fa7e543 --- /dev/null +++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/GameFB/Newbie/Newbie_Cfg.txt @@ -0,0 +1,14 @@ +# 新手副本公共配置 + +( + +[ + +2, # 准备时间, 秒 +180, # 副本时间, 秒 +30, # 退出时间, 秒 +[126, 72], # 星级对应耗时配置, 由低星到高, 秒, 配置的个数为最高星级减1, 如[180, 60]代表: > 180(1星); > 60(2星); <=60(3星) + +] + +) -- Gitblit v1.8.0