更新配置

This commit is contained in:
chenxi 2023-04-24 17:25:59 +08:00
parent b96d0f5cdf
commit c42a3dd0b1
22 changed files with 338 additions and 180 deletions

View File

@ -171,8 +171,8 @@ local buff = {
["name"]="heal", ["name"]="heal",
["buff_type"]=5, ["buff_type"]=5,
["formula"]=3, ["formula"]=3,
["fx_take"]={ ["fx_get"]={
4001 300025
} }
}, },
[33]={ [33]={

View File

@ -1,6 +1,5 @@
local LocalizationGlobalConst = local LocalizationGlobalConst =
{ {
MAIN_DESC_1 = "MAIN_DESC_1",
MAIN_BTN_1 = "MAIN_BTN_1", MAIN_BTN_1 = "MAIN_BTN_1",
QLT_DESC_1 = "QLT_DESC_1", QLT_DESC_1 = "QLT_DESC_1",
QLT_DESC_2 = "QLT_DESC_2", QLT_DESC_2 = "QLT_DESC_2",
@ -42,6 +41,7 @@ local LocalizationGlobalConst =
HERO_DESC_10 = "HERO_DESC_10", HERO_DESC_10 = "HERO_DESC_10",
BATTLE_DESC_8 = "BATTLE_DESC_8", BATTLE_DESC_8 = "BATTLE_DESC_8",
MAIN_BTN_2 = "MAIN_BTN_2", MAIN_BTN_2 = "MAIN_BTN_2",
MAIN_DESC_1 = "MAIN_DESC_1",
} }
return LocalizationGlobalConst return LocalizationGlobalConst

View File

@ -1243,10 +1243,10 @@ local monster_chapter = {
10040 10040
}, },
["skill"]={ ["skill"]={
10041,
10042 10042
}, },
["passive_skill"]={ ["passive_skill"]={
10041,
10044 10044
}, },
["monster_exp"]=18000 ["monster_exp"]=18000
@ -1443,10 +1443,10 @@ local monster_chapter = {
10040 10040
}, },
["skill"]={ ["skill"]={
10041,
10043 10043
}, },
["passive_skill"]={ ["passive_skill"]={
10041,
10044 10044
}, },
["monster_exp"]=22000 ["monster_exp"]=22000
@ -1708,10 +1708,10 @@ local monster_chapter = {
10040 10040
}, },
["skill"]={ ["skill"]={
10041,
10043 10043
}, },
["passive_skill"]={ ["passive_skill"]={
10041,
10044 10044
}, },
["monster_exp"]=22000 ["monster_exp"]=22000
@ -1838,10 +1838,10 @@ local monster_chapter = {
10040 10040
}, },
["skill"]={ ["skill"]={
10041,
10043 10043
}, },
["passive_skill"]={ ["passive_skill"]={
10041,
10044 10044
}, },
["monster_exp"]=12000 ["monster_exp"]=12000
@ -2033,10 +2033,10 @@ local monster_chapter = {
10040 10040
}, },
["skill"]={ ["skill"]={
10041,
10043 10043
}, },
["passive_skill"]={ ["passive_skill"]={
10041,
10044 10044
}, },
["monster_exp"]=18000 ["monster_exp"]=18000

View File

