From 8225215773855fc3052e3ad4168d4396d20eec3b Mon Sep 17 00:00:00 2001 From: xiekaidong Date: Thu, 18 May 2023 22:10:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/app/config/hero.lua | 110 ++++++++++++++++- lua/app/config/item.lua | 7 +- lua/app/config/skill.lua | 187 ++++++++++++++++++++++++++++- lua/app/config/skill_rogue.lua | 96 ++++++++++++--- lua/app/config/strings/cn/item.lua | 22 +++- lua/app/config/strings/de/item.lua | 8 +- lua/app/config/strings/en/item.lua | 8 +- lua/app/config/strings/fr/item.lua | 8 +- lua/app/config/strings/id/item.lua | 8 +- lua/app/config/strings/ja/item.lua | 8 +- lua/app/config/strings/ko/item.lua | 8 +- lua/app/config/strings/pt/item.lua | 8 +- lua/app/config/strings/ru/item.lua | 8 +- lua/app/config/strings/th/item.lua | 8 +- lua/app/config/strings/vi/item.lua | 8 +- lua/app/config/strings/zh/item.lua | 8 +- 16 files changed, 475 insertions(+), 35 deletions(-) diff --git a/lua/app/config/hero.lua b/lua/app/config/hero.lua index a00d558a..ae9df3a8 100644 --- a/lua/app/config/hero.lua +++ b/lua/app/config/hero.lua @@ -814,6 +814,56 @@ local hero = { [43002]={ ["position"]=4, ["qlt"]=3, + ["hurt_skill"]={ + 4300210, + 4300211, + 4300212, + 4300213 + }, + ["base_skill"]=4300220, + ["rouge_skill"]=4300300, + ["rouge_skill_1"]=4300301, + ["rouge_skill_2"]=4300302, + ["rouge_skill_3"]=4300303, + ["rouge_skill_4"]=4300304, + ["rouge_skill_5"]=4300305, + ["rouge_skill_6"]=4300306, + ["rouge_skill_7"]=4300307, + ["begin_lv"]=3, + ["hp"]={ + 2000000, + 2400000, + 2800000, + 3220000, + 3660000, + 4120000, + 4620000, + 5160000, + 5760000, + 6420000, + 7140000, + 7940000, + 8840000, + 9840000, + 10980000 + }, + ["atk"]={ + 1000000, + 1200000, + 1400000, + 1610000, + 1830000, + 2060000, + 2310000, + 2580000, + 2880000, + 3210000, + 3570000, + 3970000, + 4420000, + 4920000, + 5490000 + }, ["model_id"]="p0003", ["icon"]="3", ["item_id"]=43002, @@ -934,9 +984,67 @@ local hero = { ["icon"]="4", ["item_id"]=52001, ["unlock_chapter"]=1 + }, + [53001]={ + ["position"]=5, + ["qlt"]=3, + ["hurt_skill"]={ + 5200110, + 5200111, + 5200112, + 5200113 + }, + ["base_skill"]=5200120, + ["rouge_skill"]=5200100, + ["rouge_skill_1"]=5200101, + ["rouge_skill_2"]=5200102, + ["rouge_skill_3"]=5200103, + ["rouge_skill_4"]=5200104, + ["rouge_skill_5"]=5200105, + ["rouge_skill_6"]=5200106, + ["rouge_skill_7"]=5200107, + ["begin_lv"]=3, + ["hp"]={ + 2000000, + 2400000, + 2800000, + 3220000, + 3660000, + 4120000, + 4620000, + 5160000, + 5760000, + 6420000, + 7140000, + 7940000, + 8840000, + 9840000, + 10980000 + }, + ["atk"]={ + 1000000, + 1200000, + 1400000, + 1610000, + 1830000, + 2060000, + 2310000, + 2580000, + 2880000, + 3210000, + 3570000, + 3970000, + 4420000, + 4920000, + 5490000 + }, + ["model_id"]="p0004", + ["icon"]="4", + ["item_id"]=53001, + ["unlock_chapter"]=1 } } local config = { -data=hero,count=17 +data=hero,count=18 } return config \ No newline at end of file diff --git a/lua/app/config/item.lua b/lua/app/config/item.lua index 53a62c97..563a349a 100644 --- a/lua/app/config/item.lua +++ b/lua/app/config/item.lua @@ -293,6 +293,11 @@ local item = { } } }, + [19]={ + ["type"]=2, + ["qlt"]=1, + ["icon"]="19" + }, [12001]={ ["type"]=5, ["parameter"]=12001, @@ -367,6 +372,6 @@ local item = { } } local config = { -data=item,count=30 +data=item,count=31 } return config \ No newline at end of file diff --git a/lua/app/config/skill.lua b/lua/app/config/skill.lua index 7417e85c..442d02f8 100644 --- a/lua/app/config/skill.lua +++ b/lua/app/config/skill.lua @@ -3053,6 +3053,7 @@ local skill = { ["boardrange"]={ }, + ["battle_icon"]="8", ["effect_type"]=1, ["trigger"]=1, ["effect"]={ @@ -3157,6 +3158,190 @@ local skill = { ["name_act"]="attack01", ["fx_target"]=300009 }, + [4300211]={ + ["position"]=4, + ["effect_type"]=1, + ["trigger"]=1, + ["effect"]={ + { + ["type"]="hurt_blue", + ["num"]=10000, + ["ratio"]=10000, + ["round"]=0 + } + }, + ["obj"]=2, + ["skill_position"]=2, + ["shake_time"]=100, + ["shake_type"]=1, + ["sound_hit"]=4200112, + ["name_act"]="attack02", + ["fx_target"]=300010 + }, + [4300212]={ + ["position"]=4, + ["effect_type"]=1, + ["trigger"]=1, + ["effect"]={ + { + ["type"]="hurt_blue", + ["num"]=10000, + ["ratio"]=10000, + ["round"]=0 + } + }, + ["obj"]=2, + ["skill_position"]=2, + ["shake_time"]=100, + ["shake_type"]=1, + ["sound_hit"]=4200113, + ["name_act"]="attack03", + ["fx_target"]=300011 + }, + [4300213]={ + ["position"]=4, + ["effect_type"]=1, + ["trigger"]=1, + ["effect"]={ + { + ["type"]="hurt_blue", + ["num"]=10000, + ["ratio"]=10000, + ["round"]=0 + } + }, + ["obj"]=2, + ["skill_position"]=2, + ["shake_time"]=100, + ["shake_type"]=1, + ["sound_hit"]=4200114, + ["name_act"]="attack04", + ["fx_target"]=300012 + }, + [4300220]={ + ["energy"]=10, + ["link"]=1, + ["position"]=4, + ["method"]=2, + ["skill_type"]=4, + ["boardrange"]={ + + }, + ["battle_icon"]="8", + ["effect_type"]=1, + ["trigger"]=1, + ["effect"]={ + { + ["type"]="hurt_blue", + ["num"]=40000, + ["ratio"]=10000, + ["round"]=0 + }, + { + ["type"]="corrupt", + ["num"]=5000, + ["ratio"]=10000, + ["round"]=1 + } + }, + ["obj"]=2, + ["skill_position"]=2, + ["shake_time"]=200, + ["shake_type"]=6, + ["sound_hit"]=4200120, + ["name_act"]="skill01", + ["fx_target"]=300011 + }, + [4300221]={ + ["position"]=4, + ["buff_condition"]={ + { + { + ["type"]="state", + ["attr"]="vulnerable", + ["op"]=">", + ["v"]=0, + ["side"]=2 + } + } + }, + ["condition_rel"]={ + { + 1, + 1 + } + }, + ["effect_type"]=2, + ["trigger"]=6, + ["effect"]={ + { + ["type"]="normal_attack_dec", + ["num"]=1, + ["ratio"]=10000, + ["round"]=1 + } + }, + ["obj"]=2 + }, + [4300222]={ + ["position"]=4, + ["buff_condition"]={ + { + { + ["type"]="state", + ["attr"]="vulnerable", + ["op"]=">", + ["v"]=0, + ["side"]=2 + } + } + }, + ["condition_rel"]={ + { + 1, + 1 + } + }, + ["effect_type"]=2, + ["trigger"]=6, + ["effect"]={ + { + ["type"]="normal_attack_dec", + ["num"]=2, + ["ratio"]=10000, + ["round"]=1 + } + }, + ["obj"]=2 + }, + [4300223]={ + ["position"]=4, + ["effect_type"]=2, + ["trigger"]=6, + ["effect"]={ + { + ["type"]="weaken", + ["num"]=2500, + ["ratio"]=10000, + ["round"]=2 + } + }, + ["obj"]=2 + }, + [4300224]={ + ["position"]=4, + ["effect_type"]=2, + ["trigger"]=6, + ["effect"]={ + { + ["type"]="weaken", + ["num"]=2500, + ["ratio"]=10000, + ["round"]=4 + } + }, + ["obj"]=2 + }, [4400110]={ ["position"]=4, ["effect_type"]=1, @@ -5133,6 +5318,6 @@ local skill = { } } local config = { -data=skill,count=238 +data=skill,count=246 } return config \ No newline at end of file diff --git a/lua/app/config/skill_rogue.lua b/lua/app/config/skill_rogue.lua index 0f9916df..94d5170a 100644 --- a/lua/app/config/skill_rogue.lua +++ b/lua/app/config/skill_rogue.lua @@ -2356,7 +2356,8 @@ local skill_rogue = { ["limit_times"]=1, ["weight"]=3000, ["qlt"]=4, - ["type"]=6 + ["type"]=6, + ["icon"]="57" }, [4300101]={ ["limit_times"]=1, @@ -2381,7 +2382,8 @@ local skill_rogue = { ["type"]=4, ["range"]=1 } - } + }, + ["icon"]="39" }, [4300102]={ ["limit_times"]=1, @@ -2396,7 +2398,9 @@ local skill_rogue = { ["ratio"]=10000, ["round"]=1 } - } + }, + ["obj"]=6, + ["icon"]="38" }, [4300103]={ ["limit_times"]=1, @@ -2407,7 +2411,8 @@ local skill_rogue = { 2, 1 }, - ["skill_position"]=4 + ["skill_position"]=4, + ["icon"]="45" }, [4300104]={ ["limit_times"]=1, @@ -2418,7 +2423,8 @@ local skill_rogue = { 1, 30000 }, - ["skill_position"]=4 + ["skill_position"]=4, + ["icon"]="39" }, [4300105]={ ["limit_times"]=1, @@ -2433,7 +2439,9 @@ local skill_rogue = { ["ratio"]=10000, ["round"]=1 } - } + }, + ["obj"]=6, + ["icon"]="38" }, [4300106]={ ["limit_times"]=1, @@ -2448,7 +2456,9 @@ local skill_rogue = { ["ratio"]=10000, ["round"]=1 } - } + }, + ["obj"]=6, + ["icon"]="45" }, [4300107]={ ["unlock"]=4300106, @@ -2465,16 +2475,35 @@ local skill_rogue = { ["ratio"]=10000, ["round"]=1 } - } + }, + ["obj"]=6, + ["icon"]="39" }, [4300300]={ - ["limit_times"]=1 + ["limit_times"]=1, + ["icon"]="57" }, [4300301]={ - ["limit_times"]=1 + ["limit_times"]=1, + ["type"]=8, + ["parameter"]={ + 2, + 1 + }, + ["icon"]="39" }, [4300302]={ - ["limit_times"]=1 + ["limit_times"]=1, + ["effect"]={ + { + ["type"]="add_skill", + ["num"]=4300221, + ["ratio"]=10000, + ["round"]=1 + } + }, + ["obj"]=6, + ["icon"]="38" }, [4300303]={ ["limit_times"]=1, @@ -2491,13 +2520,35 @@ local skill_rogue = { } }, ["obj"]=1, - ["icon"]="44" + ["icon"]="45" }, [4300304]={ - ["limit_times"]=1 + ["unlock"]=4300302, + ["cover_unlock"]=4300302, + ["limit_times"]=1, + ["effect"]={ + { + ["type"]="add_skill", + ["num"]=4300222, + ["ratio"]=10000, + ["round"]=1 + } + }, + ["obj"]=6, + ["icon"]="39" }, [4300305]={ - ["limit_times"]=1 + ["limit_times"]=1, + ["effect"]={ + { + ["type"]="add_skill", + ["num"]=4300223, + ["ratio"]=10000, + ["round"]=1 + } + }, + ["obj"]=6, + ["icon"]="38" }, [4300306]={ ["limit_times"]=1, @@ -2522,10 +2573,23 @@ local skill_rogue = { ["type"]=4, ["range"]=1 } - } + }, + ["icon"]="45" }, [4300307]={ - ["limit_times"]=1 + ["unlock"]=4300305, + ["cover_unlock"]=4300305, + ["limit_times"]=1, + ["effect"]={ + { + ["type"]="add_skill", + ["num"]=4300224, + ["ratio"]=10000, + ["round"]=1 + } + }, + ["obj"]=6, + ["icon"]="39" }, [4400100]={ ["limit_times"]=1, diff --git a/lua/app/config/strings/cn/item.lua b/lua/app/config/strings/cn/item.lua index 50372add..b315c0e1 100644 --- a/lua/app/config/strings/cn/item.lua +++ b/lua/app/config/strings/cn/item.lua @@ -28,16 +28,20 @@ local item = { ["desc"]="累计积分可提升通行证等级。" }, [8]={ - ["name"]="木箱(优秀,稀有)" + ["name"]="木箱(优秀,稀有)", + ["desc"]="木箱(优秀,稀有)" }, [9]={ - ["name"]="木箱2(优秀,稀有)" + ["name"]="木箱2(优秀,稀有)", + ["desc"]="木箱2(优秀,稀有)" }, [10]={ - ["name"]="金箱(优秀,稀有)" + ["name"]="金箱(优秀,稀有)", + ["desc"]="金箱(优秀,稀有)" }, [11]={ - ["name"]="铂金箱(稀有,史诗)" + ["name"]="铂金箱(稀有,史诗)", + ["desc"]="铂金箱(稀有,史诗)" }, [12]={ ["name"]="经验", @@ -63,6 +67,14 @@ local item = { ["name"]="广告累计宝箱", ["desc"]="你可以在游戏种任何地点看广告,获得奖励" }, + [18]={ + ["name"]="铂金箱(稀有,史诗)", + ["desc"]="铂金箱(稀有,史诗)" + }, + [19]={ + ["name"]="随机碎片", + ["desc"]="挂机可获得随机碎片,领取后数量和品质将根据关卡提升。" + }, [12001]={ ["name"]="红R舞女碎片", ["desc"]="凑齐可解锁或升级。" @@ -113,6 +125,6 @@ local item = { } } local config = { -data=item,count=29 +data=item,count=31 } return config \ No newline at end of file diff --git a/lua/app/config/strings/de/item.lua b/lua/app/config/strings/de/item.lua index ae519c93..04cd7878 100644 --- a/lua/app/config/strings/de/item.lua +++ b/lua/app/config/strings/de/item.lua @@ -52,6 +52,12 @@ local item = { }, [17]={ + }, + [18]={ + + }, + [19]={ + }, [12001]={ @@ -91,6 +97,6 @@ local item = { } } local config = { -data=item,count=29 +data=item,count=31 } return config \ No newline at end of file diff --git a/lua/app/config/strings/en/item.lua b/lua/app/config/strings/en/item.lua index 110d718a..9f81ad17 100644 --- a/lua/app/config/strings/en/item.lua +++ b/lua/app/config/strings/en/item.lua @@ -55,6 +55,12 @@ local item = { }, [17]={ + }, + [18]={ + + }, + [19]={ + }, [12001]={ ["name"]="Roxy Shard", @@ -102,6 +108,6 @@ local item = { } } local config = { -data=item,count=29 +data=item,count=31 } return config \ No newline at end of file diff --git a/lua/app/config/strings/fr/item.lua b/lua/app/config/strings/fr/item.lua index a422dcca..88340360 100644 --- a/lua/app/config/strings/fr/item.lua +++ b/lua/app/config/strings/fr/item.lua @@ -52,6 +52,12 @@ local item = { }, [17]={ + }, + [18]={ + + }, + [19]={ + }, [12001]={ @@ -91,6 +97,6 @@ local item = { } } local config = { -data=item,count=29 +data=item,count=31 } return config \ No newline at end of file diff --git a/lua/app/config/strings/id/item.lua b/lua/app/config/strings/id/item.lua index 1e51a270..62eb0a70 100644 --- a/lua/app/config/strings/id/item.lua +++ b/lua/app/config/strings/id/item.lua @@ -52,6 +52,12 @@ local item = { }, [17]={ + }, + [18]={ + + }, + [19]={ + }, [12001]={ @@ -91,6 +97,6 @@ local item = { } } local config = { -data=item,count=29 +data=item,count=31 } return config \ No newline at end of file diff --git a/lua/app/config/strings/ja/item.lua b/lua/app/config/strings/ja/item.lua index 5fe427de..42762e36 100644 --- a/lua/app/config/strings/ja/item.lua +++ b/lua/app/config/strings/ja/item.lua @@ -52,6 +52,12 @@ local item = { }, [17]={ + }, + [18]={ + + }, + [19]={ + }, [12001]={ @@ -91,6 +97,6 @@ local item = { } } local config = { -data=item,count=29 +data=item,count=31 } return config \ No newline at end of file diff --git a/lua/app/config/strings/ko/item.lua b/lua/app/config/strings/ko/item.lua index 981953f5..7606a361 100644 --- a/lua/app/config/strings/ko/item.lua +++ b/lua/app/config/strings/ko/item.lua @@ -52,6 +52,12 @@ local item = { }, [17]={ + }, + [18]={ + + }, + [19]={ + }, [12001]={ @@ -91,6 +97,6 @@ local item = { } } local config = { -data=item,count=29 +data=item,count=31 } return config \ No newline at end of file diff --git a/lua/app/config/strings/pt/item.lua b/lua/app/config/strings/pt/item.lua index 2fc4151a..108b2b3e 100644 --- a/lua/app/config/strings/pt/item.lua +++ b/lua/app/config/strings/pt/item.lua @@ -51,6 +51,12 @@ local item = { }, [17]={ + }, + [18]={ + + }, + [19]={ + }, [12001]={ @@ -90,6 +96,6 @@ local item = { } } local config = { -data=item,count=29 +data=item,count=31 } return config \ No newline at end of file diff --git a/lua/app/config/strings/ru/item.lua b/lua/app/config/strings/ru/item.lua index 135f18f4..1d314e90 100644 --- a/lua/app/config/strings/ru/item.lua +++ b/lua/app/config/strings/ru/item.lua @@ -49,6 +49,12 @@ local item = { }, [17]={ + }, + [18]={ + + }, + [19]={ + }, [12001]={ @@ -88,6 +94,6 @@ local item = { } } local config = { -data=item,count=29 +data=item,count=31 } return config \ No newline at end of file diff --git a/lua/app/config/strings/th/item.lua b/lua/app/config/strings/th/item.lua index 135f18f4..1d314e90 100644 --- a/lua/app/config/strings/th/item.lua +++ b/lua/app/config/strings/th/item.lua @@ -49,6 +49,12 @@ local item = { }, [17]={ + }, + [18]={ + + }, + [19]={ + }, [12001]={ @@ -88,6 +94,6 @@ local item = { } } local config = { -data=item,count=29 +data=item,count=31 } return config \ No newline at end of file diff --git a/lua/app/config/strings/vi/item.lua b/lua/app/config/strings/vi/item.lua index a5dd4d59..00f42add 100644 --- a/lua/app/config/strings/vi/item.lua +++ b/lua/app/config/strings/vi/item.lua @@ -52,6 +52,12 @@ local item = { }, [17]={ + }, + [18]={ + + }, + [19]={ + }, [12001]={ @@ -91,6 +97,6 @@ local item = { } } local config = { -data=item,count=29 +data=item,count=31 } return config \ No newline at end of file diff --git a/lua/app/config/strings/zh/item.lua b/lua/app/config/strings/zh/item.lua index ec9d5524..534edbe3 100644 --- a/lua/app/config/strings/zh/item.lua +++ b/lua/app/config/strings/zh/item.lua @@ -55,6 +55,12 @@ local item = { }, [17]={ + }, + [18]={ + + }, + [19]={ + }, [12001]={ ["name"]="红R舞女碎片", @@ -102,6 +108,6 @@ local item = { } } local config = { -data=item,count=29 +data=item,count=31 } return config \ No newline at end of file