100 lines
1.5 KiB
Lua
100 lines
1.5 KiB
Lua
|
-- 任务配置
|
||
|
|
||
|
-- 父任务id
|
||
|
|
||
|
main_id = 372
|
||
|
|
||
|
sub_ids =
|
||
|
{
|
||
|
37201,
|
||
|
37202,
|
||
|
37203,
|
||
|
37204,
|
||
|
}
|
||
|
|
||
|
rewind_data = {}
|
||
|
|
||
|
rewind_data["37202"] =
|
||
|
{
|
||
|
npcs = {
|
||
|
{
|
||
|
id = 1005,
|
||
|
alias = "Paimon",
|
||
|
script = "Actor/Quest/Q352/Paimon",
|
||
|
pos = "Q372Paimon",
|
||
|
data_index = 0,
|
||
|
},
|
||
|
|
||
|
{
|
||
|
id = 1160,
|
||
|
alias = "Wendy",
|
||
|
script = "Actor/Quest/Q301/Wendy301",
|
||
|
pos = "Q372Venti",
|
||
|
data_index = 0,
|
||
|
},
|
||
|
|
||
|
}
|
||
|
}
|
||
|
|
||
|
rewind_data["37203"] =
|
||
|
{
|
||
|
npcs = {
|
||
|
{
|
||
|
id = 1005,
|
||
|
alias = "Paimon",
|
||
|
script = "Actor/Quest/Q352/Paimon",
|
||
|
pos = "Q372Paimon",
|
||
|
data_index = 0,
|
||
|
},
|
||
|
|
||
|
{
|
||
|
id = 1160,
|
||
|
alias = "Wendy",
|
||
|
script = "Actor/Quest/Q301/Wendy301",
|
||
|
pos = "Q372Venti",
|
||
|
data_index = 0,
|
||
|
},
|
||
|
|
||
|
}
|
||
|
}
|
||
|
|
||
|
rewind_data["37204"] =
|
||
|
{
|
||
|
}
|
||
|
|
||
|
quest_data = {}
|
||
|
|
||
|
quest_data["37202"] =
|
||
|
{
|
||
|
trial_actors = {
|
||
|
|
||
|
},
|
||
|
actors = {
|
||
|
|
||
|
},
|
||
|
items = {
|
||
|
-- {
|
||
|
-- id = 100004,
|
||
|
-- pos = "Q404Pos2",
|
||
|
-- alias = "Ball",
|
||
|
-- },
|
||
|
},
|
||
|
monsters = {
|
||
|
-- {
|
||
|
-- id = 20010801,
|
||
|
-- pos = "Q404Pos2",
|
||
|
-- },
|
||
|
-- {
|
||
|
-- id = 20010801,
|
||
|
-- pos = "Q404Pos2",
|
||
|
-- }
|
||
|
},
|
||
|
gadgets = {
|
||
|
-- {
|
||
|
-- id = 70300004,
|
||
|
-- pos = "Q404Pos2",
|
||
|
-- alias = "GoalMarker404",
|
||
|
-- }
|
||
|
}
|
||
|
}
|