添加配置表

This commit is contained in:
flswld
2022-11-30 00:00:20 +08:00
parent f70a890338
commit d7f3f3b866
33382 changed files with 8476601 additions and 0 deletions

View File

@@ -0,0 +1,144 @@
-- 任务配置
-- 父任务id
main_id = 11004
sub_ids =
{
1100401,
1100499,
1100498,
1100402,
1100403,
}
XianglingData =
{
ID = 1012,
Alias = "Xiangling",
}
PaimonData =
{
ID = 1005,
Alias = "Paimon",
}
rewind_data = {}
rewind_data["1100402"] =
{
gadgets =
{
{
id = 70710029,
pos = "Q1100498FreezeBoar",-- 使用SpawnGadgeWithPos时可不配使用SpawnGadge必须配
alias = "FreezeBoar", -- optional default : ""
scene_id = 20005, -- optional default : sceneData.DefaultSceneID
room_id = 0,
}
}
}
rewind_data["1100403"] =
{
npcs =
{
{
alias = "Xiangling",
script = "Actor/Npc/TempNPC",
id = 1012,
pos = "Q1100403XL",
scene_id = 20005,
room_id = 0,
data_index = 0,
},
},
gadgets =
{
{
id = 70710029,
pos = "Q1100498FreezeBoar",-- 使用SpawnGadgeWithPos时可不配使用SpawnGadge必须配
alias = "FreezeBoar", -- optional default : ""
scene_id = 20005, -- optional default : sceneData.DefaultSceneID
room_id = 0,
}
}
}
quest_data = {}
quest_data["1100498"] =
{
gadgets =
{
{
id = 70710029,
pos = "Q1100498FreezeBoar",-- 使用SpawnGadgeWithPos时可不配使用SpawnGadge必须配
alias = "FreezeBoar", -- optional default : ""
scene_id = 20005, -- optional default : sceneData.DefaultSceneID
room_id = 0,
}
}
}
quest_data["1100402"] =
{
npcs =
{
{
alias = "Xiangling",
script = "Actor/Npc/TempNPC",
id = 1012,
pos = "Q1100403XL",
scene_id = 20005,
room_id = 0,
data_index = 0,
},
},
transmit_points = {
{
point_id = 1,
scene_id = 20005,
pos = "Q1100403PlayerPos"
},
}
}
quest_data["1100403"] =
{
npcs =
{
{
alias = "Xiangling",
script = "Actor/Npc/TempNPC",
id = 1012,
pos = "Q1100403XL",
scene_id = 20005,
room_id = 0,
data_index = 0,
},
},
gadgets =
{
{
id = 70710029,
pos = "Q1100403FreezeBoar",-- 使用SpawnGadgeWithPos时可不配使用SpawnGadge必须配
alias = "FreezeBoar", -- optional default : ""
scene_id = 20005, -- optional default : sceneData.DefaultSceneID
room_id = 0,
}
},
transmit_points = {
{
point_id = 1,
scene_id = 20005,
pos = "Q1100403PlayerPos"
},
}
}