Files
hk4e/gdconf/game_data_config/lua/quest/Q73035ShareConfig.lua
2022-11-30 00:00:20 +08:00

3 lines
3.9 KiB
Go

-- 任务配置数据开始-----------------------------
main_id = 73035
sub_ids =
{
7303501,
7303512,
7303502,
7303509,
7303504,
7303513,
7303505,
7303506,
7303514,
7303507,
7303515,
7303511,
7303508,
7303510,
7303503,
}
-- 任务配置数据结束---------------------------------
-- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
-- 父任务执行项数据开始-----------------------------
finish_action =
{
CLIENT = { },
SERVER = { },
}
fail_action =
{
CLIENT = { },
SERVER = { },
}
cancel_action =
{
CLIENT = { },
SERVER = { },
}
-- 父任务执行项数据结束-----------------------------
-- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
-- Actor模块数据开始--------------------------------
--
-- Actor模块数据结束--------------------------------
-- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
-- 文本模块数据开始---------------------------------
--
-- 文本模块数据结束---------------------------------
-- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
-- 路点模块数据开始---------------------------------
--
-- 路点模块数据结束---------------------------------
-- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
-- 断线重连生成内容 开始----------------------------
-- 和questdata配的存档点对应
rewind_data =
{
["7303501"] = { },
["7303502"] = { },
["7303503"] = { },
["7303504"] = { },
["7303505"] = { },
["7303506"] = { },
["7303507"] = { },
["7303508"] = { },
["7303509"] = { },
["7303510"] = { },
["7303511"] = { },
["7303512"] = { },
["7303514"] = { },
["7303515"] = { },
}
-- 断线重连生成内容 结束----------------------------
-- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
-- 校验数据 开始----------------------------------
-- 和任务lua中生成NPC/Monster/Gadget/Item等对应
quest_data =
{
["7303501"] =
{
npcs =
{
{
id = 20646,
alias = "Npc20646",
script = "Actor/Npc/TempNPC",
pos = "Q7303501_N20646",
scene_id = 3,
room_id = 0,
data_index = 1,
},
},
},
["7303502"] = { },
["7303503"] = { },
["7303504"] =
{
npcs =
{
{
id = 20646,
alias = "Npc20646",
script = "Actor/Npc/TempNPC",
pos = "Q7303502_N20646",
scene_id = 3,
room_id = 0,
data_index = 1,
},
},
transmit_points =
{
{
point_id = 2,
scene_id = 20148,
pos = "Q7303509",
},
},
},
["7303505"] =
{
npcs =
{
{
id = 20646,
alias = "Npc20646",
script = "Actor/Npc/TempNPC",
pos = "Q7303505_N20646",
scene_id = 20148,
room_id = 0,
data_index = 1,
},
{
id = 1005,
alias = "Paimon",
script = "Actor/Quest/Q352/Paimon",
pos = "Q7303505_N20646",
scene_id = 20148,
room_id = 0,
data_index = 2,
},
},
},
["7303506"] = { },
["7303507"] = { },
["7303508"] = { },
["7303509"] =
{
npcs =
{
{
id = 20646,
alias = "Npc20646",
script = "Actor/Npc/TempNPC",
pos = "Q7303502_N20646",
scene_id = 3,
room_id = 0,
data_index = 1,
},
},
transmit_points =
{
{
point_id = 1,
scene_id = 20148,
pos = "Q7303509",
},
},
},
["7303510"] = { },
["7303511"] =
{
npcs =
{
{
id = 20646,
alias = "Npc20646",
script = "Actor/Npc/TempNPC",
pos = "Q7303502_N20646",
scene_id = 3,
room_id = 0,
data_index = 1,
},
},
},
["7303512"] = { },
["7303513"] = { },
["7303514"] = { },
["7303515"] =
{
npcs =
{
{
id = 20646,
alias = "Npc20646",
script = "Actor/Npc/TempNPC",
pos = "Q7303505_N20646",
scene_id = 20148,
room_id = 0,
data_index = 1,
},
},
transmit_points =
{
{
point_id = 3,
scene_id = 3,
pos = "Q7303507",
},
},
},
}
-- 校验数据 结束----------------------------------
-- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>