mirror of
https://gitlab.com/YuukiPS/GSServer-CBT.git
synced 2025-08-03 18:30:11 +03:00
melon
This commit is contained in:
19
soggy_resources/lua/Actor/Quest/Q505/Q505Config.lua
Normal file
19
soggy_resources/lua/Actor/Quest/Q505/Q505Config.lua
Normal file
@@ -0,0 +1,19 @@
|
||||
require('Actor/ActorCommon')
|
||||
|
||||
local Q505Config = {}
|
||||
|
||||
Q505Config.MainID = 505
|
||||
Q505Config.ActorAlias = "505"
|
||||
|
||||
Q505Config.SubIDs =
|
||||
{
|
||||
q50501 = 50501,
|
||||
}
|
||||
|
||||
Q505Config.SealID = 100149
|
||||
|
||||
Q505Config.SealPos = sceneData:GetDummyPoint(3,"Q504SealPos").pos
|
||||
Q505Config.SealRot = sceneData:GetDummyPoint(3,"Q504SealPos").rot
|
||||
|
||||
|
||||
return Q505Config
|
Reference in New Issue
Block a user