mirror of
https://gitlab.com/YuukiPS/GSServer-CBT.git
synced 2025-08-03 18:30:11 +03:00
melon
This commit is contained in:
51
soggy_resources/lua/Actor/Quest/Q414/Q414Config.lua
Normal file
51
soggy_resources/lua/Actor/Quest/Q414/Q414Config.lua
Normal file
@@ -0,0 +1,51 @@
|
||||
require('Actor/ActorCommon')
|
||||
|
||||
local Q414Config = {}
|
||||
|
||||
Q414Config.MainID = 414
|
||||
Q414Config.ActorAlias = "414"
|
||||
|
||||
Q414Config.Poem1ID = 100110
|
||||
Q414Config.Poem2ID = 100111
|
||||
Q414Config.Poem3ID = 100112
|
||||
|
||||
Q414Config.SubIDs =
|
||||
{
|
||||
q41400 = 41400,
|
||||
q41401 = 41401,
|
||||
q41402 = 41402,
|
||||
q41403 = 41403,
|
||||
q41404 = 41404,
|
||||
q41405 = 41405,
|
||||
q41406 = 41406,
|
||||
q41407 = 41407,
|
||||
q41408 = 41408,
|
||||
q41409 = 41409,
|
||||
q41410 = 41410,
|
||||
q41411 = 41411,
|
||||
q41412 = 41412,
|
||||
}
|
||||
|
||||
Q414Config.WendyData =
|
||||
{
|
||||
Wendy = "Wendy",
|
||||
WendyScript = "Actor/Quest/Q301/Wendy301",
|
||||
WendyID = 1001,
|
||||
|
||||
bornPos = sceneData:GetDummyPoint(3,"Q414WendyBorn").pos,
|
||||
bornDir = sceneData:GetDummyPoint(3,"Q414WendyBorn").rot,
|
||||
|
||||
}
|
||||
|
||||
Q414Config.PaimonData =
|
||||
{
|
||||
Paimon = "Paimon",
|
||||
PaimonScript = "Actor/Quest/Q352/Paimon",
|
||||
PaimonID = 1005,
|
||||
|
||||
bornPos = sceneData:GetDummyPoint(3,"Q414Paimon1").pos,
|
||||
bornDir = sceneData:GetDummyPoint(3,"Q414Paimon1").rot,
|
||||
|
||||
}
|
||||
|
||||
return Q414Config
|
Reference in New Issue
Block a user