@ -32,7 +32,7 @@ local skill = {
["effect"]={ ["effect"]={
{ {
["type"]="dmg_addition_all_add", ["type"]="dmg_addition_all_add",
["num"]=4000, ["num"]=3000,
["ratio"]=10000, ["ratio"]=10000,
["round"]=0 ["round"]=0
} }
@ -97,7 +97,8 @@ local skill = {
["shake_type"]=1, ["shake_type"]=1,
["sound_hit"]=1200110, ["sound_hit"]=1200110,
["name_act"]="support01", ["name_act"]="support01",
["fx_target"]=2 ["fx_target"]=2,
["fx_target_delay"]=633
}, },
[1200111]={ [1200111]={
["position"]=1, ["position"]=1,
@ -119,7 +120,7 @@ local skill = {
["name_act"]="attack01", ["name_act"]="attack01",
["fx_self"]=300017, ["fx_self"]=300017,
["fx_target"]=2, ["fx_target"]=2,
["fx_target_delay"]=90 ["fx_target_delay"]=300
}, },
[1200112]={ [1200112]={
["position"]=1, ["position"]=1,
@ -141,7 +142,7 @@ local skill = {
["name_act"]="attack02", ["name_act"]="attack02",
["fx_self"]=300018, ["fx_self"]=300018,
["fx_target"]=2, ["fx_target"]=2,
["fx_target_delay"]=90 ["fx_target_delay"]=333
}, },
[1200113]={ [1200113]={
["position"]=1, ["position"]=1,
@ -163,7 +164,7 @@ local skill = {
["name_act"]="attack03", ["name_act"]="attack03",
["fx_self"]=300019, ["fx_self"]=300019,
["fx_target"]=2, ["fx_target"]=2,
["fx_target_delay"]=90 ["fx_target_delay"]=300
}, },
[1200114]={ [1200114]={
["position"]=1, ["position"]=1,
@ -185,7 +186,7 @@ local skill = {
["name_act"]="attack04", ["name_act"]="attack04",
["fx_self"]=300020, ["fx_self"]=300020,
["fx_target"]=2, ["fx_target"]=2,
["fx_target_delay"]=90 ["fx_target_delay"]=333
}, },
[1200120]={ [1200120]={
["energy"]=10, ["energy"]=10,
@ -208,7 +209,8 @@ local skill = {
["effect_type"]=1, ["effect_type"]=1,
["trigger"]=1, ["trigger"]=1,
["skill_position"]=2, ["skill_position"]=2,
["sound_hit"]=1200120 ["sound_hit"]=1200120,
["fx_target_delay"]=900
}, },
[2200110]={ [2200110]={
["position"]=2, ["position"]=2,
@ -227,7 +229,8 @@ local skill = {
["shake_type"]=1, ["shake_type"]=1,
["sound_hit"]=2200110, ["sound_hit"]=2200110,
["name_act"]="support01", ["name_act"]="support01",
["fx_target"]=4 ["fx_target"]=4,
["fx_target_delay"]=333
}, },
[2200111]={ [2200111]={
["position"]=2, ["position"]=2,
@ -249,7 +252,7 @@ local skill = {
["name_act"]="attack01", ["name_act"]="attack01",
["fx_self"]=300004, ["fx_self"]=300004,
["fx_target"]=4, ["fx_target"]=4,
["fx_target_delay"]=90 ["fx_target_delay"]=366
}, },
[2200112]={ [2200112]={
["position"]=2, ["position"]=2,
@ -271,7 +274,7 @@ local skill = {
["name_act"]="attack02", ["name_act"]="attack02",
["fx_self"]=300005, ["fx_self"]=300005,
["fx_target"]=4, ["fx_target"]=4,
["fx_target_delay"]=90 ["fx_target_delay"]=400
}, },
[2200113]={ [2200113]={
["position"]=2, ["position"]=2,
@ -293,7 +296,7 @@ local skill = {
["name_act"]="attack03", ["name_act"]="attack03",
["fx_self"]=300006, ["fx_self"]=300006,
["fx_target"]=4, ["fx_target"]=4,
["fx_target_delay"]=90 ["fx_target_delay"]=333
}, },
[2200114]={ [2200114]={
["position"]=2, ["position"]=2,
@ -315,7 +318,7 @@ local skill = {
["name_act"]="attack04", ["name_act"]="attack04",
["fx_self"]=300007, ["fx_self"]=300007,
["fx_target"]=4, ["fx_target"]=4,
["fx_target_delay"]=90 ["fx_target_delay"]=433
}, },
[2200120]={ [2200120]={
["energy"]=10, ["energy"]=10,
@ -342,7 +345,8 @@ local skill = {
["sound_hit"]=2200120, ["sound_hit"]=2200120,
["name_act"]="skill01", ["name_act"]="skill01",
["fx_self"]=300008, ["fx_self"]=300008,
["fx_target"]=4 ["fx_target"]=4,
["fx_target_delay"]=1100
}, },
[2200121]={ [2200121]={
["energy"]=10, ["energy"]=10,
@ -421,14 +425,12 @@ local skill = {
} }
}, },
["obj"]=2, ["obj"]=2,
["skill_position"]=1, ["skill_position"]=2,
["shake_time"]=100, ["shake_time"]=100,
["shake_type"]=1, ["shake_type"]=1,
["sound_hit"]=2300111, ["sound_hit"]=2300111,
["name_act"]="attack01", ["name_act"]="attack01",
["fx_self"]=300026, ["fx_target"]=300026
["fx_target"]=4,
["fx_target_delay"]=90
}, },
[2300112]={ [2300112]={
["position"]=2, ["position"]=2,
@ -443,14 +445,12 @@ local skill = {
} }
}, },
["obj"]=2, ["obj"]=2,
["skill_position"]=1, ["skill_position"]=2,
["shake_time"]=100, ["shake_time"]=100,
["shake_type"]=1, ["shake_type"]=1,
["sound_hit"]=2300112, ["sound_hit"]=2300112,
["name_act"]="attack02", ["name_act"]="attack02",
["fx_self"]=300027, ["fx_target"]=300027
["fx_target"]=4,
["fx_target_delay"]=90
}, },
[2300113]={ [2300113]={
["position"]=2, ["position"]=2,
@ -465,14 +465,12 @@ local skill = {
} }
}, },
["obj"]=2, ["obj"]=2,
["skill_position"]=1, ["skill_position"]=2,
["shake_time"]=100, ["shake_time"]=100,
["shake_type"]=1, ["shake_type"]=1,
["sound_hit"]=2300113, ["sound_hit"]=2300113,
["name_act"]="attack03", ["name_act"]="attack03",
["fx_self"]=300028, ["fx_target"]=300028
["fx_target"]=4,
["fx_target_delay"]=90
}, },
[2300114]={ [2300114]={
["position"]=2, ["position"]=2,
@ -487,14 +485,12 @@ local skill = {
} }
}, },
["obj"]=2, ["obj"]=2,
["skill_position"]=1, ["skill_position"]=2,
["shake_time"]=100, ["shake_time"]=100,
["shake_type"]=1, ["shake_type"]=1,
["sound_hit"]=2300114, ["sound_hit"]=2300114,
["name_act"]="attack04", ["name_act"]="attack04",
["fx_self"]=300029, ["fx_target"]=300029
["fx_target"]=4,
["fx_target_delay"]=90
}, },
[2300120]={ [2300120]={
["energy"]=10, ["energy"]=10,
@ -516,7 +512,7 @@ local skill = {
}, },
["obj"]=1, ["obj"]=1,
["skill_position"]=2, ["skill_position"]=2,
["sound_hit"]=2300120 ["sound_hit"]=2300111
}, },
[2300121]={ [2300121]={
["energy"]=10, ["energy"]=10,
@ -556,13 +552,13 @@ local skill = {
}, },
["obj"]=1, ["obj"]=1,
["skill_position"]=2, ["skill_position"]=2,
["sound_hit"]=2300120 ["sound_hit"]=2300111
}, },
[2300122]={ [2300122]={
["energy"]=10, ["energy"]=10,
["link"]=1, ["link"]=1,
["position"]=2, ["position"]=2,
["method"]=1, ["method"]=2,
["skill_type"]=2, ["skill_type"]=2,
["skill_type_parameter"]={ ["skill_type_parameter"]={
2 2
@ -599,7 +595,7 @@ local skill = {
}, },
["obj"]=1, ["obj"]=1,
["skill_position"]=2, ["skill_position"]=2,
["sound_hit"]=2300120 ["sound_hit"]=2300111
}, },
[3200110]={ [3200110]={
["position"]=3, ["position"]=3,
@ -640,7 +636,7 @@ local skill = {
["name_act"]="attack01", ["name_act"]="attack01",
["fx_self"]=300000, ["fx_self"]=300000,
["fx_target"]=6, ["fx_target"]=6,
["fx_target_delay"]=90 ["fx_target_delay"]=230
}, },
[3200112]={ [3200112]={
["position"]=3, ["position"]=3,
@ -662,7 +658,7 @@ local skill = {
["name_act"]="attack02", ["name_act"]="attack02",
["fx_self"]=300001, ["fx_self"]=300001,
["fx_target"]=5, ["fx_target"]=5,
["fx_target_delay"]=90 ["fx_target_delay"]=200
}, },
[3200113]={ [3200113]={
["position"]=3, ["position"]=3,
@ -684,7 +680,7 @@ local skill = {
["name_act"]="attack03", ["name_act"]="attack03",
["fx_self"]=300002, ["fx_self"]=300002,
["fx_target"]=6, ["fx_target"]=6,
["fx_target_delay"]=90 ["fx_target_delay"]=230
}, },
[3200114]={ [3200114]={
["position"]=3, ["position"]=3,
@ -706,7 +702,7 @@ local skill = {
["name_act"]="attack04", ["name_act"]="attack04",
["fx_self"]=300003, ["fx_self"]=300003,
["fx_target"]=6, ["fx_target"]=6,
["fx_target_delay"]=90 ["fx_target_delay"]=266
}, },
[3200120]={ [3200120]={
["energy"]=10, ["energy"]=10,
@ -733,7 +729,8 @@ local skill = {
["sound_hit"]=3200120, ["sound_hit"]=3200120,
["name_act"]="skill01", ["name_act"]="skill01",
["fx_self"]=300033, ["fx_self"]=300033,
["fx_target"]=6 ["fx_target"]=6,
["fx_target_delay"]=833
}, },
[3300110]={ [3300110]={
["position"]=3, ["position"]=3,
@ -875,7 +872,8 @@ local skill = {
["shake_type"]=1, ["shake_type"]=1,
["sound_hit"]=4200110, ["sound_hit"]=4200110,
["name_act"]="support01", ["name_act"]="support01",
["fx_target"]=7 ["fx_target"]=7,
["fx_target_delay"]=90
}, },
[4200111]={ [4200111]={
["position"]=4, ["position"]=4,
@ -993,7 +991,8 @@ local skill = {
["shake_type"]=1, ["shake_type"]=1,
["sound_hit"]=4300110, ["sound_hit"]=4300110,
["name_act"]="support01", ["name_act"]="support01",
["fx_target"]=8 ["fx_target"]=8,
["fx_target_delay"]=733
}, },
[4300111]={ [4300111]={
["position"]=4, ["position"]=4,
@ -1008,14 +1007,12 @@ local skill = {
} }
}, },
["obj"]=2, ["obj"]=2,
["skill_position"]=1, ["skill_position"]=2,
["shake_time"]=100, ["shake_time"]=100,
["shake_type"]=1, ["shake_type"]=1,
["sound_hit"]=4300111, ["sound_hit"]=4300111,
["name_act"]="attack01", ["name_act"]="attack01",
["fx_self"]=300030, ["fx_target"]=300030
["fx_target"]=8,
["fx_target_delay"]=90
}, },
[4300112]={ [4300112]={
["position"]=4, ["position"]=4,
@ -1030,14 +1027,12 @@ local skill = {
} }
}, },
["obj"]=2, ["obj"]=2,
["skill_position"]=1, ["skill_position"]=2,
["shake_time"]=100, ["shake_time"]=100,
["shake_type"]=1, ["shake_type"]=1,
["sound_hit"]=4300112, ["sound_hit"]=4300112,
["name_act"]="attack02", ["name_act"]="attack02",
["fx_self"]=300030, ["fx_target"]=300030
["fx_target"]=8,
["fx_target_delay"]=90
}, },
[4300113]={ [4300113]={
["position"]=4, ["position"]=4,
@ -1052,14 +1047,12 @@ local skill = {
} }
}, },
["obj"]=2, ["obj"]=2,
["skill_position"]=1, ["skill_position"]=2,
["shake_time"]=100, ["shake_time"]=100,
["shake_type"]=1, ["shake_type"]=1,
["sound_hit"]=4300113, ["sound_hit"]=4300113,
["name_act"]="attack03", ["name_act"]="attack03",
["fx_self"]=300030, ["fx_target"]=300030
["fx_target"]=8,
["fx_target_delay"]=90
}, },
[4300114]={ [4300114]={
["position"]=4, ["position"]=4,
@ -1074,14 +1067,12 @@ local skill = {
} }
}, },
["obj"]=2, ["obj"]=2,
["skill_position"]=1, ["skill_position"]=2,
["shake_time"]=100, ["shake_time"]=100,
["shake_type"]=1, ["shake_type"]=1,
["sound_hit"]=4300114, ["sound_hit"]=4300114,
["name_act"]="attack04", ["name_act"]="attack04",
["fx_self"]=300030, ["fx_target"]=300030
["fx_target"]=8,
["fx_target_delay"]=90
}, },
[4300120]={ [4300120]={
["energy"]=10, ["energy"]=10,
@ -1107,7 +1098,7 @@ local skill = {
["round"]=1 ["round"]=1
} }
}, },
["skill_position"]=1, ["skill_position"]=2,
["shake_time"]=100, ["shake_time"]=100,
["shake_type"]=3, ["shake_type"]=3,
["sound_hit"]=4300120, ["sound_hit"]=4300120,
@ -1157,10 +1148,10 @@ local skill = {
["round"]=1 ["round"]=1
} }
}, },
["skill_position"]=1, ["skill_position"]=2,
["shake_time"]=100, ["shake_time"]=100,
["shake_type"]=3, ["shake_type"]=3,
["sound_hit"]=4300121, ["sound_hit"]=4300120,
["name_act"]="skill01", ["name_act"]="skill01",
["fx_self"]=300031, ["fx_self"]=300031,
["fx_target"]=300032 ["fx_target"]=300032
@ -1182,7 +1173,8 @@ local skill = {
["shake_type"]=1, ["shake_type"]=1,
["sound_hit"]=5200110, ["sound_hit"]=5200110,
["name_act"]="support01", ["name_act"]="support01",
["fx_target"]=10 ["fx_target"]=10,
["fx_target_delay"]=666
}, },
[5200111]={ [5200111]={
["position"]=5, ["position"]=5,
@ -1590,7 +1582,7 @@ local skill = {
} }
}, },
["obj"]=2, ["obj"]=2,
["skill_position"]=1, ["skill_position"]=2,
["shake_time"]=100, ["shake_time"]=100,
["shake_type"]=1, ["shake_type"]=1,
["sound_hit"]=10001, ["sound_hit"]=10001,
@ -1609,7 +1601,7 @@ local skill = {
} }
}, },
["obj"]=2, ["obj"]=2,
["skill_position"]=1, ["skill_position"]=2,
["shake_time"]=100, ["shake_time"]=100,
["shake_type"]=1, ["shake_type"]=1,
["sound_hit"]=10002, ["sound_hit"]=10002,
@ -1628,7 +1620,7 @@ local skill = {
} }
}, },
["obj"]=2, ["obj"]=2,
["skill_position"]=1, ["skill_position"]=2,
["shake_time"]=100, ["shake_time"]=100,
["shake_type"]=1, ["shake_type"]=1,
["sound_hit"]=10003, ["sound_hit"]=10003,

