mirror of
https://gitlab.com/YuukiPS/GSServer-CBT.git
synced 2025-08-03 18:30:11 +03:00
melon
This commit is contained in:
28
soggy_resources/lua/Actor/Quest/Q303/Q303Config.lua
Normal file
28
soggy_resources/lua/Actor/Quest/Q303/Q303Config.lua
Normal file
@@ -0,0 +1,28 @@
|
||||
require('Actor/ActorCommon')
|
||||
|
||||
local Q303Config = {}
|
||||
|
||||
Q303Config.MainID = 303
|
||||
Q303Config.ActorAlias = "303"
|
||||
|
||||
Q303Config.SubIDs =
|
||||
{
|
||||
q30301 = 30301,
|
||||
q30302 = 30302,
|
||||
q30303 = 30303,
|
||||
q30304 = 30304,
|
||||
q30305 = 30305,
|
||||
q30306 = 30306,
|
||||
}
|
||||
|
||||
Q303Config.TestTimeCfg =
|
||||
{
|
||||
type = CutsceneType.TIME_LINE_PREFAB,
|
||||
roleSheetPath = "",
|
||||
resPath = "ART/Cutscene/Cs_MdGoddess_Lite01_CamMove",
|
||||
canSkip = false,
|
||||
startPosType = CutsceneInitPosType.FREE,
|
||||
startOffset = {0, 0, 0}
|
||||
}
|
||||
|
||||
return Q303Config
|
Reference in New Issue
Block a user