mirror of
https://gitlab.com/YuukiPS/GSServer-CBT.git
synced 2025-08-03 18:30:11 +03:00
melon
This commit is contained in:
26
soggy_resources/lua/Actor/Quest/Q362/Q362Config.lua
Normal file
26
soggy_resources/lua/Actor/Quest/Q362/Q362Config.lua
Normal file
@@ -0,0 +1,26 @@
|
||||
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
|
Reference in New Issue
Block a user