View File

@ -254,7 +254,7 @@ local skill_rogue = {
[19]={ [19]={
["universal"]=1, ["universal"]=1,
["limit_times"]=1, ["limit_times"]=1,
["weight"]=3000, ["weight"]=1500,
["qlt"]=3, ["qlt"]=3,
["type"]=9, ["type"]=9,
["effect"]={ ["effect"]={
@ -673,7 +673,7 @@ local skill_rogue = {
} }
}, },
["obj"]=1, ["obj"]=1,
["icon"]="31" ["icon"]="63"
}, },
[200102]={ [200102]={
["limit_times"]=1, ["limit_times"]=1,
@ -684,8 +684,8 @@ local skill_rogue = {
1, 1,
3000 3000
}, },
["skill_position"]=5, ["skill_position"]=3,
["icon"]="32" ["icon"]="64"
}, },
[200103]={ [200103]={
["limit_times"]=1, ["limit_times"]=1,
@ -721,8 +721,8 @@ local skill_rogue = {
1, 1,
3000 3000
}, },
["skill_position"]=5, ["skill_position"]=2,
["icon"]="34" ["icon"]="65"
}, },
[200202]={ [200202]={
["limit_times"]=1, ["limit_times"]=1,
@ -851,8 +851,8 @@ local skill_rogue = {
["parameter"]={ ["parameter"]={
5200121 5200121
}, },
["skill_position"]=2, ["skill_position"]=5,
["icon"]="40" ["icon"]="66"
}, },
[200500]={ [200500]={
["limit_times"]=1, ["limit_times"]=1,
@ -931,8 +931,8 @@ local skill_rogue = {
1, 1,
400 400
}, },
["skill_position"]=5, ["skill_position"]=3,
["icon"]="46" ["icon"]="67"
}, },
[200602]={ [200602]={
["limit_times"]=1, ["limit_times"]=1,

View File

@ -41,7 +41,6 @@ local localization_global =
["HERO_DESC_10"] = "通关章节{0}解锁", ["HERO_DESC_10"] = "通关章节{0}解锁",
["BATTLE_DESC_8"] = "还有可上阵英雄", ["BATTLE_DESC_8"] = "还有可上阵英雄",
["MAIN_BTN_2"] = "英雄", ["MAIN_BTN_2"] = "英雄",
["MAIN_DESC_1"] = "第{0}章", ["MAIN_DESC_1"] = "第{0}章",
} }

