0
0
mirror of https://gitlab.com/YuukiPS/GC-Resources.git synced 2025-04-28 09:05:26 +00:00
GC-Resources/Resources/Scripts/Quest/Share/Q13024ShareConfig.lua
2023-03-04 23:30:33 +08:00

3 lines
3.0 KiB
Lua

-- 任务配置数据开始-----------------------------
main_id = 13024
sub_ids =
{
1302401,
1302402,
1302403,
1302404,
1302405,
1302407,
1302406,
}
-- 任务配置数据结束---------------------------------
-- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
-- 父任务执行项数据开始-----------------------------
finish_action =
{
CLIENT = { },
SERVER = { },
}
fail_action =
{
CLIENT = { },
SERVER = { },
}
cancel_action =
{
CLIENT = { },
SERVER = { },
}
-- 父任务执行项数据结束-----------------------------
-- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
-- Actor模块数据开始--------------------------------
-- 空
-- Actor模块数据结束--------------------------------
-- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
-- 文本模块数据开始---------------------------------
-- 空
-- 文本模块数据结束---------------------------------
-- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
-- 路点模块数据开始---------------------------------
-- 空
-- 路点模块数据结束---------------------------------
-- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
-- 断线重连生成内容 开始----------------------------
-- 和questdata配的存档点对应
rewind_data =
{
["1302401"] = { },
["1302402"] = { },
["1302403"] = { },
["1302405"] = { },
["1302406"] = { },
["1302407"] = { },
}
-- 断线重连生成内容 结束----------------------------
-- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
-- 校验数据 开始----------------------------------
-- 和任务lua中生成NPC/Monster/Gadget/Item等对应
quest_data =
{
["1302401"] =
{
npcs =
{
{
id = 1052,
alias = "Npc1052",
script = "Actor/Npc/TempNPC",
pos = "Q1302401_N1052",
scene_id = 3,
room_id = 0,
data_index = 1,
},
{
id = 13013,
alias = "Npc13013",
script = "Actor/Npc/TempNPC",
pos = "Q1302401_N13013",
scene_id = 3,
room_id = 0,
data_index = 2,
},
},
},
["1302402"] =
{
npcs =
{
{
id = 13063,
alias = "Npc13063",
script = "Actor/Npc/TempNPC",
pos = "Q1302402_N13063",
scene_id = 3,
room_id = 0,
data_index = 1,
},
},
},
["1302403"] =
{
npcs =
{
{
id = 1052,
alias = "Npc1052",
script = "Actor/Npc/TempNPC",
pos = "Q1302403_N1052",
scene_id = 3,
room_id = 0,
data_index = 1,
},
},
},
["1302404"] =
{
npcs =
{
{
id = 1052,
alias = "Npc1052",
script = "Actor/Npc/TempNPC",
pos = "Q1302403_N1052",
scene_id = 3,
room_id = 0,
data_index = 1,
},
},
},
["1302405"] = { },
["1302406"] = { },
["1302407"] =
{
npcs =
{
{
id = 1052,
alias = "Npc1052",
script = "Actor/Npc/TempNPC",
pos = "Q1302403_N1052",
scene_id = 3,
room_id = 0,
data_index = 1,
},
},
},
}
-- 校验数据 结束----------------------------------
-- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>