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/Q3030ShareConfig.lua
2022-12-08 05:45:03 +08:00

3 lines
3.5 KiB
Lua

-- 任务配置数据开始-----------------------------
main_id = 3030
sub_ids =
{
303002,
303010,
303004,
303006,
303009,
303008,
303007,
303005,
303003,
303001,
}
-- 任务配置数据结束---------------------------------
-- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
-- 父任务执行项数据开始-----------------------------
finish_action =
{
CLIENT = { },
SERVER = { },
}
fail_action =
{
CLIENT = { },
SERVER = { },
}
cancel_action =
{
CLIENT = { },
SERVER = { },
}
-- 父任务执行项数据结束-----------------------------
-- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
-- Actor模块数据开始--------------------------------
-- 空
-- Actor模块数据结束--------------------------------
-- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
-- 文本模块数据开始---------------------------------
-- 空
-- 文本模块数据结束---------------------------------
-- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
-- 路点模块数据开始---------------------------------
-- 空
-- 路点模块数据结束---------------------------------
-- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
-- 断线重连生成内容 开始----------------------------
-- 和questdata配的存档点对应
rewind_data =
{
["303002"] = { },
["303003"] = { },
["303004"] =
{
npcs =
{
{
id = 3099,
alias = "Npc3099",
script = "Actor/Npc/NpcFSMBehaviour",
pos = "Q303010_N3099",
scene_id = 3,
room_id = 0,
data_index = 1,
},
{
id = 3101,
alias = "Npc3101",
script = "Actor/Npc/NpcFSMBehaviour",
pos = "Q303010_T303010_N3101",
scene_id = 3,
room_id = 0,
data_index = 2,
},
},
},
["303005"] = { },
["303006"] =
{
npcs =
{
{
id = 3162,
alias = "Npc3162",
script = "Actor/Npc/NpcFSMBehaviour",
pos = "Q303004_guide",
scene_id = 3,
room_id = 0,
data_index = 1,
},
},
},
["303007"] = { },
["303008"] = { },
["303010"] = { },
}
-- 断线重连生成内容 结束----------------------------
-- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
-- 校验数据 开始----------------------------------
-- 和任务lua中生成NPC/Monster/Gadget/Item等对应
quest_data =
{
["303001"] = { },
["303002"] =
{
npcs =
{
{
id = 3027,
alias = "Npc3027",
script = "Actor/Npc/NpcFSMBehaviour",
pos = "Q303002_N3027",
scene_id = 3,
room_id = 0,
data_index = 1,
},
},
},
["303003"] = { },
["303004"] =
{
npcs =
{
{
id = 3162,
alias = "Npc3162",
script = "Actor/Npc/NpcFSMBehaviour",
pos = "Q303004_guide",
scene_id = 3,
room_id = 0,
data_index = 1,
},
},
},
["303005"] = { },
["303006"] = { },
["303007"] = { },
["303008"] = { },
["303009"] = { },
["303010"] =
{
npcs =
{
{
id = 3027,
alias = "Npc3027",
script = "Actor/Npc/NpcFSMBehaviour",
pos = "Q303002_N3027",
scene_id = 3,
room_id = 0,
data_index = 1,
},
{
id = 3099,
alias = "Npc3099",
script = "Actor/Npc/NpcFSMBehaviour",
pos = "Q303010_N3099",
scene_id = 3,
room_id = 0,
data_index = 2,
},
{
id = 3101,
alias = "Npc3101",
script = "Actor/Npc/NpcFSMBehaviour",
pos = "Q303010_T303010_N3101",
scene_id = 3,
room_id = 0,
data_index = 3,
},
},
},
}
-- 校验数据 结束----------------------------------
-- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>