GSServer-CBT/soggy_resources/lua/Actor/Quest/Q362/Q362Config.lua

26 lines
409 B
Lua
Raw Normal View History

2022-11-21 11:30:31 +03:00
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