mirror of
https://gitlab.com/YuukiPS/GSServer-CBT.git
synced 2024-12-26 15:59:22 +03:00
26 lines
409 B
Lua
26 lines
409 B
Lua
|
require('Actor/ActorCommon')
|
||
|
|
||
|
local Q362Config = {}
|
||
|
|
||
|
Q362Config.MainID = 362
|
||
|
Q362Config.ActorAlias = "362"
|
||
|
|
||
|
Q362Config.SubIDs =
|
||
|
{
|
||
|
--[[ q36200 = 36200,
|
||
|
q36201 = 36201,
|
||
|
q36202 = 36202, ]]
|
||
|
q36203 = 36203,
|
||
|
}
|
||
|
|
||
|
--[[ Q362Config.PaimonStamina =
|
||
|
{
|
||
|
{dialogID = 3620000, audioEvtName = "", duration = 4},
|
||
|
} ]]
|
||
|
|
||
|
Q362Config.PaimonApple =
|
||
|
{
|
||
|
{dialogID = 3620001, audioEvtName = "", duration = 4},
|
||
|
}
|
||
|
|
||
|
return Q362Config
|