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

54 lines
825 B
Go

-- 任务配置
-- 父任务id
main_id = 424
sub_ids =
{
42401,
42402,
42403,
42404,
42405,
42406,
42407,
}
rewind_data = {}
rewind_data["42402"] =
{
-- avatar = {
-- scene_id = 1013,
-- pos = "Player"
-- },
-- npcs = {
-- {
-- id = 1220,
-- alias = "SneakJudge",
-- script = "Actor/Npc/SneakJudge",
-- scene_id = 1013,
-- pos = "Judge",
-- data_index = 0,
-- }
-- }
}
rewind_data["42405"] =
{
-- npcs = {
-- {
-- id = 1220,
-- alias = "SneakJudge",
-- script = "Actor/Npc/SneakJudge",
-- scene_id = 1013,
-- pos = "Judge",
-- data_index = 0,
-- }
-- }
}
quest_data = {}