mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-06 13:02:27 +08:00
54 lines
825 B
Go
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 = {}
|
|
|