You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
1.1 KiB
50 lines
1.1 KiB
--------------------------------------------------------------------------------
|
|
-- Legend Of Bijou Process Data --
|
|
--------------------------------------------------------------------------------
|
|
|
|
LinkInfo =
|
|
{
|
|
ReturnMap = { MapIndex = "Urg_Alruin", x = 6120, y = 10286 },
|
|
}
|
|
|
|
|
|
DelayTime =
|
|
{
|
|
AfterInit = 5,
|
|
StartStep_N_DoorOpenGap = 3,
|
|
WallDefenderRevivalInterval = 15,
|
|
GapGateOpenAndChargerAbstateReset = 3,
|
|
GapBeforeBossSquareDialog = 3,
|
|
GapSuccessDialog = 3,
|
|
GapKQReturnNotice = 5,
|
|
}
|
|
|
|
|
|
MapFogInfo = { FogValue = 70, SightDistance = 1600 }
|
|
|
|
|
|
NoticeInfo =
|
|
{
|
|
ScriptFileName = MsgScriptFileDefault,
|
|
|
|
QuestSuccess = { Index = "SucMessage" },
|
|
QuestFail = { Index = "FailMessage" },
|
|
|
|
KQReturn =
|
|
{
|
|
{ Index = "KQReturn30", }, -- 30초 남음
|
|
{ Index = nil, }, -- 25초 남음: 메세지 없음
|
|
{ Index = "KQReturn20", }, -- 20초 남음
|
|
{ Index = nil, }, -- 15초 남음: 메세지 없음
|
|
{ Index = "KQReturn10", }, -- 10초 남음
|
|
{ Index = "KQReturn5" , }, -- 05초 남음
|
|
},
|
|
}
|
|
|
|
|
|
QuestMobKillInfo =
|
|
{
|
|
QuestID = 2668,
|
|
MobIndex = "Daliy_Check",
|
|
MaxKillCount = 1,
|
|
}
|
|
|