View File

@ -54,7 +54,7 @@ local skill_rogue = {
["desc"]="紫色攻击+<color=#3cff28>{0}</color>" ["desc"]="紫色攻击+<color=#3cff28>{0}</color>"
}, },
[19]={ [19]={
["desc"]="角色血量低于50%时所有伤害增加<color=#3cff28>40%</color>" ["desc"]="角色血量低于50%时所有伤害增加<color=#3cff28>30%</color>"
}, },
[20]={ [20]={
["desc"]="获得经验+<color=#3cff28>5%</color>" ["desc"]="获得经验+<color=#3cff28>5%</color>"

View File

@ -0,0 +1,18 @@
local tutorial = {
["tutorial_txt_1"]={
["value"]="选择技能,继续战斗"
},
["tutorial_txt_2"]={
["value"]="领取宝箱,解锁新英雄"
},
["tutorial_txt_3"]={
["value"]="领取宝箱,获取英雄碎片"
},
["tutorial_txt_4"]={
["value"]="领取宝箱,获取第五位英雄"
}
}
local config = {
data=tutorial,count=4
}
return config

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: ae58984fe0d4f8a4c804486a8a461ae4
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}

View File

@ -0,0 +1,18 @@
local tutorial = {
["tutorial_txt_1"]={
},
["tutorial_txt_2"]={
},
["tutorial_txt_3"]={
},
["tutorial_txt_4"]={
}
}
local config = {
data=tutorial,count=4
}
return config

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: 0ca67258e67783742b49739bd1e758f2
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}

