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

36 lines
678 B
Go
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
--[[
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,
},
}
}