mirror of
https://gitlab.com/YuukiPS/GC-Resources.git
synced 2025-04-28 09:05:26 +00:00
37 lines
387 B
Lua
37 lines
387 B
Lua
-- 任务配置
|
|
|
|
-- 父任务id
|
|
|
|
main_id = 10400
|
|
|
|
sub_ids =
|
|
{
|
|
1040001,
|
|
}
|
|
|
|
BabaraData =
|
|
{
|
|
BabaraID = 1008,
|
|
Babara = "Babara10400",
|
|
}
|
|
|
|
rewind_data = {}
|
|
|
|
quest_data = {}
|
|
|
|
quest_data["1040001"] =
|
|
{
|
|
npcs =
|
|
{
|
|
{
|
|
alias = "Babara10400",
|
|
script = "Actor/Quest/Q413/Barbara",
|
|
id = 1008,
|
|
pos = "COOP101401Babala05",
|
|
sceneID = 3,
|
|
roomID = 0,
|
|
subIndex = 0,
|
|
}
|
|
}
|
|
}
|