View File

@ -0,0 +1,18 @@
local tutorial = {
["tutorial_txt_1"]={
},
["tutorial_txt_2"]={
},
["tutorial_txt_3"]={
},
["tutorial_txt_4"]={
}
}
local config = {
data=tutorial,count=4
}
return config

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: f206d504a349e0b4ea6d85f0b7a2cb82
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}

View File

@ -0,0 +1,18 @@
local tutorial = {
["tutorial_txt_1"]={
},
["tutorial_txt_2"]={
},
["tutorial_txt_3"]={
},
["tutorial_txt_4"]={
}
}
local config = {
data=tutorial,count=4
}
return config

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: a7aac98247357de46b6a13637dcdd9a5
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}

View File

@ -0,0 +1,18 @@
local tutorial = {
["tutorial_txt_1"]={
},
["tutorial_txt_2"]={
},
["tutorial_txt_3"]={
},
["tutorial_txt_4"]={
}
}
local config = {
data=tutorial,count=4
}
return config

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: bd682a2e1e8472b4192391ea18adbc90
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}

View File

@ -0,0 +1,18 @@
local tutorial = {
["tutorial_txt_1"]={
},
["tutorial_txt_2"]={
},
["tutorial_txt_3"]={
},
["tutorial_txt_4"]={
}
}
local config = {
data=tutorial,count=4
}
return config

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: b0b4cc1ff636bae4e9a2260e606f7a8a
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}

