添加配置表

This commit is contained in:
flswld
2022-11-30 00:00:20 +08:00
parent f70a890338
commit d7f3f3b866
33382 changed files with 8476601 additions and 0 deletions

View File

@@ -0,0 +1,39 @@
-- 任务配置
-- 父任务id
main_id = 20060
sub_ids =
{
2006001,
2006002,
2006003,
2006004,
2006005,
2006006,
2006007,
2006008,
2006009,
2006010,
}
rewind_data = {}
quest_data = {}
finish_action = {}
fail_action = {}
cancel_action = {}
cancel_action =
{
CLIENT = {},
SERVER = {
QUEST_EXEC_DEL_ALL_SPECIFIC_PACK_ITEM =
{
{"100351"},
}
},
}