添加配置表

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,36 @@
--[[
luaide 模板位置位于 Template/FunTemplate/NewFileTemplate.lua 其中 Template 为配置路径 与luaide.luaTemplatesDir
luaide.luaTemplatesDir 配置 https://www.showdoc.cc/web/#/luaide?page_id=713062580213505
author:{尤志林}
time:2020-06-29 11:59:32
affect拆出璃月一最后与公子对话部分接到寻访三位仙人之后
]]
-- 任务配置
-- 父任务id
main_id = 1018
sub_ids =
{
101801,
}
rewind_data = {}
quest_data = {}
quest_data["101801"] =
{
npcs =
{
{
alias = "Npc10200",
script = "Actor/Npc/TempNPC",
id = 10200,
pos = "Q100318Gongzi",
scene_id = 3,
room_id = 0,
data_index = 0,
},
}
}