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

3 lines
4.9 KiB
Go

-- 任务配置数据开始-----------------------------
main_id = 72245
sub_ids =
{
7224501,
7224502,
7224503,
7224504,
7224505,
7224506,
7224507,
7224508,
7224509,
}
-- 任务配置数据结束---------------------------------
-- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
-- 父任务执行项数据开始-----------------------------
finish_action =
{
CLIENT = { },
SERVER = { },
}
fail_action =
{
CLIENT = { },
SERVER = { },
}
cancel_action =
{
CLIENT = { },
SERVER = { },
}
-- 父任务执行项数据结束-----------------------------
-- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
-- Actor模块数据开始--------------------------------
--
-- Actor模块数据结束--------------------------------
-- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
-- 文本模块数据开始---------------------------------
--
-- 文本模块数据结束---------------------------------
-- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
-- 路点模块数据开始---------------------------------
--
-- 路点模块数据结束---------------------------------
-- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
-- 断线重连生成内容 开始----------------------------
-- 和questdata配的存档点对应
rewind_data =
{
["7224508"] = { },
["7224509"] = { },
["7224501"] =
{
npcs =
{
{
id = 20359,
alias = "NPC20359",
script = "Actor/Npc/NpcEnkanomiya",
pos = "Q7224501_N20359",
scene_id = 5,
room_id = 0,
data_index = 1,
},
},
},
["7224502"] =
{
npcs =
{
{
id = 20360,
alias = "NPC20360",
script = "Actor/Npc/NpcEnkanomiya",
pos = "Q7224502_N20360",
scene_id = 5,
room_id = 0,
data_index = 1,
},
},
},
["7224503"] =
{
npcs =
{
{
id = 20361,
alias = "NPC20361",
script = "Actor/Npc/NpcEnkanomiya",
pos = "Q7224503_N20361",
scene_id = 5,
room_id = 0,
data_index = 1,
},
},
},
["7224504"] =
{
npcs =
{
{
id = 20362,
alias = "NPC20362",
script = "Actor/Npc/NpcEnkanomiya",
pos = "Q7224504_N20362",
scene_id = 5,
room_id = 0,
data_index = 1,
},
},
},
["7224505"] =
{
npcs =
{
{
id = 20363,
alias = "NPC20363",
script = "Actor/Npc/NpcEnkanomiya",
pos = "Q7224505_N20363",
scene_id = 5,
room_id = 0,
data_index = 1,
},
},
},
["7224506"] =
{
npcs =
{
{
id = 20417,
alias = "NPC20417",
script = "Actor/Npc/NpcEnkanomiya",
pos = "Q7224506_N20417",
scene_id = 5,
room_id = 0,
data_index = 1,
},
},
},
["7224507"] =
{
npcs =
{
{
id = 20418,
alias = "NPC20418",
script = "Actor/Npc/NpcEnkanomiya",
pos = "Q7224507_N20418",
scene_id = 5,
room_id = 0,
data_index = 1,
},
},
},
}
-- 断线重连生成内容 结束----------------------------
-- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
-- 校验数据 开始----------------------------------
-- 和任务lua中生成NPC/Monster/Gadget/Item等对应
quest_data =
{
["7224501"] =
{
npcs =
{
{
id = 20359,
alias = "NPC20359",
script = "Actor/Npc/NpcEnkanomiya",
pos = "Q7224501_N20359",
scene_id = 5,
room_id = 0,
data_index = 1,
},
},
},
["7224502"] =
{
npcs =
{
{
id = 20360,
alias = "NPC20360",
script = "Actor/Npc/NpcEnkanomiya",
pos = "Q7224502_N20360",
scene_id = 5,
room_id = 0,
data_index = 1,
},
},
},
["7224503"] =
{
npcs =
{
{
id = 20361,
alias = "NPC20361",
script = "Actor/Npc/NpcEnkanomiya",
pos = "Q7224503_N20361",
scene_id = 5,
room_id = 0,
data_index = 1,
},
},
},
["7224504"] =
{
npcs =
{
{
id = 20362,
alias = "NPC20362",
script = "Actor/Npc/NpcEnkanomiya",
pos = "Q7224504_N20362",
scene_id = 5,
room_id = 0,
data_index = 1,
},
},
},
["7224505"] =
{
npcs =
{
{
id = 20363,
alias = "NPC20363",
script = "Actor/Npc/NpcEnkanomiya",
pos = "Q7224505_N20363",
scene_id = 5,
room_id = 0,
data_index = 1,
},
},
},
["7224506"] =
{
npcs =
{
{
id = 20417,
alias = "NPC20417",
script = "Actor/Npc/NpcEnkanomiya",
pos = "Q7224506_N20417",
scene_id = 5,
room_id = 0,
data_index = 1,
},
},
},
["7224507"] =
{
npcs =
{
{
id = 20418,
alias = "NPC20418",
script = "Actor/Npc/NpcEnkanomiya",
pos = "Q7224507_N20418",
scene_id = 5,
room_id = 0,
data_index = 1,
},
},
},
["7224508"] = { },
["7224509"] =
{
npcs =
{
{
id = 1005,
alias = "Paimon",
script = "Actor/Quest/Q352/Paimon",
pos = "DUMMY_POS TokoGhost_1",
scene_id = 5,
room_id = 0,
data_index = 1,
},
},
},
}
-- 校验数据 结束----------------------------------
-- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>