更新配置

This commit is contained in:
xiekaidong 2023-04-21 19:49:20 +08:00
parent 98f2fabf75
commit ee1b719517
4 changed files with 82 additions and 61 deletions

View File

@ -1,14 +1,14 @@
local fx = { local fx = {
[100000]={ [100000]={
["res"]="sfx_m10001_b01_01", ["res"]="sfx_m10001_b01",
["bind"]="root" ["bind"]="root"
}, },
[100001]={ [100001]={
["res"]="sfx_m10001_b01_02", ["res"]="sfx_m10001_b02",
["bind"]="root" ["bind"]="root"
}, },
[100002]={ [100002]={
["res"]="sfx_m10001_b01_03", ["res"]="sfx_m10001_b03",
["bind"]="root" ["bind"]="root"
}, },
[100003]={ [100003]={

View File

@ -688,7 +688,7 @@ local skill = {
["shake_time"]=100, ["shake_time"]=100,
["shake_type"]=1, ["shake_type"]=1,
["name_act"]="attack01", ["name_act"]="attack01",
["fx_self"]=300021 ["fx_target"]=300021
}, },
[3300112]={ [3300112]={
["position"]=1, ["position"]=1,
@ -707,7 +707,7 @@ local skill = {
["shake_time"]=100, ["shake_time"]=100,
["shake_type"]=1, ["shake_type"]=1,
["name_act"]="attack02", ["name_act"]="attack02",
["fx_self"]=300022 ["fx_target"]=300022
}, },
[3300113]={ [3300113]={
["position"]=1, ["position"]=1,
@ -726,7 +726,7 @@ local skill = {
["shake_time"]=100, ["shake_time"]=100,
["shake_type"]=1, ["shake_type"]=1,
["name_act"]="attack03", ["name_act"]="attack03",
["fx_self"]=300023 ["fx_target"]=300023
}, },
[3300114]={ [3300114]={
["position"]=1, ["position"]=1,
@ -745,7 +745,7 @@ local skill = {
["shake_time"]=100, ["shake_time"]=100,
["shake_type"]=1, ["shake_type"]=1,
["name_act"]="attack04", ["name_act"]="attack04",
["fx_self"]=300024 ["fx_target"]=300024
}, },
[3300120]={ [3300120]={
["energy"]=10, ["energy"]=10,
@ -803,7 +803,7 @@ local skill = {
["shake_time"]=100, ["shake_time"]=100,
["shake_type"]=1, ["shake_type"]=1,
["name_act"]="attack01", ["name_act"]="attack01",
["fx_self"]=300009 ["fx_target"]=300009
}, },
[4200112]={ [4200112]={
["position"]=1, ["position"]=1,
@ -822,7 +822,7 @@ local skill = {
["shake_time"]=100, ["shake_time"]=100,
["shake_type"]=1, ["shake_type"]=1,
["name_act"]="attack02", ["name_act"]="attack02",
["fx_self"]=300010 ["fx_target"]=300010
}, },
[4200113]={ [4200113]={
["position"]=1, ["position"]=1,
@ -841,7 +841,7 @@ local skill = {
["shake_time"]=100, ["shake_time"]=100,
["shake_type"]=1, ["shake_type"]=1,
["name_act"]="attack03", ["name_act"]="attack03",
["fx_self"]=300011 ["fx_target"]=300011
}, },
[4200114]={ [4200114]={
["position"]=1, ["position"]=1,
@ -860,7 +860,7 @@ local skill = {
["shake_time"]=100, ["shake_time"]=100,
["shake_type"]=1, ["shake_type"]=1,
["name_act"]="attack04", ["name_act"]="attack04",
["fx_self"]=300012 ["fx_target"]=300012
}, },
[4200120]={ [4200120]={
["energy"]=10, ["energy"]=10,

View File

@ -724,7 +724,7 @@ local skill_rogue = {
["qlt"]=3, ["qlt"]=3,
["type"]=1, ["type"]=1,
["parameter"]={ ["parameter"]={
220012 2200121
}, },
["skill_position"]=2, ["skill_position"]=2,
["icon"]="34" ["icon"]="34"
@ -755,13 +755,13 @@ local skill_rogue = {
["effect"]={ ["effect"]={
{ {
["type"]="skill_fire_times", ["type"]="skill_fire_times",
["num"]=220011, ["num"]=2200120,
["ratio"]=10000, ["ratio"]=10000,
["round"]=1 ["round"]=1
}, },
{ {
["type"]="skill_fire_times", ["type"]="skill_fire_times",
["num"]=220012, ["num"]=2200121,
["ratio"]=10000, ["ratio"]=10000,
["round"]=1 ["round"]=1
} }
@ -980,7 +980,7 @@ local skill_rogue = {
["qlt"]=3, ["qlt"]=3,
["type"]=1, ["type"]=1,
["parameter"]={ ["parameter"]={
230012 2300121
}, },
["skill_position"]=2, ["skill_position"]=2,
["icon"]="49" ["icon"]="49"
@ -1008,7 +1008,7 @@ local skill_rogue = {
["qlt"]=4, ["qlt"]=4,
["type"]=1, ["type"]=1,
["parameter"]={ ["parameter"]={
230013 2300122
}, },
["skill_position"]=2, ["skill_position"]=2,
["icon"]="51" ["icon"]="51"
@ -1027,7 +1027,7 @@ local skill_rogue = {
["qlt"]=3, ["qlt"]=3,
["type"]=1, ["type"]=1,
["parameter"]={ ["parameter"]={
430012 4300121
}, },
["skill_position"]=4, ["skill_position"]=4,
["icon"]="52" ["icon"]="52"

View File

@ -7,10 +7,6 @@ local tutorial = {
13, 13,
24, 24,
25 25
},
["arrow_offset"]={
0,
0
} }
}, },
[10010]={ [10010]={
@ -28,6 +24,7 @@ local tutorial = {
["next_id"]=10040, ["next_id"]=10040,
["type"]=2, ["type"]=2,
["target_name"]="battle_skill_select_ui(Clone)/skill_node/skill_select_cell_1", ["target_name"]="battle_skill_select_ui(Clone)/skill_node/skill_select_cell_1",
["arrow_direction"]=1,
["arrow_offset"]={ ["arrow_offset"]={
0, 0,
0 0
@ -48,10 +45,6 @@ local tutorial = {
25, 25,
34, 34,
44 44
},
["arrow_offset"]={
0,
0
} }
}, },
[10050]={ [10050]={
@ -69,10 +62,6 @@ local tutorial = {
15, 15,
24, 24,
34 34
},
["arrow_offset"]={
0,
0
} }
}, },
[10070]={ [10070]={
@ -84,16 +73,17 @@ local tutorial = {
15, 15,
24, 24,
34 34
},
["arrow_offset"]={
0,
0
} }
}, },
[20000]={ [20000]={
["next_id"]=20010, ["next_id"]=20010,
["type"]=2
},
[20010]={
["next_id"]=20020,
["type"]=2, ["type"]=2,
["target_name"]="main_ui(Clone)/sub_ui_node/main_comp/chapter/progress_bg/box_1", ["target_name"]="main_ui(Clone)/sub_ui_node/main_comp/chapter/progress_bg/box_1",
["arrow_direction"]=1,
["arrow_offset"]={ ["arrow_offset"]={
0, 0,
0 0
@ -105,22 +95,23 @@ local tutorial = {
0 0
} }
}, },
[20010]={ [20020]={
["next_id"]=20020, ["next_id"]=20030,
["type"]=4, ["type"]=4,
["finish"]=1, ["finish"]=1,
["finish_parameter"]=2 ["finish_parameter"]=2
}, },
[20020]={ [20030]={
["next_id"]=20030, ["next_id"]=20040,
["type"]=5, ["type"]=5,
["finish"]=2, ["finish"]=2,
["finish_parameter"]=2 ["finish_parameter"]=2
}, },
[20030]={ [20040]={
["next_id"]=20040, ["next_id"]=20050,
["type"]=2, ["type"]=2,
["target_name"]="main_ui(Clone)/bottom_node/bottom_btn_cell_2", ["target_name"]="main_ui(Clone)/bottom_node/bottom_btn_cell_2",
["arrow_direction"]=1,
["arrow_offset"]={ ["arrow_offset"]={
0, 0,
0 0
@ -135,10 +126,11 @@ local tutorial = {
0 0
} }
}, },
[20040]={ [20050]={
["next_id"]=20050, ["next_id"]=20060,
["type"]=2, ["type"]=2,
["target_name"]="main_ui(Clone)/sub_ui_node/hero_ui/scrollrect/viewport/content/scroll_cell_1/prop_node/hero_cell_4", ["target_name"]="main_ui(Clone)/sub_ui_node/hero_ui/scrollrect/viewport/content/scroll_cell_1/prop_node/hero_cell_4",
["arrow_direction"]=1,
["arrow_offset"]={ ["arrow_offset"]={
0, 0,
0 0
@ -153,10 +145,11 @@ local tutorial = {
0 0
} }
}, },
[20050]={ [20060]={
["next_id"]=20060, ["next_id"]=20070,
["type"]=2, ["type"]=2,
["target_name"]="hero_detail_ui(Clone)/bg/up_btn", ["target_name"]="hero_detail_ui(Clone)/bg/up_btn",
["arrow_direction"]=1,
["arrow_offset"]={ ["arrow_offset"]={
0, 0,
0 0
@ -171,20 +164,22 @@ local tutorial = {
0 0
} }
}, },
[20060]={ [20070]={
["next_id"]=20070, ["next_id"]=20080,
["type"]=2, ["type"]=2,
["target_name"]="hero_detail_ui(Clone)/bg/back_btn", ["target_name"]="hero_detail_ui(Clone)/bg/back_btn",
["arrow_direction"]=1,
["arrow_offset"]={ ["arrow_offset"]={
0, 0,
0 0
}, },
["show_mask"]=1 ["show_mask"]=1
}, },
[20070]={ [20080]={
["next_id"]=20080, ["next_id"]=20090,
["type"]=2, ["type"]=2,
["target_name"]="main_ui(Clone)/sub_ui_node/hero_ui/scrollrect/viewport/content/scroll_cell_1/prop_node/hero_cell_4", ["target_name"]="main_ui(Clone)/sub_ui_node/hero_ui/scrollrect/viewport/content/scroll_cell_1/prop_node/hero_cell_4",
["arrow_direction"]=1,
["arrow_offset"]={ ["arrow_offset"]={
0, 0,
0 0
@ -199,9 +194,10 @@ local tutorial = {
0 0
} }
}, },
[20080]={ [20090]={
["type"]=2, ["type"]=2,
["target_name"]="main_ui(Clone)/sub_ui_node/hero_ui/scrollrect/viewport/content/large_hero_cell/hero_bg/use_btn", ["target_name"]="main_ui(Clone)/sub_ui_node/hero_ui/scrollrect/viewport/content/large_hero_cell/hero_bg/use_btn",
["arrow_direction"]=1,
["arrow_offset"]={ ["arrow_offset"]={
0, 0,
0 0
@ -211,6 +207,7 @@ local tutorial = {
["next_id"]=30010, ["next_id"]=30010,
["type"]=2, ["type"]=2,
["target_name"]="main_ui(Clone)/sub_ui_node/main_comp/chapter/progress_bg/box_1", ["target_name"]="main_ui(Clone)/sub_ui_node/main_comp/chapter/progress_bg/box_1",
["arrow_direction"]=1,
["arrow_offset"]={ ["arrow_offset"]={
0, 0,
0 0
@ -238,6 +235,7 @@ local tutorial = {
["next_id"]=30040, ["next_id"]=30040,
["type"]=2, ["type"]=2,
["target_name"]="main_ui(Clone)/sub_ui_node/main_comp/hero_bg/hero_cell_2", ["target_name"]="main_ui(Clone)/sub_ui_node/main_comp/hero_bg/hero_cell_2",
["arrow_direction"]=1,
["arrow_offset"]={ ["arrow_offset"]={
0, 0,
0 0
@ -255,6 +253,7 @@ local tutorial = {
[30040]={ [30040]={
["type"]=2, ["type"]=2,
["target_name"]="hero_detail_ui(Clone)/bg/up_btn", ["target_name"]="hero_detail_ui(Clone)/bg/up_btn",
["arrow_direction"]=1,
["arrow_offset"]={ ["arrow_offset"]={
0, 0,
0 0
@ -272,7 +271,8 @@ local tutorial = {
[40000]={ [40000]={
["next_id"]=40010, ["next_id"]=40010,
["type"]=2, ["type"]=2,
["target_name"]="main_ui(Clone)/sub_ui_node/main_comp/chapter/progress_bg/box_2", ["target_name"]="main_ui(Clone)/sub_ui_node/main_comp/chapter/left_arrow/btn",
["arrow_direction"]=1,
["arrow_offset"]={ ["arrow_offset"]={
0, 0,
0 0
@ -286,20 +286,37 @@ local tutorial = {
}, },
[40010]={ [40010]={
["next_id"]=40020, ["next_id"]=40020,
["type"]=2,
["target_name"]="main_ui(Clone)/sub_ui_node/main_comp/chapter/progress_bg/box_2",
["arrow_direction"]=1,
["arrow_offset"]={
0,
0
},
["show_mask"]=2,
["circle_r"]=100,
["circle_offset"]={
0,
0
}
},
[40020]={
["next_id"]=40030,
["type"]=4, ["type"]=4,
["finish"]=1, ["finish"]=1,
["finish_parameter"]=2 ["finish_parameter"]=2
}, },
[40020]={ [40030]={
["next_id"]=40030, ["next_id"]=40040,
["type"]=5, ["type"]=5,
["finish"]=2, ["finish"]=2,
["finish_parameter"]=2 ["finish_parameter"]=2
}, },
[40030]={ [40040]={
["next_id"]=40040, ["next_id"]=40050,
["type"]=2, ["type"]=2,
["target_name"]="main_ui(Clone)/sub_ui_node/hero_ui/scrollrect/viewport/content/scroll_cell_1/prop_node/hero_cell_5", ["target_name"]="main_ui(Clone)/sub_ui_node/hero_ui/scrollrect/viewport/content/scroll_cell_1/prop_node/hero_cell_5",
["arrow_direction"]=1,
["arrow_offset"]={ ["arrow_offset"]={
0, 0,
0 0
@ -314,10 +331,11 @@ local tutorial = {
0 0
} }
}, },
[40040]={ [40050]={
["next_id"]=40050, ["next_id"]=40060,
["type"]=2, ["type"]=2,
["target_name"]="hero_detail_ui(Clone)/bg/up_btn", ["target_name"]="hero_detail_ui(Clone)/bg/up_btn",
["arrow_direction"]=1,
["arrow_offset"]={ ["arrow_offset"]={
0, 0,
0 0
@ -332,20 +350,22 @@ local tutorial = {
0 0
} }
}, },
[40050]={ [40060]={
["next_id"]=40060, ["next_id"]=40070,
["type"]=2, ["type"]=2,
["target_name"]="hero_detail_ui(Clone)/bg/back_btn", ["target_name"]="hero_detail_ui(Clone)/bg/back_btn",
["arrow_direction"]=1,
["arrow_offset"]={ ["arrow_offset"]={
0, 0,
0 0
}, },
["show_mask"]=1 ["show_mask"]=1
}, },
[40060]={ [40070]={
["next_id"]=40070, ["next_id"]=40080,
["type"]=2, ["type"]=2,
["target_name"]="main_ui(Clone)/sub_ui_node/hero_ui/scrollrect/viewport/content/scroll_cell_1/prop_node/hero_cell_5", ["target_name"]="main_ui(Clone)/sub_ui_node/hero_ui/scrollrect/viewport/content/scroll_cell_1/prop_node/hero_cell_5",
["arrow_direction"]=1,
["arrow_offset"]={ ["arrow_offset"]={
0, 0,
0 0
@ -360,9 +380,10 @@ local tutorial = {
0 0
} }
}, },
[40070]={ [40080]={
["type"]=2, ["type"]=2,
["target_name"]="main_ui(Clone)/sub_ui_node/hero_ui/scrollrect/viewport/content/large_hero_cell/hero_bg/use_btn", ["target_name"]="main_ui(Clone)/sub_ui_node/hero_ui/scrollrect/viewport/content/large_hero_cell/hero_bg/use_btn",
["arrow_direction"]=1,
["arrow_offset"]={ ["arrow_offset"]={
0, 0,
0 0
@ -370,6 +391,6 @@ local tutorial = {
} }
} }
local config = { local config = {
data=tutorial,count=30 data=tutorial,count=32
} }
return config return config