mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-04 23:02:27 +08:00
34 lines
331 B
Go
34 lines
331 B
Go
-- 任务配置
|
|
|
|
-- 父任务id
|
|
|
|
main_id = 1001
|
|
|
|
sub_ids =
|
|
{
|
|
100101,
|
|
100102,
|
|
100103,
|
|
}
|
|
|
|
rewind_data = {}
|
|
|
|
rewind_data["100101"] =
|
|
{
|
|
|
|
}
|
|
|
|
|
|
quest_data = {}
|
|
|
|
quest_data["100102"] =
|
|
{
|
|
transmit_points = {
|
|
{
|
|
point_id = 1,
|
|
scene_id = 3,
|
|
pos = "Q1001Trans01"
|
|
},
|
|
}
|
|
}
|