|
NewerTaskConst = NewerTaskConst or {}
|
|
|
|
NewerTaskConst.OPEN_MAIN_VIEW = "NewerTaskConst.OPEN_MAIN_VIEW"
|
|
NewerTaskConst.UPDATE_AWARD_INFO = "NewerTaskConst.UPDATE_AWARD_INFO"
|
|
NewerTaskConst.REQ_GET_AWARD = "NewerTaskConst.REQ_GET_AWARD"
|
|
NewerTaskConst.OPEN_PART_VIEW = "NewerTaskConst.OPEN_PART_VIEW"
|
|
NewerTaskConst.PLAY_PART_UNLOCK_EFFECT = "NewerTaskConst.PLAY_PART_UNLOCK_EFFECT"
|
|
|
|
NewerTaskConst.Title = {
|
|
[1] = "炫酷摩托",
|
|
[2] = "冰封炫翼",
|
|
}
|
|
|
|
NewerTaskConst.IconRes = {
|
|
[1] = "mainui_newertask_bg1",
|
|
[2] = "mainui_newertask_bg2",
|
|
}
|
|
|
|
NewerTaskConst.ModelImgRes = {
|
|
[1] = "newer_task_bg_type1",
|
|
[2] = "newer_task_bg_type2",
|
|
}
|
|
|
|
NewerTaskConst.OpenTask = 10090 --完成任务开启
|
|
|
|
NewerTaskConst.ItemPos = {
|
|
[1] = {x = 23, y = 141},
|
|
[2] = {x = 240, y = 0},
|
|
[3] = {x = 195, y = -160},
|
|
[4] = {x = -174, y = -272},
|
|
}
|
|
|
|
NewerTaskConst.ItemIcon = {
|
|
[1] = "newer_task_img18",
|
|
[2] = "newer_task_img22",
|
|
[3] = "newer_task_img21",
|
|
[4] = "newer_task_img19",
|
|
}
|
|
|
|
NewerTaskConst.TitleResName = {
|
|
[1] = "newer_task_font_1",
|
|
[2] = "newer_task_font_1",
|
|
}
|
|
|
|
NewerTaskConst.LineInfo = {
|
|
[1] = {res_name = "newer_task_img6", anchor_pos = {x=20, y=74}, size = {x=276, y=98}},
|
|
[2] = {res_name = "newer_task_img8", anchor_pos = {x=97.3, y=20.9}, size = {x=127.2, y=46}},
|
|
[3] = {res_name = "newer_task_img8", anchor_pos = {x=63.7, y=-59}, size = {x=109.61, y=46}},
|
|
[4] = {res_name = "newer_task_img9", anchor_pos = {x=-128.4, y=-102.7}, size = {x=403.6, y=54}},
|
|
}
|
|
|
|
--局部解锁任务id
|
|
NewerTaskConst.PartTaskId = {
|
|
[10170] = {index = 2, trigger_id = 999992001, title = "地狱骑士 <color=#fdffc2>2</color>/4", desc = "坐骑可以进一步解锁啦"},
|
|
[10430] = {index = 3, trigger_id = 999992002, title = "地狱骑士 <color=#fdffc2>3</color>/4", desc = "坐骑可以进一步解锁啦"},
|
|
[10820] = {index = 4, trigger_id = 999992003, title = "地狱骑士 <color=#fdffc2>4</color>/4", desc = "坐骑可以进一步解锁啦"},
|
|
}
|
|
|