From cf2d56a012082ceb2a0906d97935d05d947ea595 Mon Sep 17 00:00:00 2001 From: hch <305670599@qq.com> Date: 星期二, 18 九月 2018 15:15:34 +0800 Subject: [PATCH] 1 召唤陷阱 延迟0.5秒后可触发,进入攻击范围中陷阱,陷阱消失 --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py index 67440f3..cca8612 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py @@ -1140,7 +1140,7 @@ ) = range(2) #陷阱出生后, 不攻击时间 -Def_Trap_Born_Idle_Time = 2000 +Def_Trap_Born_Idle_Time = 500 #技能-------------------------------------------- #恶名初始点 -- Gitblit v1.8.0