View File

@ -0,0 +1,18 @@
local tutorial = {
["tutorial_txt_1"]={
},
["tutorial_txt_2"]={
},
["tutorial_txt_3"]={
},
["tutorial_txt_4"]={
}
}
local config = {
data=tutorial,count=4
}
return config

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: a44e45431d695df44a65a931d318964a
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 3b8b241bab4a4ac9a22fcce9c64f1242, type: 3}

View File

@ -22,7 +22,12 @@ local tutorial = {
}, },
[10030]={ [10030]={
["next_id"]=10040, ["next_id"]=10040,
["type"]=2, ["type"]=3,
["txt"]="tutorial_txt_1",
["txt_offset"]={
0,
0
},
["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_direction"]=1,
["arrow_offset"]={ ["arrow_offset"]={
@ -82,8 +87,13 @@ local tutorial = {
}, },
[20000]={ [20000]={
["next_id"]=20010, ["next_id"]=20010,
["type"]=2, ["type"]=3,
["target_name"]="main_ui(Clone)/sub_ui_node/main_comp/chapter/left_arrow/btn", ["txt"]="tutorial_txt_2",
["txt_offset"]={
0,
0
},
["target_name"]="main_ui(Clone)/sub_ui_node/main_comp/chapter/progress_bg/box_1",
["arrow_direction"]=1, ["arrow_direction"]=1,
["arrow_offset"]={ ["arrow_offset"]={
0, 0,
@ -98,34 +108,18 @@ local tutorial = {
}, },
[20010]={ [20010]={
["next_id"]=20020, ["next_id"]=20020,
["type"]=2,
["target_name"]="main_ui(Clone)/sub_ui_node/main_comp/chapter/progress_bg/box_1",
["arrow_direction"]=1,
["arrow_offset"]={
0,
0
},
["show_mask"]=2,
["circle_r"]=100,
["circle_offset"]={
0,
0
}
},
[20020]={
["next_id"]=20030,
["type"]=4, ["type"]=4,
["finish"]=1, ["finish"]=1,
["finish_parameter"]=2 ["finish_parameter"]=2
}, },
[20030]={ [20020]={
["next_id"]=20040, ["next_id"]=20030,
["type"]=5, ["type"]=5,
["finish"]=2, ["finish"]=2,
["finish_parameter"]=2 ["finish_parameter"]=2
}, },
[20040]={ [20030]={
["next_id"]=20050, ["next_id"]=20040,
["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_direction"]=1,
@ -143,8 +137,8 @@ local tutorial = {
0 0
} }
}, },
[20050]={ [20040]={
["next_id"]=20060, ["next_id"]=20050,
["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_direction"]=1,
@ -154,16 +148,16 @@ local tutorial = {
}, },
["show_mask"]=1, ["show_mask"]=1,
["square_size"]={ ["square_size"]={
50, 25,
100 50
}, },
["square_offset"]={ ["square_offset"]={
0, 0,
0 0
} }
}, },
[20060]={ [20050]={
["next_id"]=20070, ["next_id"]=20060,
["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_direction"]=1,
@ -173,16 +167,16 @@ local tutorial = {
}, },
["show_mask"]=1, ["show_mask"]=1,
["square_size"]={ ["square_size"]={
100, 50,
50 25
}, },
["square_offset"]={ ["square_offset"]={
0, 0,
0 0
} }
}, },
[20070]={ [20060]={
["next_id"]=20080, ["next_id"]=20070,
["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_direction"]=1,
@ -191,8 +185,8 @@ local tutorial = {
0 0
} }
}, },
[20080]={ [20070]={
["next_id"]=20090, ["next_id"]=20080,
["type"]=2, ["type"]=2,
["target_name"]="main_ui(Clone)/sub_ui_node/hero_ui/scrollrect/viewport/content/scroll_cell_1/prop_node/hero_cell_1", ["target_name"]="main_ui(Clone)/sub_ui_node/hero_ui/scrollrect/viewport/content/scroll_cell_1/prop_node/hero_cell_1",
["arrow_direction"]=1, ["arrow_direction"]=1,
@ -202,16 +196,16 @@ local tutorial = {
}, },
["show_mask"]=1, ["show_mask"]=1,
["square_size"]={ ["square_size"]={
50, 25,
100 50
}, },
["square_offset"]={ ["square_offset"]={
0, 0,
0 0
} }
}, },
[20090]={ [20080]={
["next_id"]=20100, ["next_id"]=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_direction"]=1,
@ -220,8 +214,7 @@ local tutorial = {
0 0
} }
}, },
[20100]={ [20090]={
["next_id"]=20110,
["type"]=2, ["type"]=2,
["target_name"]="main_ui(Clone)/bottom_node/bottom_btn_cell_1", ["target_name"]="main_ui(Clone)/bottom_node/bottom_btn_cell_1",
["arrow_direction"]=1, ["arrow_direction"]=1,
@ -239,24 +232,14 @@ local tutorial = {
0 0
} }
}, },
[20110]={ [30000]={
["type"]=2, ["next_id"]=30010,
["target_name"]="main_ui(Clone)/sub_ui_node/main_comp/chapter/right_arrow/btn", ["type"]=3,
["arrow_direction"]=1, ["txt"]="tutorial_txt_3",
["arrow_offset"]={ ["txt_offset"]={
0, 0,
0 0
}, },
["show_mask"]=2,
["circle_r"]=100,
["circle_offset"]={
0,
0
}
},
[30000]={
["next_id"]=30010,
["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_direction"]=1,
["arrow_offset"]={ ["arrow_offset"]={
@ -293,8 +276,8 @@ local tutorial = {
}, },
["show_mask"]=1, ["show_mask"]=1,
["square_size"]={ ["square_size"]={
50, 25,
100 50
}, },
["square_offset"]={ ["square_offset"]={
0, 0,
@ -313,7 +296,12 @@ 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/left_arrow/btn", ["txt"]="tutorial_txt_4",
["txt_offset"]={
0,
0
},
["target_name"]="main_ui(Clone)/sub_ui_node/main_comp/chapter/progress_bg/box_2",
["arrow_direction"]=1, ["arrow_direction"]=1,
["arrow_offset"]={ ["arrow_offset"]={
0, 0,
@ -328,34 +316,18 @@ 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
}, },
[40030]={ [40020]={
["next_id"]=40040, ["next_id"]=40030,
["type"]=5, ["type"]=5,
["finish"]=2, ["finish"]=2,
["finish_parameter"]=2 ["finish_parameter"]=2
}, },
[40040]={ [40030]={
["next_id"]=40050, ["next_id"]=40040,
["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_direction"]=1,
@ -373,8 +345,8 @@ local tutorial = {
0 0
} }
}, },
[40050]={ [40040]={
["next_id"]=40060, ["next_id"]=40050,
["type"]=2, ["type"]=2,
["target_name"]="main_ui(Clone)/sub_ui_node/hero_ui/scrollrect/viewport/content/scroll_cell_2/prop_node/hero_cell_1", ["target_name"]="main_ui(Clone)/sub_ui_node/hero_ui/scrollrect/viewport/content/scroll_cell_2/prop_node/hero_cell_1",
["arrow_direction"]=1, ["arrow_direction"]=1,
@ -384,16 +356,16 @@ local tutorial = {
}, },
["show_mask"]=1, ["show_mask"]=1,
["square_size"]={ ["square_size"]={
50, 25,
100 50
}, },
["square_offset"]={ ["square_offset"]={
0, 0,
0 0
} }
}, },
[40060]={ [40050]={
["next_id"]=40070, ["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_direction"]=1,
@ -403,27 +375,26 @@ local tutorial = {
}, },
["show_mask"]=1, ["show_mask"]=1,
["square_size"]={ ["square_size"]={
100, 50,
50 25
}, },
["square_offset"]={ ["square_offset"]={
0, 0,
0 0
} }
}, },
[40070]={ [40060]={
["next_id"]=40080, ["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_direction"]=1,
["arrow_offset"]={ ["arrow_offset"]={
0, 0,
0 0
}, }
["show_mask"]=1
}, },
[40080]={ [40070]={
["next_id"]=40090, ["next_id"]=40080,
["type"]=2, ["type"]=2,
["target_name"]="main_ui(Clone)/sub_ui_node/hero_ui/scrollrect/viewport/content/scroll_cell_2/prop_node/hero_cell_1", ["target_name"]="main_ui(Clone)/sub_ui_node/hero_ui/scrollrect/viewport/content/scroll_cell_2/prop_node/hero_cell_1",
["arrow_direction"]=1, ["arrow_direction"]=1,
@ -433,15 +404,15 @@ local tutorial = {
}, },
["show_mask"]=1, ["show_mask"]=1,
["square_size"]={ ["square_size"]={
50, 25,
100 50
}, },
["square_offset"]={ ["square_offset"]={
0, 0,
0 0
} }
}, },
[40090]={ [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_direction"]=1,
@ -452,6 +423,6 @@ local tutorial = {
} }
} }
local config = { local config = {
data=tutorial,count=36 data=tutorial,count=33
} }
return config return config