mirror of
https://gitlab.com/YuukiPS/GSServer-CBT.git
synced 2025-08-03 18:30:11 +03:00
melon
This commit is contained in:
21
soggy_resources/lua/Actor/Quest/Q403/Q403Config.lua
Normal file
21
soggy_resources/lua/Actor/Quest/Q403/Q403Config.lua
Normal file
@@ -0,0 +1,21 @@
|
||||
require('Actor/ActorCommon')
|
||||
|
||||
local Q403Config = {}
|
||||
|
||||
Q403Config.MainID = 403
|
||||
Q403Config.ActorAlias = "403"
|
||||
|
||||
Q403Config.SubIDs =
|
||||
{
|
||||
q40301 = 40301,
|
||||
q40302 = 40302,
|
||||
q40303 = 40303,
|
||||
q40304 = 40304,
|
||||
q40305 = 40305,
|
||||
q40306 = 40306,
|
||||
}
|
||||
Q403Config.KeyID = 100007
|
||||
Q403Config.KeyPos = sceneData:GetDummyPoint(3,"Q403Finish").pos
|
||||
Q403Config.MatchTime = 30
|
||||
|
||||
return Q403Config
|
Reference in New Issue
Block a user