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

71 lines
882 B
Go

-- 任务配置
-- 父任务id
main_id = 1002
sub_ids =
{
100201,
100202,
100203,
100204,
100205,
}
rewind_data = {}
rewind_data["100205"] =
{
}
quest_data = {}
quest_data["100201"] =
{
npcs =
{
{
alias = "Paimon",
script = "Actor/Quest/Q352/Paimon",
id = 1005,
pos = "Q1002_Paimon2",
scene_id = 3,
room_id = 0,
data_index = 0,
},
},
transmit_points = {
{
point_id = 1,
scene_id = 3,
pos = "Q1002_Player2"
},
}
}
quest_data["100205"] =
{
npcs =
{
{
alias = "Npc2002801",
script = "Actor/Npc/TempNPC",
id = 2002801,
pos = "Q1002_XianRen",
scene_id = 3,
room_id = 0,
data_index = 0,
},
},
transmit_points = {
{
point_id = 1,
scene_id = 3,
pos = "Q1002_Player"
},
}
}