diff --git a/lua/app/config/buff.lua b/lua/app/config/buff.lua index 162d8ce2..44b8c0f6 100644 --- a/lua/app/config/buff.lua +++ b/lua/app/config/buff.lua @@ -414,6 +414,7 @@ local buff = { [60]={ ["name"]="skill_hurt_add", ["buff_type"]=1, + ["stack"]=2, ["decr"]=1 }, [61]={ diff --git a/lua/app/config/hero.lua b/lua/app/config/hero.lua index ae9df3a8..f275e7ae 100644 --- a/lua/app/config/hero.lua +++ b/lua/app/config/hero.lua @@ -989,20 +989,20 @@ local hero = { ["position"]=5, ["qlt"]=3, ["hurt_skill"]={ - 5200110, - 5200111, - 5200112, - 5200113 + 5300110, + 5300111, + 5300112, + 5300113 }, - ["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, + ["base_skill"]=5300120, + ["rouge_skill"]=5300100, + ["rouge_skill_1"]=5300101, + ["rouge_skill_2"]=5300102, + ["rouge_skill_3"]=5300103, + ["rouge_skill_4"]=5300104, + ["rouge_skill_5"]=5300105, + ["rouge_skill_6"]=5300106, + ["rouge_skill_7"]=5300107, ["begin_lv"]=3, ["hp"]={ 2000000, @@ -1042,9 +1042,125 @@ local hero = { ["icon"]="4", ["item_id"]=53001, ["unlock_chapter"]=1 + }, + [53002]={ + ["position"]=5, + ["qlt"]=3, + ["hurt_skill"]={ + 5300210, + 5300211, + 5300212, + 5300213 + }, + ["base_skill"]=5300220, + ["rouge_skill"]=5300200, + ["rouge_skill_1"]=5300201, + ["rouge_skill_2"]=5300202, + ["rouge_skill_3"]=5300203, + ["rouge_skill_4"]=5300204, + ["rouge_skill_5"]=5300205, + ["rouge_skill_6"]=5300206, + ["rouge_skill_7"]=5300207, + ["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"]=53002, + ["unlock_chapter"]=1 + }, + [54001]={ + ["position"]=5, + ["qlt"]=4, + ["hurt_skill"]={ + 5400110, + 5400111, + 5400112, + 5400113 + }, + ["base_skill"]=5400120, + ["rouge_skill"]=5400100, + ["rouge_skill_1"]=5400101, + ["rouge_skill_2"]=5400102, + ["rouge_skill_3"]=5400103, + ["rouge_skill_4"]=5400104, + ["rouge_skill_5"]=5400105, + ["rouge_skill_6"]=5400106, + ["rouge_skill_7"]=5400107, + ["begin_lv"]=5, + ["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"]=54001, + ["unlock_chapter"]=1 } } local config = { -data=hero,count=18 +data=hero,count=20 } return config \ No newline at end of file diff --git a/lua/app/config/hero_level.lua b/lua/app/config/hero_level.lua index 0a064b19..5275b2dd 100644 --- a/lua/app/config/hero_level.lua +++ b/lua/app/config/hero_level.lua @@ -22,7 +22,7 @@ local hero_level = { 3, 0 }, - ["unlock_skill"]=1 + ["unlock_skill"]=2 }, [4]={ ["cost_2"]={ @@ -48,7 +48,7 @@ local hero_level = { 3, 0 }, - ["unlock_skill"]=2 + ["unlock_skill"]=3 }, [6]={ ["cost_2"]={ @@ -63,7 +63,7 @@ local hero_level = { 5, 10000 }, - ["unlock_skill"]=2 + ["unlock_skill"]=3 }, [7]={ ["cost_2"]={ @@ -78,7 +78,7 @@ local hero_level = { 10, 20000 }, - ["unlock_skill"]=2 + ["unlock_skill"]=4 }, [8]={ ["cost_2"]={ @@ -93,7 +93,7 @@ local hero_level = { 20, 30000 }, - ["unlock_skill"]=3 + ["unlock_skill"]=4 }, [9]={ ["cost_2"]={ @@ -108,7 +108,7 @@ local hero_level = { 25, 40000 }, - ["unlock_skill"]=3 + ["unlock_skill"]=5 }, [10]={ ["cost_2"]={ @@ -123,7 +123,7 @@ local hero_level = { 50, 60000 }, - ["unlock_skill"]=3 + ["unlock_skill"]=5 }, [11]={ ["cost_2"]={ @@ -138,7 +138,7 @@ local hero_level = { 100, 80000 }, - ["unlock_skill"]=3 + ["unlock_skill"]=5 }, [12]={ ["cost_2"]={ @@ -153,7 +153,7 @@ local hero_level = { 150, 100000 }, - ["unlock_skill"]=3 + ["unlock_skill"]=6 }, [13]={ ["cost_2"]={ @@ -168,7 +168,7 @@ local hero_level = { 200, 150000 }, - ["unlock_skill"]=3 + ["unlock_skill"]=6 }, [14]={ ["cost_2"]={ @@ -183,7 +183,7 @@ local hero_level = { 300, 200000 }, - ["unlock_skill"]=3 + ["unlock_skill"]=6 }, [15]={ ["cost_2"]={ @@ -198,7 +198,7 @@ local hero_level = { 400, 300000 }, - ["unlock_skill"]=3 + ["unlock_skill"]=7 } } local config = { diff --git a/lua/app/config/item.lua b/lua/app/config/item.lua index 563a349a..bcf5eb91 100644 --- a/lua/app/config/item.lua +++ b/lua/app/config/item.lua @@ -320,7 +320,7 @@ local item = { ["type"]=5, ["parameter"]=14001, ["qlt"]=4, - ["icon"]="24001" + ["icon"]="14001" }, [22001]={ ["type"]=5, @@ -334,6 +334,12 @@ local item = { ["qlt"]=3, ["icon"]="23001" }, + [23002]={ + ["type"]=5, + ["parameter"]=23002, + ["qlt"]=3, + ["icon"]="23002" + }, [24001]={ ["type"]=5, ["parameter"]=24001, @@ -352,12 +358,36 @@ local item = { ["qlt"]=3, ["icon"]="33001" }, + [33002]={ + ["type"]=5, + ["parameter"]=33002, + ["qlt"]=3, + ["icon"]="33002" + }, + [34001]={ + ["type"]=5, + ["parameter"]=34001, + ["qlt"]=4, + ["icon"]="34001" + }, [42001]={ ["type"]=5, ["parameter"]=42001, ["qlt"]=2, ["icon"]="42001" }, + [43001]={ + ["type"]=5, + ["parameter"]=43001, + ["qlt"]=3, + ["icon"]="43001" + }, + [43002]={ + ["type"]=5, + ["parameter"]=43002, + ["qlt"]=3, + ["icon"]="43002" + }, [44001]={ ["type"]=5, ["parameter"]=44001, @@ -369,9 +399,27 @@ local item = { ["parameter"]=52001, ["qlt"]=2, ["icon"]="52001" + }, + [53001]={ + ["type"]=5, + ["parameter"]=53001, + ["qlt"]=3, + ["icon"]="53001" + }, + [53002]={ + ["type"]=5, + ["parameter"]=53002, + ["qlt"]=3, + ["icon"]="53002" + }, + [54001]={ + ["type"]=5, + ["parameter"]=54001, + ["qlt"]=4, + ["icon"]="54001" } } local config = { -data=item,count=31 +data=item,count=39 } return config \ No newline at end of file diff --git a/lua/app/config/localization/localization_global_const.lua b/lua/app/config/localization/localization_global_const.lua index b743e59d..4c78b3f9 100644 --- a/lua/app/config/localization/localization_global_const.lua +++ b/lua/app/config/localization/localization_global_const.lua @@ -103,6 +103,14 @@ local LocalizationGlobalConst = HERO_CARD_DESC_QLT_4 = "HERO_CARD_DESC_QLT_4", HERO_CARD_DESC_QLT_5 = "HERO_CARD_DESC_QLT_5", HERO_CARD_DESC_QLT_6 = "HERO_CARD_DESC_QLT_6", + IDLE_DROP_REWARD = "IDLE_DROP_REWARD", + IDLE_DROP_DESC_1 = "IDLE_DROP_DESC_1", + PER_HOUR = "PER_HOUR", + IDLE_DROP_DESC_2 = "IDLE_DROP_DESC_2", + IDLE_QUICK = "IDLE_QUICK", + IDLE_DROP_DESC_3 = "IDLE_DROP_DESC_3", + STR_FREE = "STR_FREE", + TODAY_REMAIN_TIMES = "TODAY_REMAIN_TIMES", } return LocalizationGlobalConst \ No newline at end of file diff --git a/lua/app/config/skill.lua b/lua/app/config/skill.lua index 442d02f8..35ff9e77 100644 --- a/lua/app/config/skill.lua +++ b/lua/app/config/skill.lua @@ -1668,6 +1668,7 @@ local skill = { } }, [2300221]={ + ["position"]=2, ["effect_type"]=2, ["trigger"]=3, ["effect"]={ @@ -1681,6 +1682,7 @@ local skill = { ["obj"]=1 }, [2300222]={ + ["position"]=2, ["effect_type"]=2, ["trigger"]=3, ["effect"]={ @@ -1694,6 +1696,7 @@ local skill = { ["obj"]=1 }, [2300223]={ + ["position"]=2, ["buff_condition"]={ { { @@ -2726,6 +2729,7 @@ local skill = { } }, [3400121]={ + ["position"]=3, ["effect_type"]=2, ["trigger"]=6, ["effect"]={ @@ -2739,6 +2743,7 @@ local skill = { ["obj"]=2 }, [3400122]={ + ["position"]=3, ["effect_type"]=2, ["trigger"]=6, ["effect"]={ @@ -2752,6 +2757,7 @@ local skill = { ["obj"]=2 }, [3400123]={ + ["position"]=3, ["effect_type"]=2, ["trigger"]=6, ["effect"]={ @@ -2765,6 +2771,7 @@ local skill = { ["obj"]=2 }, [3400124]={ + ["position"]=3, ["effect_type"]=2, ["trigger"]=6, ["effect"]={ @@ -3468,6 +3475,7 @@ local skill = { } }, [4400121]={ + ["position"]=4, ["buff_condition"]={ { { @@ -3498,6 +3506,7 @@ local skill = { ["obj"]=1 }, [4400122]={ + ["position"]=4, ["effect_type"]=2, ["trigger"]=6, ["effect"]={ @@ -3511,6 +3520,7 @@ local skill = { ["obj"]=2 }, [4400123]={ + ["position"]=4, ["effect_type"]=2, ["trigger"]=6, ["effect"]={ @@ -3672,6 +3682,557 @@ local skill = { ["name_act"]="skill01", ["fx_self"]=300016 }, + [5300110]={ + ["position"]=5, + ["effect_type"]=1, + ["trigger"]=1, + ["effect"]={ + { + ["type"]="hurt_purple", + ["num"]=10000, + ["ratio"]=10000, + ["round"]=0 + } + }, + ["obj"]=2, + ["skill_position"]=2, + ["shake_time"]=100, + ["shake_type"]=1, + ["sound_hit"]=5200111, + ["name_act"]="attack01", + ["fx_target"]=300013 + }, + [5300111]={ + ["position"]=5, + ["effect_type"]=1, + ["trigger"]=1, + ["effect"]={ + { + ["type"]="hurt_purple", + ["num"]=10000, + ["ratio"]=10000, + ["round"]=0 + } + }, + ["obj"]=2, + ["skill_position"]=2, + ["shake_time"]=100, + ["shake_type"]=1, + ["sound_hit"]=5200112, + ["name_act"]="attack02", + ["fx_target"]=300013 + }, + [5300112]={ + ["position"]=5, + ["effect_type"]=1, + ["trigger"]=1, + ["effect"]={ + { + ["type"]="hurt_purple", + ["num"]=10000, + ["ratio"]=10000, + ["round"]=0 + } + }, + ["obj"]=2, + ["skill_position"]=2, + ["shake_time"]=100, + ["shake_type"]=1, + ["sound_hit"]=5200113, + ["name_act"]="attack03", + ["fx_target"]=300014 + }, + [5300113]={ + ["position"]=5, + ["effect_type"]=1, + ["trigger"]=1, + ["effect"]={ + { + ["type"]="hurt_purple", + ["num"]=10000, + ["ratio"]=10000, + ["round"]=0 + } + }, + ["obj"]=2, + ["skill_position"]=2, + ["shake_time"]=100, + ["shake_type"]=1, + ["sound_hit"]=5200114, + ["name_act"]="attack04", + ["fx_target"]=300015 + }, + [5300120]={ + ["energy"]=10, + ["link"]=1, + ["position"]=5, + ["method"]=1, + ["skill_type"]=0, + ["battle_icon"]="8", + ["effect_type"]=1, + ["trigger"]=1, + ["effect"]={ + { + ["type"]="hurt_purple", + ["num"]=50000, + ["ratio"]=10000, + ["round"]=0 + } + }, + ["obj"]=2, + ["skill_position"]=2, + ["shake_time"]=200, + ["shake_type"]=6, + ["sound_hit"]=4200120, + ["name_act"]="skill01", + ["fx_target"]=300011 + }, + [5300121]={ + ["position"]=5, + ["effect_type"]=2, + ["trigger"]=6, + ["effect"]={ + { + ["type"]="poison", + ["num"]=5000, + ["ratio"]=10000, + ["round"]=2 + } + }, + ["obj"]=2 + }, + [5300122]={ + ["position"]=5, + ["effect_type"]=2, + ["trigger"]=6, + ["effect"]={ + { + ["type"]="lethargy", + ["num"]=0, + ["ratio"]=10000, + ["round"]=2 + } + }, + ["obj"]=2 + }, + [5300123]={ + ["position"]=5, + ["effect_type"]=2, + ["trigger"]=6, + ["effect"]={ + { + ["type"]="poison", + ["num"]=10000, + ["ratio"]=10000, + ["round"]=2 + } + }, + ["obj"]=2 + }, + [5300124]={ + ["position"]=5, + ["skill_type"]=11, + ["skill_type_parameter"]={ + 0, + 2 + }, + ["effect_type"]=2, + ["trigger"]=3, + ["obj"]=1 + }, + [5300125]={ + ["position"]=5, + ["skill_type"]=11, + ["skill_type_parameter"]={ + 0, + 4 + }, + ["effect_type"]=2, + ["trigger"]=3, + ["obj"]=1 + }, + [5300126]={ + ["position"]=5, + ["effect_type"]=2, + ["trigger"]=6, + ["effect"]={ + { + ["type"]="undead", + ["num"]=0, + ["ratio"]=10000, + ["round"]=1 + } + }, + ["obj"]=1 + }, + [5300210]={ + ["position"]=5, + ["effect_type"]=1, + ["trigger"]=1, + ["effect"]={ + { + ["type"]="hurt_purple", + ["num"]=10000, + ["ratio"]=10000, + ["round"]=0 + } + }, + ["obj"]=2, + ["skill_position"]=2, + ["shake_time"]=100, + ["shake_type"]=1, + ["sound_hit"]=5200111, + ["name_act"]="attack01", + ["fx_target"]=300013 + }, + [5300211]={ + ["position"]=5, + ["effect_type"]=1, + ["trigger"]=1, + ["effect"]={ + { + ["type"]="hurt_purple", + ["num"]=10000, + ["ratio"]=10000, + ["round"]=0 + } + }, + ["obj"]=2, + ["skill_position"]=2, + ["shake_time"]=100, + ["shake_type"]=1, + ["sound_hit"]=5200112, + ["name_act"]="attack02", + ["fx_target"]=300013 + }, + [5300212]={ + ["position"]=5, + ["effect_type"]=1, + ["trigger"]=1, + ["effect"]={ + { + ["type"]="hurt_purple", + ["num"]=10000, + ["ratio"]=10000, + ["round"]=0 + } + }, + ["obj"]=2, + ["skill_position"]=2, + ["shake_time"]=100, + ["shake_type"]=1, + ["sound_hit"]=5200113, + ["name_act"]="attack03", + ["fx_target"]=300014 + }, + [5300213]={ + ["position"]=5, + ["effect_type"]=1, + ["trigger"]=1, + ["effect"]={ + { + ["type"]="hurt_purple", + ["num"]=10000, + ["ratio"]=10000, + ["round"]=0 + } + }, + ["obj"]=2, + ["skill_position"]=2, + ["shake_time"]=100, + ["shake_type"]=1, + ["sound_hit"]=5200114, + ["name_act"]="attack04", + ["fx_target"]=300015 + }, + [5300220]={ + ["energy"]=10, + ["link"]=1, + ["position"]=5, + ["method"]=1, + ["skill_type"]=0, + ["battle_icon"]="8", + ["effect_type"]=1, + ["trigger"]=1, + ["effect"]={ + { + ["type"]="hurt_purple", + ["num"]=50000, + ["ratio"]=10000, + ["round"]=0 + } + }, + ["obj"]=2, + ["skill_position"]=2, + ["shake_time"]=200, + ["shake_type"]=6, + ["sound_hit"]=4200120, + ["name_act"]="skill01", + ["fx_target"]=300011 + }, + [5300221]={ + ["position"]=5, + ["buff_condition"]={ + { + { + ["type"]="state", + ["attr"]="normal_attack_dec", + ["op"]=">", + ["v"]=0, + ["side"]=2 + } + } + }, + ["condition_rel"]={ + { + 1, + 1 + } + }, + ["effect_type"]=2, + ["trigger"]=6, + ["effect"]={ + { + ["type"]="frozen", + ["num"]=0, + ["ratio"]=5000, + ["round"]=1 + } + }, + ["obj"]=2 + }, + [5300222]={ + ["position"]=5, + ["effect_type"]=2, + ["trigger"]=6, + ["effect"]={ + { + ["type"]="counterattack", + ["num"]=1500, + ["ratio"]=5000, + ["round"]=2 + } + }, + ["obj"]=1 + }, + [5300223]={ + ["position"]=5, + ["buff_condition"]={ + { + { + ["type"]="state", + ["attr"]="normal_attack_dec", + ["op"]=">", + ["v"]=0, + ["side"]=2 + } + } + }, + ["condition_rel"]={ + { + 1, + 1 + } + }, + ["effect_type"]=2, + ["trigger"]=6, + ["effect"]={ + { + ["type"]="frozen", + ["num"]=0, + ["ratio"]=7000, + ["round"]=1 + } + }, + ["obj"]=2 + }, + [5300224]={ + ["position"]=5, + ["effect_type"]=2, + ["trigger"]=6, + ["effect"]={ + { + ["type"]="counterattack", + ["num"]=1500, + ["ratio"]=10000, + ["round"]=2 + } + }, + ["obj"]=1 + }, + [5400110]={ + ["position"]=5, + ["effect_type"]=1, + ["trigger"]=1, + ["effect"]={ + { + ["type"]="hurt_purple", + ["num"]=10000, + ["ratio"]=10000, + ["round"]=0 + } + }, + ["obj"]=2, + ["skill_position"]=2, + ["shake_time"]=100, + ["shake_type"]=1, + ["sound_hit"]=5200111, + ["name_act"]="attack01", + ["fx_target"]=300013 + }, + [5400111]={ + ["position"]=5, + ["effect_type"]=1, + ["trigger"]=1, + ["effect"]={ + { + ["type"]="hurt_purple", + ["num"]=10000, + ["ratio"]=10000, + ["round"]=0 + } + }, + ["obj"]=2, + ["skill_position"]=2, + ["shake_time"]=100, + ["shake_type"]=1, + ["sound_hit"]=5200112, + ["name_act"]="attack02", + ["fx_target"]=300013 + }, + [5400112]={ + ["position"]=5, + ["effect_type"]=1, + ["trigger"]=1, + ["effect"]={ + { + ["type"]="hurt_purple", + ["num"]=10000, + ["ratio"]=10000, + ["round"]=0 + } + }, + ["obj"]=2, + ["skill_position"]=2, + ["shake_time"]=100, + ["shake_type"]=1, + ["sound_hit"]=5200113, + ["name_act"]="attack03", + ["fx_target"]=300014 + }, + [5400113]={ + ["position"]=5, + ["effect_type"]=1, + ["trigger"]=1, + ["effect"]={ + { + ["type"]="hurt_purple", + ["num"]=10000, + ["ratio"]=10000, + ["round"]=0 + } + }, + ["obj"]=2, + ["skill_position"]=2, + ["shake_time"]=100, + ["shake_type"]=1, + ["sound_hit"]=5200114, + ["name_act"]="attack04", + ["fx_target"]=300015 + }, + [5400120]={ + ["energy"]=10, + ["link"]=1, + ["position"]=5, + ["method"]=1, + ["skill_type"]=0, + ["battle_icon"]="8", + ["effect_type"]=1, + ["trigger"]=1, + ["effect"]={ + { + ["type"]="hurt_purple", + ["num"]=60000, + ["ratio"]=10000, + ["round"]=0 + } + }, + ["obj"]=2, + ["skill_position"]=2, + ["shake_time"]=200, + ["shake_type"]=6, + ["sound_hit"]=4200120, + ["name_act"]="skill01", + ["fx_target"]=300011 + }, + [5400121]={ + ["skill_type"]=11, + ["skill_type_parameter"]={ + 0, + 2 + }, + ["effect_type"]=2, + ["trigger"]=3, + ["obj"]=1 + }, + [5400122]={ + ["skill_type"]=12, + ["skill_type_parameter"]={ + 5, + 3 + }, + ["effect_type"]=2, + ["trigger"]=3, + ["obj"]=1 + }, + [5400123]={ + ["energy"]=8, + ["link"]=1, + ["position"]=5, + ["method"]=1, + ["skill_type"]=0, + ["battle_icon"]="8", + ["effect_type"]=1, + ["trigger"]=1, + ["effect"]={ + { + ["type"]="hurt_purple", + ["num"]=60000, + ["ratio"]=10000, + ["round"]=0 + } + }, + ["obj"]=2, + ["skill_position"]=2, + ["shake_time"]=200, + ["shake_type"]=6, + ["sound_hit"]=4200120, + ["name_act"]="skill01", + ["fx_target"]=300011 + }, + [5400124]={ + ["effect_type"]=2, + ["trigger"]=9, + ["effect"]={ + { + ["type"]="skill_hurt_add", + ["num"]=5000, + ["ratio"]=10000, + ["round"]=999 + } + }, + ["obj"]=1 + }, + [5400125]={ + ["skill_type"]=11, + ["skill_type_parameter"]={ + 5, + 2 + }, + ["effect_type"]=2, + ["trigger"]=9, + ["obj"]=1 + }, [10001]={ ["effect_type"]=1, ["trigger"]=1, @@ -5318,6 +5879,6 @@ local skill = { } } local config = { -data=skill,count=246 +data=skill,count=276 } 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 94d5170a..03f96338 100644 --- a/lua/app/config/skill_rogue.lua +++ b/lua/app/config/skill_rogue.lua @@ -2111,10 +2111,12 @@ local skill_rogue = { ["icon"]="38" }, [3400100]={ + ["qlt"]=4, ["type"]=6, ["icon"]="67" }, [3400101]={ + ["qlt"]=4, ["type"]=12, ["effect"]={ { @@ -2173,6 +2175,7 @@ local skill_rogue = { [3400104]={ ["unlock"]=3400101, ["cover_unlock"]=3400101, + ["qlt"]=3, ["type"]=12, ["effect"]={ { @@ -2186,6 +2189,7 @@ local skill_rogue = { ["icon"]="67" }, [3400105]={ + ["qlt"]=4, ["type"]=12, ["effect"]={ { @@ -2201,6 +2205,7 @@ local skill_rogue = { [3400106]={ ["unlock"]=3400106, ["cover_unlock"]=3400106, + ["qlt"]=3, ["type"]=12, ["effect"]={ { @@ -2214,6 +2219,7 @@ local skill_rogue = { ["icon"]="67" }, [3400107]={ + ["qlt"]=4, ["type"]=14, ["parameter"]={ 4 @@ -2481,10 +2487,14 @@ local skill_rogue = { }, [4300300]={ ["limit_times"]=1, + ["weight"]=3000, + ["qlt"]=4, ["icon"]="57" }, [4300301]={ ["limit_times"]=1, + ["weight"]=3000, + ["qlt"]=3, ["type"]=8, ["parameter"]={ 2, @@ -2494,6 +2504,8 @@ local skill_rogue = { }, [4300302]={ ["limit_times"]=1, + ["weight"]=3000, + ["qlt"]=4, ["effect"]={ { ["type"]="add_skill", @@ -2526,6 +2538,8 @@ local skill_rogue = { ["unlock"]=4300302, ["cover_unlock"]=4300302, ["limit_times"]=1, + ["weight"]=3000, + ["qlt"]=3, ["effect"]={ { ["type"]="add_skill", @@ -2539,6 +2553,8 @@ local skill_rogue = { }, [4300305]={ ["limit_times"]=1, + ["weight"]=3000, + ["qlt"]=4, ["effect"]={ { ["type"]="add_skill", @@ -2580,6 +2596,8 @@ local skill_rogue = { ["unlock"]=4300305, ["cover_unlock"]=4300305, ["limit_times"]=1, + ["weight"]=3000, + ["qlt"]=4, ["effect"]={ { ["type"]="add_skill", @@ -2822,9 +2840,366 @@ local skill_rogue = { }, ["skill_position"]=5, ["icon"]="66" + }, + [5300100]={ + ["limit_times"]=1, + ["weight"]=3000, + ["qlt"]=4, + ["type"]=6, + ["skill_position"]=5, + ["icon"]="58" + }, + [5300101]={ + ["limit_times"]=1, + ["weight"]=3000, + ["qlt"]=3, + ["type"]=12, + ["skill_position"]=5, + ["effect"]={ + { + ["type"]="add_skill", + ["num"]=5300121, + ["ratio"]=10000, + ["round"]=1 + } + }, + ["obj"]=7, + ["icon"]="41" + }, + [5300102]={ + ["limit_times"]=1, + ["weight"]=3000, + ["qlt"]=3, + ["type"]=3, + ["skill_position"]=5, + ["effect"]={ + { + ["type"]="atkp", + ["num"]=1500, + ["ratio"]=10000, + ["round"]=1 + } + }, + ["obj"]=1, + ["icon"]="44" + }, + [5300103]={ + ["limit_times"]=1, + ["weight"]=3000, + ["qlt"]=4, + ["type"]=12, + ["skill_position"]=5, + ["effect"]={ + { + ["type"]="add_skill", + ["num"]=5300122, + ["ratio"]=10000, + ["round"]=1 + } + }, + ["obj"]=7, + ["icon"]="42" + }, + [5300104]={ + ["unlock"]=5300101, + ["cover_unlock"]=5300101, + ["limit_times"]=1, + ["weight"]=3000, + ["qlt"]=3, + ["type"]=12, + ["skill_position"]=5, + ["effect"]={ + { + ["type"]="add_skill", + ["num"]=5300123, + ["ratio"]=10000, + ["round"]=1 + } + }, + ["obj"]=7, + ["icon"]="67" + }, + [5300105]={ + ["limit_times"]=1, + ["weight"]=3000, + ["qlt"]=4, + ["type"]=12, + ["skill_position"]=5, + ["effect"]={ + { + ["type"]="add_skill", + ["num"]=5300124, + ["ratio"]=10000, + ["round"]=1 + } + }, + ["obj"]=7, + ["icon"]="66" + }, + [5300106]={ + ["unlock"]=5300105, + ["cover_unlock"]=5300105, + ["limit_times"]=1, + ["weight"]=3000, + ["qlt"]=4, + ["type"]=12, + ["skill_position"]=5, + ["effect"]={ + { + ["type"]="add_skill", + ["num"]=5300125, + ["ratio"]=10000, + ["round"]=1 + } + }, + ["obj"]=7, + ["icon"]="58" + }, + [5300107]={ + ["limit_times"]=1, + ["weight"]=3000, + ["qlt"]=4, + ["type"]=12, + ["skill_position"]=5, + ["effect"]={ + { + ["type"]="add_skill", + ["num"]=5300126, + ["ratio"]=10000, + ["round"]=1 + } + }, + ["obj"]=7, + ["icon"]="66" + }, + [5300200]={ + ["limit_times"]=1, + ["weight"]=3000, + ["qlt"]=4, + ["type"]=6, + ["skill_position"]=5, + ["icon"]="58" + }, + [5300201]={ + ["limit_times"]=1, + ["weight"]=3000, + ["qlt"]=3, + ["type"]=2, + ["skill_position"]=5, + ["boardrange"]={ + { + ["type"]=1, + ["range"]=1 + }, + { + ["type"]=2, + ["range"]=1 + }, + { + ["type"]=3, + ["range"]=1 + }, + { + ["type"]=4, + ["range"]=1 + } + }, + ["icon"]="41" + }, + [5300202]={ + ["limit_times"]=1, + ["weight"]=3000, + ["qlt"]=4, + ["type"]=12, + ["skill_position"]=5, + ["effect"]={ + { + ["type"]="add_skill", + ["num"]=5300221, + ["ratio"]=10000, + ["round"]=1 + } + }, + ["obj"]=7, + ["icon"]="44" + }, + [5300203]={ + ["limit_times"]=1, + ["weight"]=3000, + ["qlt"]=4, + ["type"]=7, + ["parameter"]={ + 1, + 30000 + }, + ["skill_position"]=5, + ["icon"]="42" + }, + [5300204]={ + ["limit_times"]=1, + ["weight"]=3000, + ["qlt"]=3, + ["type"]=9, + ["skill_position"]=5, + ["effect"]={ + { + ["type"]="atkp_purple_add", + ["num"]=1500, + ["ratio"]=10000, + ["round"]=999 + } + }, + ["obj"]=7, + ["icon"]="67" + }, + [5300205]={ + ["limit_times"]=1, + ["weight"]=3000, + ["qlt"]=4, + ["type"]=12, + ["skill_position"]=5, + ["effect"]={ + { + ["type"]="add_skill", + ["num"]=5300222, + ["ratio"]=10000, + ["round"]=1 + } + }, + ["obj"]=7, + ["icon"]="66" + }, + [5300206]={ + ["unlock"]=5300202, + ["cover_unlock"]=5300202, + ["limit_times"]=1, + ["weight"]=3000, + ["qlt"]=3, + ["type"]=12, + ["skill_position"]=5, + ["effect"]={ + { + ["type"]="add_skill", + ["num"]=5300223, + ["ratio"]=10000, + ["round"]=1 + } + }, + ["obj"]=7, + ["icon"]="58" + }, + [5300207]={ + ["unlock"]=5300205, + ["cover_unlock"]=5300205, + ["limit_times"]=1, + ["weight"]=3000, + ["qlt"]=4, + ["type"]=12, + ["skill_position"]=5, + ["effect"]={ + { + ["type"]="add_skill", + ["num"]=5300224, + ["ratio"]=10000, + ["round"]=1 + } + }, + ["obj"]=7, + ["icon"]="66" + }, + [5400100]={ + ["limit_times"]=1, + ["type"]=6, + ["skill_position"]=5 + }, + [5400101]={ + ["limit_times"]=1, + ["type"]=7, + ["parameter"]={ + 1, + 30000 + }, + ["skill_position"]=5 + }, + [5400102]={ + ["limit_times"]=1, + ["type"]=12, + ["skill_position"]=5, + ["effect"]={ + { + ["type"]="add_skill", + ["num"]=5400121, + ["ratio"]=10000, + ["round"]=1 + } + } + }, + [5400103]={ + ["limit_times"]=1, + ["type"]=12, + ["skill_position"]=5, + ["effect"]={ + { + ["type"]="add_skill", + ["num"]=5400122, + ["ratio"]=10000, + ["round"]=1 + } + } + }, + [5400104]={ + ["limit_times"]=1, + ["weight"]=3000, + ["qlt"]=3, + ["type"]=9, + ["skill_position"]=5, + ["effect"]={ + { + ["type"]="atkp_purple_add", + ["num"]=1500, + ["ratio"]=10000, + ["round"]=999 + } + }, + ["obj"]=7, + ["icon"]="67" + }, + [5400105]={ + ["limit_times"]=1, + ["type"]=1, + ["parameter"]={ + 5400123 + }, + ["skill_position"]=5 + }, + [5400106]={ + ["limit_times"]=1, + ["type"]=12, + ["skill_position"]=5, + ["effect"]={ + { + ["type"]="add_skill", + ["num"]=5400124, + ["ratio"]=10000, + ["round"]=1 + } + } + }, + [5400107]={ + ["limit_times"]=1, + ["type"]=12, + ["skill_position"]=5, + ["effect"]={ + { + ["type"]="add_skill", + ["num"]=5400125, + ["ratio"]=10000, + ["round"]=1 + } + } } } local config = { -data=skill_rogue,count=180 +data=skill_rogue,count=204 } return config \ No newline at end of file diff --git a/lua/app/config/strings/cn/global.lua b/lua/app/config/strings/cn/global.lua index f5fdef08..0a66911b 100644 --- a/lua/app/config/strings/cn/global.lua +++ b/lua/app/config/strings/cn/global.lua @@ -103,6 +103,14 @@ local localization_global = ["HERO_CARD_DESC_QLT_4"] = "史诗英雄", ["HERO_CARD_DESC_QLT_5"] = "传说英雄", ["HERO_CARD_DESC_QLT_6"] = "神话英雄", + ["IDLE_DROP_REWARD"] = "挂机奖励", + ["IDLE_DROP_DESC_1"] = "章节越高,收益越大", + ["PER_HOUR"] = "{0}/小时", + ["IDLE_DROP_DESC_2"] = "最长挂机{0}小时", + ["IDLE_QUICK"] = "快速挂机", + ["IDLE_DROP_DESC_3"] = "立刻获得{0}小时挂机奖励", + ["STR_FREE"] = "免费", + ["TODAY_REMAIN_TIMES"] = "今日剩余{0}次", } return localization_global \ No newline at end of file diff --git a/lua/app/config/strings/cn/item.lua b/lua/app/config/strings/cn/item.lua index b315c0e1..52bfd102 100644 --- a/lua/app/config/strings/cn/item.lua +++ b/lua/app/config/strings/cn/item.lua @@ -75,56 +75,84 @@ local item = { ["name"]="随机碎片", ["desc"]="挂机可获得随机碎片,领取后数量和品质将根据关卡提升。" }, - [12001]={ - ["name"]="红R舞女碎片", - ["desc"]="凑齐可解锁或升级。" - }, [13001]={ - ["name"]="红SR-克劳德碎片", + ["name"]="红SR-克劳德", ["desc"]="凑齐可解锁或升级。" }, [13002]={ - ["name"]="红SR-武僧碎片", + ["name"]="红SR-武僧", ["desc"]="凑齐可解锁或升级。" }, [14001]={ - ["name"]="红SSR-铁锤小孩碎片", + ["name"]="红SSR-铁锤小孩", ["desc"]="凑齐可解锁或升级。" }, [22001]={ - ["name"]="黄R黑妹碎片", + ["name"]="黄R黑妹", ["desc"]="凑齐可解锁或升级。" }, [23001]={ - ["name"]="黄SR野蛮人碎片", + ["name"]="黄SR野蛮人", + ["desc"]="凑齐可解锁或升级。" + }, + [23002]={ + ["name"]="黄SR二丫", ["desc"]="凑齐可解锁或升级。" }, [24001]={ - ["name"]="黄ssr巨剑碎片", + ["name"]="黄ssr巨剑", ["desc"]="凑齐可解锁或升级。" }, [32001]={ - ["name"]="绿R洋葱碎片", + ["name"]="绿R洋葱", ["desc"]="凑齐可解锁或升级。" }, [33001]={ - ["name"]="绿SR小鹿碎片", + ["name"]="绿SR小鹿", + ["desc"]="凑齐可解锁或升级。" + }, + [33002]={ + ["name"]="绿SR森林狼", + ["desc"]="凑齐可解锁或升级。" + }, + [34001]={ + ["name"]="绿SSR花木兰", ["desc"]="凑齐可解锁或升级。" }, [42001]={ - ["name"]="蓝R莉莉丝碎片", + ["name"]="蓝R莉莉丝", + ["desc"]="凑齐可解锁或升级。" + }, + [43001]={ + ["name"]="蓝SR冰女", + ["desc"]="凑齐可解锁或升级。" + }, + [43002]={ + ["name"]="蓝SR鸦姐", ["desc"]="凑齐可解锁或升级。" }, [44001]={ - ["name"]="蓝SSR冰刃碎片", + ["name"]="蓝SSR冰刃", ["desc"]="凑齐可解锁或升级。" }, [52001]={ - ["name"]="紫R忍者碎片", + ["name"]="紫R忍者", + ["desc"]="凑齐可解锁或升级。" + }, + [53001]={ + ["name"]="紫SR女巫", + ["desc"]="凑齐可解锁或升级。" + }, + [53002]={ + ["name"]="紫SR德古拉", + ["desc"]="凑齐可解锁或升级。" + }, + [54001]={ + ["name"]="紫SSR蝴蝶", ["desc"]="凑齐可解锁或升级。" } } local config = { -data=item,count=31 +data=item,count=38 } return config \ No newline at end of file diff --git a/lua/app/config/strings/cn/skill.lua b/lua/app/config/strings/cn/skill.lua index 3f708967..50097ec6 100644 --- a/lua/app/config/strings/cn/skill.lua +++ b/lua/app/config/strings/cn/skill.lua @@ -1,42 +1,66 @@ local skill = { [1200120]={ - ["desc"]="舞步消散:将左右2格元素进行消除,并造成一次伤害" + ["desc"]="红R舞女-舞步消散将左右2格元素进行消除,并造成一次伤害" }, [1300120]={ - ["desc"]="红SR-克劳德-技能" + ["desc"]="红SR-克劳德-技能攻击500%多段(3段)" }, [1300220]={ - ["desc"]="红SR-武僧-技能" + ["desc"]="红SR-武僧-技能400%攻击+50%几率灼烧+上下消除2格" }, [1400120]={ - ["desc"]="红SSR-铁锤小孩-技能" + ["desc"]="红SSR-铁锤小孩-技能攻击600%+上下4个元素变为当前连接色" }, [2200120]={ - ["desc"]="拔刀斩:造成1次大量伤害" + ["desc"]="黄R黑妹拔刀斩使用一次拔刀斩终结技,造成大量伤害400%伤害" }, [2300120]={ - ["desc"]="骨旋风:连续造成4次伤害" + ["desc"]="黄SR野蛮人技能多段伤害4段500%" + }, + [2300220]={ + ["desc"]="黄SR二丫技能攻击500%(配334%)+链接增伤50%" }, [2400120]={ - ["desc"]="巨剑斩击:造成1次大量伤害" + ["desc"]="巨剑罗伯特巨剑连斩巨剑造成大量伤害。" }, [3200120]={ - ["desc"]="长枪突刺:造成1次大量伤害" + ["desc"]="绿R洋葱技能使用一次长枪突刺终结技,造成大量伤害" }, [3300120]={ - ["desc"]="快速治愈:立即恢复生命" + ["desc"]="绿SR小鹿快速治愈恢复以艾芙琳攻击力*150%的生命值" + }, + [3300220]={ + ["desc"]="绿SR森林狼技能攻击500%(配334%)+链接增伤50%" + }, + [3400120]={ + ["desc"]="绿SSR花木兰技能攻击700%配437.5%+链接增伤60%" }, [4200120]={ - ["desc"]="元素链接:随机额外消除3个元素" + ["desc"]="蓝R莉莉丝元素链接随机额外消除3个元素,并造成伤害" + }, + [4300120]={ + ["desc"]="蓝SR冰女技能攻击400%+冰霜1回合" + }, + [4300220]={ + ["desc"]="蓝SR鸦姐技能攻击400%+100%腐败1回合" }, [4400120]={ - ["desc"]="霜冻剑舞:随机消除4个元素,造成一次伤害并附加冰霜效果1回合。" + ["desc"]="蓝SSR冰刃霜冻剑舞随机消除4个元素,释放一次附带冰霜1回合效果的剑舞攻击。" }, [5200120]={ - ["desc"]="魔法罩:生成一个魔法罩持续1回合,可承受最大生命值10%伤害" + ["desc"]="紫R艾伦魔法罩生成一个魔法罩持续1回合,可承受最大生命值10%伤害" + }, + [5300120]={ + ["desc"]="紫SR女巫技能攻击500%" + }, + [5300220]={ + ["desc"]="紫SR德古拉技能攻击500%" + }, + [5400120]={ + ["desc"]="紫SSR蝴蝶技能攻击600%" } } local config = { -data=skill,count=12 +data=skill,count=20 } return config \ No newline at end of file diff --git a/lua/app/config/strings/cn/skill_rogue.lua b/lua/app/config/strings/cn/skill_rogue.lua index 6ee4cc39..0142fa1f 100644 --- a/lua/app/config/strings/cn/skill_rogue.lua +++ b/lua/app/config/strings/cn/skill_rogue.lua @@ -132,13 +132,13 @@ local skill_rogue = { ["desc"]="将场上随机5个非紫色元素变为紫色" }, [1200100]={ - ["desc"]="舞步消散:將左右2格元素進行消除" + ["desc"]="解锁舞步消散:将左右2格元素进行消除" }, [1200101]={ - ["desc"]="舞步消散上下可多消1格" + ["desc"]="舞步消散上下可多消1格" }, [1200102]={ - ["desc"]="舞步消散使用時本次普攻傷害提升10%" + ["desc"]="舞步消散使用时本次普攻伤害提升10%" }, [1200103]={ ["desc"]="舞步消散对冰霜敌人的伤害增加" @@ -150,13 +150,85 @@ local skill_rogue = { ["desc"]="舞步消散链接超过5个元素附加亢奋效果,持续2回合" }, [1200106]={ - ["desc"]="提升舞女的攻击力" + ["desc"]="舞步消散的这个英雄攻击力提升" }, [1200107]={ - ["desc"]="舞步消散链接超过3个元素可附加2个亢奋效果,持续2回合" + ["desc"]="链接元素要求减为3个,并且附加2层亢奋效果" + }, + [1300100]={ + ["desc"]="解锁破坏旋风:造成大量伤害" + }, + [1300101]={ + ["desc"]="破坏旋风附加灼烧效果,持续2回合" + }, + [1300102]={ + ["desc"]="破坏旋风对流血敌人的伤害增加" + }, + [1300103]={ + ["desc"]="破坏旋风的伤害提升(300%)多段换技能" + }, + [1300104]={ + ["desc"]="破坏旋风的灼烧效果提升" + }, + [1300105]={ + ["desc"]="破坏旋风链接超过4个元素时,伤害提升30%,持续2回合。" + }, + [1300106]={ + ["desc"]="破坏旋风链接超过4个元素时伤害提升效果持续回合数+1" + }, + [1300107]={ + ["desc"]="释放破坏旋风的回合击杀敌人则施加2回合亢奋效果" + }, + [1300200]={ + ["desc"]="解锁炎拳:400%攻击+50%几率灼烧+上下消除2格" + }, + [1300201]={ + ["desc"]="炎拳左右多消除2格" + }, + [1300202]={ + ["desc"]="炎拳对禁锢敌人的伤害增加(增加技能)" + }, + [1300203]={ + ["desc"]="灼烧几率提高到100%(换技能ID)" + }, + [1300204]={ + ["desc"]="炎拳上下多消除1格" + }, + [1300205]={ + ["desc"]="炎拳施加的灼烧效果伤害提升50%" + }, + [1300206]={ + ["desc"]="本英雄的攻击力提高15%" + }, + [1300207]={ + ["desc"]="炎拳攻击可释放2次" + }, + [1400100]={ + ["desc"]="解锁铁锤双击:攻击600%+上下左右4个元素变色" + }, + [1400101]={ + ["desc"]="攻击附加灼烧2回合(增加技能)" + }, + [1400102]={ + ["desc"]="如果目标有眩晕则施加一个2回合的眩晕效果(增加技能)" + }, + [1400103]={ + ["desc"]="对流血敌人的伤害额外造成300%伤害(增加技能)" + }, + [1400104]={ + ["desc"]="有50%概率眩晕敌人2回合(增加技能)" + }, + [1400105]={ + ["desc"]="灼烧伤害提升+灼烧回合数+1(替换技能)" + }, + [1400106]={ + ["desc"]="本英雄的攻击力提高15%" + }, + [1400107]={ + ["desc"]="连接每超过4个则额外发射1个火球造成伤害(增加技能)" }, [2200100]={ - ["desc"]="拔刀斩:造成1次大量伤害" + ["desc"]="解锁拔刀斩:卡拉使用一次拔刀斩终结技,造成大量伤害" }, [2200101]={ ["desc"]="拔刀斩伤害提升" @@ -168,7 +240,7 @@ local skill_rogue = { ["desc"]="拔刀斩对灼烧敌人的伤害增加" }, [2200104]={ - ["desc"]="提升黑妹的攻击力" + ["desc"]="拔刀斩的这个英雄攻击力提升" }, [2200105]={ ["desc"]="拔刀斩终结技可放2次" @@ -177,67 +249,91 @@ local skill_rogue = { ["desc"]="拔刀斩可消除4个斜方向的元素" }, [2200107]={ - ["desc"]="拔刀斩链接超过5个元素后,拔刀斩伤害提高" + ["desc"]="拔刀斩链接超过5个元素后,拔刀斩伤害提高(技能伤害提高)" }, [2300100]={ - ["desc"]="骨旋风:连续造成4次伤害" + ["desc"]="解锁旋风骨:野蛮人使用的终结技,造成大量伤害" }, [2300101]={ - ["desc"]="旋风骨造成伤害时附加2回合流血效果" + ["desc"]="旋风骨造成伤害时对对手附加2回合流血效果" }, [2300102]={ - ["desc"]="旋风骨技能倍率提升300%" + ["desc"]="技能倍率提升300%(换技能ID)" }, [2300103]={ - ["desc"]="旋风骨攻击昏睡敌人有50%概率附加眩晕效果,持续1回合" + ["desc"]="攻击昏睡敌人有50%概率附加眩晕效果1回合" }, [2300104]={ - ["desc"]="旋风骨造成的流血回合数+1" + ["desc"]="流血回合数增加1(替换上面技能)" }, [2300105]={ - ["desc"]="每有一名流血中的敌人死亡提升野蛮人的攻击力10%,本局生效" + ["desc"]="每有一名流血中的敌人死亡提升黄sir的攻击力10%,本局生效" }, [2300106]={ - ["desc"]="旋风骨附加的眩晕效果回合数+1" + ["desc"]="眩晕回合数+1(替换上面技能)" }, [2300107]={ - ["desc"]="提升野蛮人的攻击力" + ["desc"]="本英雄的攻击力提高15%" + }, + [2300200]={ + ["desc"]="解锁刺剑突破:造成一次伤害,连接增伤" + }, + [2300201]={ + ["desc"]="刺剑突破上下左右可消除1格" + }, + [2300202]={ + ["desc"]="本英雄的攻击力提高" + }, + [2300203]={ + ["desc"]="刺剑突破使用时本次普攻伤害提升15%" + }, + [2300204]={ + ["desc"]="刺剑突破可消除4个斜方向的元素" + }, + [2300205]={ + ["desc"]="刺剑突破链接超4个元素,本回合暴击提升20%。(增加技能)" + }, + [2300206]={ + ["desc"]="刺剑突破链接超4个元素,本回合暴击提升30%。(增加技能)" + }, + [2300207]={ + ["desc"]="刺剑突破链接后本回合对50%以下敌人暴击伤害提升50%(增加技能)" }, [2400100]={ - ["desc"]="巨剑斩击:造成1次大量伤害" + ["desc"]="解锁巨剑连斩:造成巨大伤害" }, [2400101]={ - ["desc"]="巨剑斩击可消除4个斜方向的元素" + ["desc"]="巨剑连被连接消除其4个斜方向消除1格" }, [2400102]={ - ["desc"]="巨剑斩击攻击冻结敌人有30%概率附加眩晕效果,持续2回合" + ["desc"]="攻击冻结敌人几率破碎冰块(冻结改为眩晕2回合),造成巨额伤害" }, [2400103]={ - ["desc"]="巨剑斩击附加眩晕效果的概率提高到50%" + ["desc"]="冻结的敌人眩晕几率提高" }, [2400104]={ - ["desc"]="提升巨剑魔童的攻击力" + ["desc"]="本英雄的攻击力提高" }, [2400105]={ - ["desc"]="巨剑斩击技能伤害增加,且50%概率附加禁锢效果" + ["desc"]="巨剑连斩技能伤害增加,且几率附加禁锢(换技能ID)" }, [2400106]={ - ["desc"]="巨剑斩击附加禁锢效果的概率提升20%" + ["desc"]="禁锢几率提升(继续换技能ID)" }, [2400107]={ - ["desc"]="巨剑斩击造成双倍伤害" + ["desc"]="巨剑连斩造成双倍伤害" }, [3200100]={ - ["desc"]="长枪突刺:造成一次大量伤害" + ["desc"]="解锁长枪突刺:造成一次大量伤害。" }, [3200101]={ - ["desc"]="长枪突刺可恢复一定量生命" + ["desc"]="长枪突刺可恢复一定量生命。" }, [3200102]={ - ["desc"]="长枪突刺对中毒敌人的伤害增加" + ["desc"]="长枪突刺对中毒的目标伤害增加" }, [3200103]={ - ["desc"]="长枪突刺伤害提升" + ["desc"]="长枪突刺伤害提升。" }, [3200104]={ ["desc"]="长枪突刺可消除4个斜方向的元素" @@ -246,13 +342,13 @@ local skill_rogue = { ["desc"]="长枪突刺有30%几率眩晕一回合" }, [3200106]={ - ["desc"]="长枪突刺的眩晕几率提升至50%" + ["desc"]="长枪突刺眩晕几率提高20%" }, [3200107]={ - ["desc"]="长枪突刺结束后我方附加50%格挡效果,持续2回合" + ["desc"]="长枪突刺结束后附加50%格挡,持续2回合" }, [3300100]={ - ["desc"]="快速治愈:立即恢复生命值" + ["desc"]="解锁快速治愈:立即恢复80%攻击力的生命值" }, [3300101]={ ["desc"]="提升快速治愈的回血量" @@ -264,19 +360,67 @@ local skill_rogue = { ["desc"]="快速治愈上下左右可消除1格" }, [3300104]={ - ["desc"]="快速治愈为我方额外附加技能伤害提升效果,持续2回合" + ["desc"]="释放时同时释放技能伤害提升,持续2回合(增加技能)" }, [3300105]={ ["desc"]="连接快速治愈的每一击都将恢复以艾芙琳攻击力*5%的生命值" }, [3300106]={ - ["desc"]="快速治愈附加的伤害提升效果持续回合数+1" + ["desc"]="技能伤害提升持续回合数+1(增加技能)" }, [3300107]={ - ["desc"]="快速治愈链接超过5个元素回血量提升" + ["desc"]="链接超过5个元素回血量提升" + }, + [3300200]={ + ["desc"]="解锁致命爪击:攻击500%(配334%)+链接增伤50%" + }, + [3300201]={ + ["desc"]="攻击50%几率附加易伤(增加技能)" + }, + [3300202]={ + ["desc"]="致命爪击使用时本次普攻伤害提升15%" + }, + [3300203]={ + ["desc"]="致命爪击技能伤害提升300%" + }, + [3300204]={ + ["desc"]="致命爪击攻击中毒敌人有50%概率额外增加1层中毒2回合(更换技能ID)" + }, + [3300205]={ + ["desc"]="致命爪击增加的中毒伤害翻倍" + }, + [3300206]={ + ["desc"]="本英雄的攻击力提高15%" + }, + [3300207]={ + ["desc"]="致命爪击攻击中毒敌人有100%概率额外增加1层中毒2回合(更换技能ID)" + }, + [3400100]={ + ["desc"]="解锁花木兰技能:攻击700%配437.5%+链接增伤60%" + }, + [3400101]={ + ["desc"]="攻击百分比增加易伤(增加技能)" + }, + [3400102]={ + ["desc"]="上下左右消除1格" + }, + [3400103]={ + ["desc"]="本英雄的攻击力提高15%" + }, + [3400104]={ + ["desc"]="易伤效果提升10%(增加技能)" + }, + [3400105]={ + ["desc"]="攻击附加流血效果2回合(增加技能)" + }, + [3400106]={ + ["desc"]="流血效果伤害提升(增加技能)" + }, + [3400107]={ + ["desc"]="链接超过4个元素,大招额外释放一次" }, [4200100]={ - ["desc"]="元素链接:随机消除3个元素" + ["desc"]="解锁元素链接:随机额外消除3个元素" }, [4200101]={ ["desc"]="元素链接随机消除元素增加2个" @@ -285,70 +429,190 @@ local skill_rogue = { ["desc"]="元素链接使用时本次普攻伤害提升10%" }, [4200103]={ - ["desc"]="元素链接有50%概率施加冰霜效果,持续2回合" + ["desc"]="元素链接有50%冰霜2回合" }, [4200104]={ ["desc"]="元素链接随机消除元素增加2个" }, [4200105]={ - ["desc"]="元素链接攻击冰霜敌人有20%概率附加冻结效果,持续1回合" + ["desc"]="攻击冰霜敌人有20%概率冻结1回合" }, [4200106]={ - ["desc"]="提升莉莉丝的攻击力" + ["desc"]="本英雄的攻击力提高" }, [4200107]={ - ["desc"]="元素链接附加冻结效果的概率提升至40%" + ["desc"]="攻击冰霜英雄有40%概率冻结1回合" + }, + [4300100]={ + ["desc"]="解锁冰女技能:攻击400%+冰霜1回合" + }, + [4300101]={ + ["desc"]="上下左右消除1格" + }, + [4300102]={ + ["desc"]="对灼烧伤害增加50%(加技能)" + }, + [4300103]={ + ["desc"]="冰霜持续回合数+1" + }, + [4300104]={ + ["desc"]="技能倍率提升300%" + }, + [4300105]={ + ["desc"]="攻击冰霜敌人有50%几率冻结1回合(加技能)" + }, + [4300106]={ + ["desc"]="冰女技能命中后获得冰盾2回合(加技能)" + }, + [4300107]={ + ["desc"]="冰女技能命中后获得反伤400%冰盾2回合(加技能)" + }, + [4300300]={ + ["desc"]="解锁鸦姐技能:攻击400%+腐败1回合" + }, + [4300301]={ + ["desc"]="腐败回合数+1" + }, + [4300302]={ + ["desc"]="攻击易伤敌人附加冰霜1回合(加技能)" + }, + [4300303]={ + ["desc"]="技能使用时本次普攻伤害提升15%" + }, + [4300304]={ + ["desc"]="技能附加的冰霜效果回合数+1(加技能)" + }, + [4300305]={ + ["desc"]="攻击附加100%削弱buff2回合(加技能)" + }, + [4300306]={ + ["desc"]="上下左右消除1格" + }, + [4300307]={ + ["desc"]="附加削弱buff为4回合(加技能)" }, [4400100]={ - ["desc"]="霜冻剑舞:随机消除4个元素,并造成1次伤害附加冰霜效果,持续1回合" + ["desc"]="解锁霜冻剑舞:额外造成1次伤害并给敌人1回合冰霜效果(普攻次数-1)" }, [4400101]={ - ["desc"]="霜冻剑舞附加的冰霜效果持续回合数+1" + ["desc"]="冰霜持续回合数+1" }, [4400102]={ - ["desc"]="霜冻剑舞对灼烧伤害增加50%" + ["desc"]="对灼烧伤害增加50%" }, [4400103]={ ["desc"]="霜冻剑舞随机消除元素增加3个" }, [4400104]={ - ["desc"]="霜冻剑舞的冰霜效果增强。" + ["desc"]="冰霜效果提升(普攻-2)" }, [4400105]={ - ["desc"]="霜冻剑舞50%概率施加冻结效果,持续2回合" + ["desc"]="霜冻剑舞50%几率附加冻结2回合" }, [4400106]={ - ["desc"]="提升冰刃的攻击力" + ["desc"]="攻击提升15%(本英雄)" }, [4400107]={ - ["desc"]="霜冻剑舞附加冻结效果的概率提升至70%" + ["desc"]="霜冻剑舞70%几率附加冻结2回合" }, [5200100]={ - ["desc"]="魔法罩:生成一个魔法罩持续1回合,可承受最大生命值10%伤害" + ["desc"]="解锁魔法罩:艾伦生成一个魔法罩持续1回合,可承受最大生命值10%伤害" }, [5200101]={ - ["desc"]="魔法罩承受伤害增加到16%" + ["desc"]="增加魔法罩承受伤害增加到16%" }, [5200102]={ ["desc"]="魔法罩使用时本次普攻伤害提升10%" }, [5200103]={ - ["desc"]="魔法罩如果没有破可以额外持续1回合" + ["desc"]="生成的魔法罩如果没有破可以额外持续1回合" }, [5200104]={ ["desc"]="魔法罩上下左右可消除1格" }, [5200105]={ - ["desc"]="魔法罩可反伤对方200%的伤害" + ["desc"]="魔法罩存在时可反伤对方造成200%伤害(替换技能)" }, [5200106]={ - ["desc"]="提升忍者的攻击力" + ["desc"]="攻击提升15%(本英雄)" }, [5200107]={ - ["desc"]="魔法罩可反伤对方400%的伤害" + ["desc"]="魔法罩存在时可反伤对方造成400%伤害(继续替换技能)" + }, + [5300100]={ + ["desc"]="解锁女巫技能:攻击500%" + }, + [5300101]={ + ["desc"]="技能命中附加中毒2回合(加技能)" + }, + [5300102]={ + ["desc"]="技能使用时本次普攻伤害提升15%" + }, + [5300103]={ + ["desc"]="攻击附加昏睡2回合(加技能)" + }, + [5300104]={ + ["desc"]="中毒伤害提升(加技能)" + }, + [5300105]={ + ["desc"]="技能使用后随机增加一种技能的能量2点(加技能)" + }, + [5300106]={ + ["desc"]="技能使用后增加能量的数量提升2点(加技能)" + }, + [5300107]={ + ["desc"]="技能命中后有15%几率附加不死buff1回合(加技能)" + }, + [5300200]={ + ["desc"]="解锁德古拉技能:攻击500%" + }, + [5300201]={ + ["desc"]="上下左右消除1格" + }, + [5300202]={ + ["desc"]="攻击冰霜敌人50%几率将其冻结1回合(加技能)" + }, + [5300203]={ + ["desc"]="技能倍率提升300%" + }, + [5300204]={ + ["desc"]="攻击提升15%(本英雄)" + }, + [5300205]={ + ["desc"]="50%几率附加反击buff,持续2回合(加技能)" + }, + [5300206]={ + ["desc"]="冻结回合数+1,冻结概率加20%(加技能)" + }, + [5300207]={ + ["desc"]="100%附加反击buff(加技能)" + }, + [5400100]={ + ["desc"]="解锁蝴蝶技能:攻击600%" + }, + [5400101]={ + ["desc"]="技能倍率提升300%" + }, + [5400102]={ + ["desc"]="技能释放后随机增加一种技能的能量2点(加技能)" + }, + [5400103]={ + ["desc"]="技能释放后把场上随机3个元素变为紫色(加技能)" + }, + [5400104]={ + ["desc"]="攻击提升15%(本英雄)" + }, + [5400105]={ + ["desc"]="紫色技能激活所需能量减2(换技能ID)" + }, + [5400106]={ + ["desc"]="每击杀1个敌人,技能伤害提升50%,本场战斗生效。(加技能)" + }, + [5400107]={ + ["desc"]="击杀敌人后增加紫色能量2点(加技能)" } } local config = { -data=skill_rogue,count=116 +data=skill_rogue,count=204 } 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 04cd7878..0da0015f 100644 --- a/lua/app/config/strings/de/item.lua +++ b/lua/app/config/strings/de/item.lua @@ -58,9 +58,6 @@ local item = { }, [19]={ - }, - [12001]={ - }, [13001]={ @@ -76,6 +73,9 @@ local item = { }, [23001]={ + }, + [23002]={ + }, [24001]={ @@ -85,18 +85,39 @@ local item = { }, [33001]={ + }, + [33002]={ + + }, + [34001]={ + }, [42001]={ + }, + [43001]={ + + }, + [43002]={ + }, [44001]={ }, [52001]={ + }, + [53001]={ + + }, + [53002]={ + + }, + [54001]={ + } } local config = { -data=item,count=31 +data=item,count=38 } return config \ No newline at end of file diff --git a/lua/app/config/strings/de/skill.lua b/lua/app/config/strings/de/skill.lua index b136e079..9b09cecb 100644 --- a/lua/app/config/strings/de/skill.lua +++ b/lua/app/config/strings/de/skill.lua @@ -16,6 +16,9 @@ local skill = { }, [2300120]={ + }, + [2300220]={ + }, [2400120]={ @@ -25,18 +28,39 @@ local skill = { }, [3300120]={ + }, + [3300220]={ + + }, + [3400120]={ + }, [4200120]={ + }, + [4300120]={ + + }, + [4300220]={ + }, [4400120]={ }, [5200120]={ + }, + [5300120]={ + + }, + [5300220]={ + + }, + [5400120]={ + } } local config = { -data=skill,count=12 +data=skill,count=20 } return config \ No newline at end of file diff --git a/lua/app/config/strings/de/skill_rogue.lua b/lua/app/config/strings/de/skill_rogue.lua index b760a48c..34291565 100644 --- a/lua/app/config/strings/de/skill_rogue.lua +++ b/lua/app/config/strings/de/skill_rogue.lua @@ -154,6 +154,78 @@ local skill_rogue = { }, [1200107]={ + }, + [1300100]={ + + }, + [1300101]={ + + }, + [1300102]={ + + }, + [1300103]={ + + }, + [1300104]={ + + }, + [1300105]={ + + }, + [1300106]={ + + }, + [1300107]={ + + }, + [1300200]={ + + }, + [1300201]={ + + }, + [1300202]={ + + }, + [1300203]={ + + }, + [1300204]={ + + }, + [1300205]={ + + }, + [1300206]={ + + }, + [1300207]={ + + }, + [1400100]={ + + }, + [1400101]={ + + }, + [1400102]={ + + }, + [1400103]={ + + }, + [1400104]={ + + }, + [1400105]={ + + }, + [1400106]={ + + }, + [1400107]={ + }, [2200100]={ @@ -202,6 +274,30 @@ local skill_rogue = { }, [2300107]={ + }, + [2300200]={ + + }, + [2300201]={ + + }, + [2300202]={ + + }, + [2300203]={ + + }, + [2300204]={ + + }, + [2300205]={ + + }, + [2300206]={ + + }, + [2300207]={ + }, [2400100]={ @@ -274,6 +370,54 @@ local skill_rogue = { }, [3300107]={ + }, + [3300200]={ + + }, + [3300201]={ + + }, + [3300202]={ + + }, + [3300203]={ + + }, + [3300204]={ + + }, + [3300205]={ + + }, + [3300206]={ + + }, + [3300207]={ + + }, + [3400100]={ + + }, + [3400101]={ + + }, + [3400102]={ + + }, + [3400103]={ + + }, + [3400104]={ + + }, + [3400105]={ + + }, + [3400106]={ + + }, + [3400107]={ + }, [4200100]={ @@ -298,6 +442,54 @@ local skill_rogue = { }, [4200107]={ + }, + [4300100]={ + + }, + [4300101]={ + + }, + [4300102]={ + + }, + [4300103]={ + + }, + [4300104]={ + + }, + [4300105]={ + + }, + [4300106]={ + + }, + [4300107]={ + + }, + [4300300]={ + + }, + [4300301]={ + + }, + [4300302]={ + + }, + [4300303]={ + + }, + [4300304]={ + + }, + [4300305]={ + + }, + [4300306]={ + + }, + [4300307]={ + }, [4400100]={ @@ -346,9 +538,81 @@ local skill_rogue = { }, [5200107]={ + }, + [5300100]={ + + }, + [5300101]={ + + }, + [5300102]={ + + }, + [5300103]={ + + }, + [5300104]={ + + }, + [5300105]={ + + }, + [5300106]={ + + }, + [5300107]={ + + }, + [5300200]={ + + }, + [5300201]={ + + }, + [5300202]={ + + }, + [5300203]={ + + }, + [5300204]={ + + }, + [5300205]={ + + }, + [5300206]={ + + }, + [5300207]={ + + }, + [5400100]={ + + }, + [5400101]={ + + }, + [5400102]={ + + }, + [5400103]={ + + }, + [5400104]={ + + }, + [5400105]={ + + }, + [5400106]={ + + }, + [5400107]={ + } } local config = { -data=skill_rogue,count=116 +data=skill_rogue,count=204 } 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 9f81ad17..83435487 100644 --- a/lua/app/config/strings/en/item.lua +++ b/lua/app/config/strings/en/item.lua @@ -62,27 +62,27 @@ local item = { [19]={ }, - [12001]={ + [13001]={ ["name"]="Roxy Shard", ["desc"]="Roxy Shard, collect it to unlock or upgrade Roxy" }, - [13001]={ + [13002]={ ["name"]="Carla Shard", ["desc"]="Carla Shard, collect it to unlock or upgrade Carla" }, - [13002]={ + [14001]={ ["name"]="Great Sword Robert Shard", ["desc"]="Great Sword Robert Shard, collect it to unlock or upgrade Great Sword Robert" }, - [14001]={ + [22001]={ ["name"]="Aske Shard", ["desc"]="Aske Shard, collect it to unlock or upgrade Aske" }, - [22001]={ + [23001]={ ["name"]="Evelyn Shard", ["desc"]="Evelyn Shard, collect it to unlock or upgrade Evelyn" }, - [23001]={ + [23002]={ ["name"]="Lilith Shard", ["desc"]="Lilith Shard, collect it to unlock or upgrade Lilith" }, @@ -96,18 +96,39 @@ local item = { }, [33001]={ + }, + [33002]={ + + }, + [34001]={ + }, [42001]={ + }, + [43001]={ + + }, + [43002]={ + }, [44001]={ }, [52001]={ + }, + [53001]={ + + }, + [53002]={ + + }, + [54001]={ + } } local config = { -data=item,count=31 +data=item,count=38 } return config \ No newline at end of file diff --git a/lua/app/config/strings/en/skill.lua b/lua/app/config/strings/en/skill.lua index b136e079..9b09cecb 100644 --- a/lua/app/config/strings/en/skill.lua +++ b/lua/app/config/strings/en/skill.lua @@ -16,6 +16,9 @@ local skill = { }, [2300120]={ + }, + [2300220]={ + }, [2400120]={ @@ -25,18 +28,39 @@ local skill = { }, [3300120]={ + }, + [3300220]={ + + }, + [3400120]={ + }, [4200120]={ + }, + [4300120]={ + + }, + [4300220]={ + }, [4400120]={ }, [5200120]={ + }, + [5300120]={ + + }, + [5300220]={ + + }, + [5400120]={ + } } local config = { -data=skill,count=12 +data=skill,count=20 } return config \ No newline at end of file diff --git a/lua/app/config/strings/en/skill_rogue.lua b/lua/app/config/strings/en/skill_rogue.lua index ddd9dcd8..f166128e 100644 --- a/lua/app/config/strings/en/skill_rogue.lua +++ b/lua/app/config/strings/en/skill_rogue.lua @@ -154,6 +154,78 @@ local skill_rogue = { }, [1200107]={ + }, + [1300100]={ + + }, + [1300101]={ + + }, + [1300102]={ + + }, + [1300103]={ + + }, + [1300104]={ + + }, + [1300105]={ + + }, + [1300106]={ + + }, + [1300107]={ + + }, + [1300200]={ + + }, + [1300201]={ + + }, + [1300202]={ + + }, + [1300203]={ + + }, + [1300204]={ + + }, + [1300205]={ + + }, + [1300206]={ + + }, + [1300207]={ + + }, + [1400100]={ + + }, + [1400101]={ + + }, + [1400102]={ + + }, + [1400103]={ + + }, + [1400104]={ + + }, + [1400105]={ + + }, + [1400106]={ + + }, + [1400107]={ + }, [2200100]={ @@ -202,6 +274,30 @@ local skill_rogue = { }, [2300107]={ + }, + [2300200]={ + + }, + [2300201]={ + + }, + [2300202]={ + + }, + [2300203]={ + + }, + [2300204]={ + + }, + [2300205]={ + + }, + [2300206]={ + + }, + [2300207]={ + }, [2400100]={ @@ -274,6 +370,54 @@ local skill_rogue = { }, [3300107]={ + }, + [3300200]={ + + }, + [3300201]={ + + }, + [3300202]={ + + }, + [3300203]={ + + }, + [3300204]={ + + }, + [3300205]={ + + }, + [3300206]={ + + }, + [3300207]={ + + }, + [3400100]={ + + }, + [3400101]={ + + }, + [3400102]={ + + }, + [3400103]={ + + }, + [3400104]={ + + }, + [3400105]={ + + }, + [3400106]={ + + }, + [3400107]={ + }, [4200100]={ @@ -298,6 +442,54 @@ local skill_rogue = { }, [4200107]={ + }, + [4300100]={ + + }, + [4300101]={ + + }, + [4300102]={ + + }, + [4300103]={ + + }, + [4300104]={ + + }, + [4300105]={ + + }, + [4300106]={ + + }, + [4300107]={ + + }, + [4300300]={ + + }, + [4300301]={ + + }, + [4300302]={ + + }, + [4300303]={ + + }, + [4300304]={ + + }, + [4300305]={ + + }, + [4300306]={ + + }, + [4300307]={ + }, [4400100]={ @@ -346,9 +538,81 @@ local skill_rogue = { }, [5200107]={ + }, + [5300100]={ + + }, + [5300101]={ + + }, + [5300102]={ + + }, + [5300103]={ + + }, + [5300104]={ + + }, + [5300105]={ + + }, + [5300106]={ + + }, + [5300107]={ + + }, + [5300200]={ + + }, + [5300201]={ + + }, + [5300202]={ + + }, + [5300203]={ + + }, + [5300204]={ + + }, + [5300205]={ + + }, + [5300206]={ + + }, + [5300207]={ + + }, + [5400100]={ + + }, + [5400101]={ + + }, + [5400102]={ + + }, + [5400103]={ + + }, + [5400104]={ + + }, + [5400105]={ + + }, + [5400106]={ + + }, + [5400107]={ + } } local config = { -data=skill_rogue,count=116 +data=skill_rogue,count=204 } 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 88340360..5909956c 100644 --- a/lua/app/config/strings/fr/item.lua +++ b/lua/app/config/strings/fr/item.lua @@ -58,9 +58,6 @@ local item = { }, [19]={ - }, - [12001]={ - }, [13001]={ @@ -76,6 +73,9 @@ local item = { }, [23001]={ + }, + [23002]={ + }, [24001]={ @@ -85,18 +85,39 @@ local item = { }, [33001]={ + }, + [33002]={ + + }, + [34001]={ + }, [42001]={ + }, + [43001]={ + + }, + [43002]={ + }, [44001]={ }, [52001]={ + }, + [53001]={ + + }, + [53002]={ + + }, + [54001]={ + } } local config = { -data=item,count=31 +data=item,count=38 } return config \ No newline at end of file diff --git a/lua/app/config/strings/fr/skill.lua b/lua/app/config/strings/fr/skill.lua index b136e079..9b09cecb 100644 --- a/lua/app/config/strings/fr/skill.lua +++ b/lua/app/config/strings/fr/skill.lua @@ -16,6 +16,9 @@ local skill = { }, [2300120]={ + }, + [2300220]={ + }, [2400120]={ @@ -25,18 +28,39 @@ local skill = { }, [3300120]={ + }, + [3300220]={ + + }, + [3400120]={ + }, [4200120]={ + }, + [4300120]={ + + }, + [4300220]={ + }, [4400120]={ }, [5200120]={ + }, + [5300120]={ + + }, + [5300220]={ + + }, + [5400120]={ + } } local config = { -data=skill,count=12 +data=skill,count=20 } return config \ No newline at end of file diff --git a/lua/app/config/strings/fr/skill_rogue.lua b/lua/app/config/strings/fr/skill_rogue.lua index b760a48c..34291565 100644 --- a/lua/app/config/strings/fr/skill_rogue.lua +++ b/lua/app/config/strings/fr/skill_rogue.lua @@ -154,6 +154,78 @@ local skill_rogue = { }, [1200107]={ + }, + [1300100]={ + + }, + [1300101]={ + + }, + [1300102]={ + + }, + [1300103]={ + + }, + [1300104]={ + + }, + [1300105]={ + + }, + [1300106]={ + + }, + [1300107]={ + + }, + [1300200]={ + + }, + [1300201]={ + + }, + [1300202]={ + + }, + [1300203]={ + + }, + [1300204]={ + + }, + [1300205]={ + + }, + [1300206]={ + + }, + [1300207]={ + + }, + [1400100]={ + + }, + [1400101]={ + + }, + [1400102]={ + + }, + [1400103]={ + + }, + [1400104]={ + + }, + [1400105]={ + + }, + [1400106]={ + + }, + [1400107]={ + }, [2200100]={ @@ -202,6 +274,30 @@ local skill_rogue = { }, [2300107]={ + }, + [2300200]={ + + }, + [2300201]={ + + }, + [2300202]={ + + }, + [2300203]={ + + }, + [2300204]={ + + }, + [2300205]={ + + }, + [2300206]={ + + }, + [2300207]={ + }, [2400100]={ @@ -274,6 +370,54 @@ local skill_rogue = { }, [3300107]={ + }, + [3300200]={ + + }, + [3300201]={ + + }, + [3300202]={ + + }, + [3300203]={ + + }, + [3300204]={ + + }, + [3300205]={ + + }, + [3300206]={ + + }, + [3300207]={ + + }, + [3400100]={ + + }, + [3400101]={ + + }, + [3400102]={ + + }, + [3400103]={ + + }, + [3400104]={ + + }, + [3400105]={ + + }, + [3400106]={ + + }, + [3400107]={ + }, [4200100]={ @@ -298,6 +442,54 @@ local skill_rogue = { }, [4200107]={ + }, + [4300100]={ + + }, + [4300101]={ + + }, + [4300102]={ + + }, + [4300103]={ + + }, + [4300104]={ + + }, + [4300105]={ + + }, + [4300106]={ + + }, + [4300107]={ + + }, + [4300300]={ + + }, + [4300301]={ + + }, + [4300302]={ + + }, + [4300303]={ + + }, + [4300304]={ + + }, + [4300305]={ + + }, + [4300306]={ + + }, + [4300307]={ + }, [4400100]={ @@ -346,9 +538,81 @@ local skill_rogue = { }, [5200107]={ + }, + [5300100]={ + + }, + [5300101]={ + + }, + [5300102]={ + + }, + [5300103]={ + + }, + [5300104]={ + + }, + [5300105]={ + + }, + [5300106]={ + + }, + [5300107]={ + + }, + [5300200]={ + + }, + [5300201]={ + + }, + [5300202]={ + + }, + [5300203]={ + + }, + [5300204]={ + + }, + [5300205]={ + + }, + [5300206]={ + + }, + [5300207]={ + + }, + [5400100]={ + + }, + [5400101]={ + + }, + [5400102]={ + + }, + [5400103]={ + + }, + [5400104]={ + + }, + [5400105]={ + + }, + [5400106]={ + + }, + [5400107]={ + } } local config = { -data=skill_rogue,count=116 +data=skill_rogue,count=204 } 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 62eb0a70..9aa765a4 100644 --- a/lua/app/config/strings/id/item.lua +++ b/lua/app/config/strings/id/item.lua @@ -58,9 +58,6 @@ local item = { }, [19]={ - }, - [12001]={ - }, [13001]={ @@ -76,6 +73,9 @@ local item = { }, [23001]={ + }, + [23002]={ + }, [24001]={ @@ -85,18 +85,39 @@ local item = { }, [33001]={ + }, + [33002]={ + + }, + [34001]={ + }, [42001]={ + }, + [43001]={ + + }, + [43002]={ + }, [44001]={ }, [52001]={ + }, + [53001]={ + + }, + [53002]={ + + }, + [54001]={ + } } local config = { -data=item,count=31 +data=item,count=38 } return config \ No newline at end of file diff --git a/lua/app/config/strings/id/skill.lua b/lua/app/config/strings/id/skill.lua index b136e079..9b09cecb 100644 --- a/lua/app/config/strings/id/skill.lua +++ b/lua/app/config/strings/id/skill.lua @@ -16,6 +16,9 @@ local skill = { }, [2300120]={ + }, + [2300220]={ + }, [2400120]={ @@ -25,18 +28,39 @@ local skill = { }, [3300120]={ + }, + [3300220]={ + + }, + [3400120]={ + }, [4200120]={ + }, + [4300120]={ + + }, + [4300220]={ + }, [4400120]={ }, [5200120]={ + }, + [5300120]={ + + }, + [5300220]={ + + }, + [5400120]={ + } } local config = { -data=skill,count=12 +data=skill,count=20 } return config \ No newline at end of file diff --git a/lua/app/config/strings/id/skill_rogue.lua b/lua/app/config/strings/id/skill_rogue.lua index b760a48c..34291565 100644 --- a/lua/app/config/strings/id/skill_rogue.lua +++ b/lua/app/config/strings/id/skill_rogue.lua @@ -154,6 +154,78 @@ local skill_rogue = { }, [1200107]={ + }, + [1300100]={ + + }, + [1300101]={ + + }, + [1300102]={ + + }, + [1300103]={ + + }, + [1300104]={ + + }, + [1300105]={ + + }, + [1300106]={ + + }, + [1300107]={ + + }, + [1300200]={ + + }, + [1300201]={ + + }, + [1300202]={ + + }, + [1300203]={ + + }, + [1300204]={ + + }, + [1300205]={ + + }, + [1300206]={ + + }, + [1300207]={ + + }, + [1400100]={ + + }, + [1400101]={ + + }, + [1400102]={ + + }, + [1400103]={ + + }, + [1400104]={ + + }, + [1400105]={ + + }, + [1400106]={ + + }, + [1400107]={ + }, [2200100]={ @@ -202,6 +274,30 @@ local skill_rogue = { }, [2300107]={ + }, + [2300200]={ + + }, + [2300201]={ + + }, + [2300202]={ + + }, + [2300203]={ + + }, + [2300204]={ + + }, + [2300205]={ + + }, + [2300206]={ + + }, + [2300207]={ + }, [2400100]={ @@ -274,6 +370,54 @@ local skill_rogue = { }, [3300107]={ + }, + [3300200]={ + + }, + [3300201]={ + + }, + [3300202]={ + + }, + [3300203]={ + + }, + [3300204]={ + + }, + [3300205]={ + + }, + [3300206]={ + + }, + [3300207]={ + + }, + [3400100]={ + + }, + [3400101]={ + + }, + [3400102]={ + + }, + [3400103]={ + + }, + [3400104]={ + + }, + [3400105]={ + + }, + [3400106]={ + + }, + [3400107]={ + }, [4200100]={ @@ -298,6 +442,54 @@ local skill_rogue = { }, [4200107]={ + }, + [4300100]={ + + }, + [4300101]={ + + }, + [4300102]={ + + }, + [4300103]={ + + }, + [4300104]={ + + }, + [4300105]={ + + }, + [4300106]={ + + }, + [4300107]={ + + }, + [4300300]={ + + }, + [4300301]={ + + }, + [4300302]={ + + }, + [4300303]={ + + }, + [4300304]={ + + }, + [4300305]={ + + }, + [4300306]={ + + }, + [4300307]={ + }, [4400100]={ @@ -346,9 +538,81 @@ local skill_rogue = { }, [5200107]={ + }, + [5300100]={ + + }, + [5300101]={ + + }, + [5300102]={ + + }, + [5300103]={ + + }, + [5300104]={ + + }, + [5300105]={ + + }, + [5300106]={ + + }, + [5300107]={ + + }, + [5300200]={ + + }, + [5300201]={ + + }, + [5300202]={ + + }, + [5300203]={ + + }, + [5300204]={ + + }, + [5300205]={ + + }, + [5300206]={ + + }, + [5300207]={ + + }, + [5400100]={ + + }, + [5400101]={ + + }, + [5400102]={ + + }, + [5400103]={ + + }, + [5400104]={ + + }, + [5400105]={ + + }, + [5400106]={ + + }, + [5400107]={ + } } local config = { -data=skill_rogue,count=116 +data=skill_rogue,count=204 } 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 42762e36..e51b8be7 100644 --- a/lua/app/config/strings/ja/item.lua +++ b/lua/app/config/strings/ja/item.lua @@ -58,9 +58,6 @@ local item = { }, [19]={ - }, - [12001]={ - }, [13001]={ @@ -76,6 +73,9 @@ local item = { }, [23001]={ + }, + [23002]={ + }, [24001]={ @@ -85,18 +85,39 @@ local item = { }, [33001]={ + }, + [33002]={ + + }, + [34001]={ + }, [42001]={ + }, + [43001]={ + + }, + [43002]={ + }, [44001]={ }, [52001]={ + }, + [53001]={ + + }, + [53002]={ + + }, + [54001]={ + } } local config = { -data=item,count=31 +data=item,count=38 } return config \ No newline at end of file diff --git a/lua/app/config/strings/ja/skill.lua b/lua/app/config/strings/ja/skill.lua index b136e079..9b09cecb 100644 --- a/lua/app/config/strings/ja/skill.lua +++ b/lua/app/config/strings/ja/skill.lua @@ -16,6 +16,9 @@ local skill = { }, [2300120]={ + }, + [2300220]={ + }, [2400120]={ @@ -25,18 +28,39 @@ local skill = { }, [3300120]={ + }, + [3300220]={ + + }, + [3400120]={ + }, [4200120]={ + }, + [4300120]={ + + }, + [4300220]={ + }, [4400120]={ }, [5200120]={ + }, + [5300120]={ + + }, + [5300220]={ + + }, + [5400120]={ + } } local config = { -data=skill,count=12 +data=skill,count=20 } return config \ No newline at end of file diff --git a/lua/app/config/strings/ja/skill_rogue.lua b/lua/app/config/strings/ja/skill_rogue.lua index b760a48c..34291565 100644 --- a/lua/app/config/strings/ja/skill_rogue.lua +++ b/lua/app/config/strings/ja/skill_rogue.lua @@ -154,6 +154,78 @@ local skill_rogue = { }, [1200107]={ + }, + [1300100]={ + + }, + [1300101]={ + + }, + [1300102]={ + + }, + [1300103]={ + + }, + [1300104]={ + + }, + [1300105]={ + + }, + [1300106]={ + + }, + [1300107]={ + + }, + [1300200]={ + + }, + [1300201]={ + + }, + [1300202]={ + + }, + [1300203]={ + + }, + [1300204]={ + + }, + [1300205]={ + + }, + [1300206]={ + + }, + [1300207]={ + + }, + [1400100]={ + + }, + [1400101]={ + + }, + [1400102]={ + + }, + [1400103]={ + + }, + [1400104]={ + + }, + [1400105]={ + + }, + [1400106]={ + + }, + [1400107]={ + }, [2200100]={ @@ -202,6 +274,30 @@ local skill_rogue = { }, [2300107]={ + }, + [2300200]={ + + }, + [2300201]={ + + }, + [2300202]={ + + }, + [2300203]={ + + }, + [2300204]={ + + }, + [2300205]={ + + }, + [2300206]={ + + }, + [2300207]={ + }, [2400100]={ @@ -274,6 +370,54 @@ local skill_rogue = { }, [3300107]={ + }, + [3300200]={ + + }, + [3300201]={ + + }, + [3300202]={ + + }, + [3300203]={ + + }, + [3300204]={ + + }, + [3300205]={ + + }, + [3300206]={ + + }, + [3300207]={ + + }, + [3400100]={ + + }, + [3400101]={ + + }, + [3400102]={ + + }, + [3400103]={ + + }, + [3400104]={ + + }, + [3400105]={ + + }, + [3400106]={ + + }, + [3400107]={ + }, [4200100]={ @@ -298,6 +442,54 @@ local skill_rogue = { }, [4200107]={ + }, + [4300100]={ + + }, + [4300101]={ + + }, + [4300102]={ + + }, + [4300103]={ + + }, + [4300104]={ + + }, + [4300105]={ + + }, + [4300106]={ + + }, + [4300107]={ + + }, + [4300300]={ + + }, + [4300301]={ + + }, + [4300302]={ + + }, + [4300303]={ + + }, + [4300304]={ + + }, + [4300305]={ + + }, + [4300306]={ + + }, + [4300307]={ + }, [4400100]={ @@ -346,9 +538,81 @@ local skill_rogue = { }, [5200107]={ + }, + [5300100]={ + + }, + [5300101]={ + + }, + [5300102]={ + + }, + [5300103]={ + + }, + [5300104]={ + + }, + [5300105]={ + + }, + [5300106]={ + + }, + [5300107]={ + + }, + [5300200]={ + + }, + [5300201]={ + + }, + [5300202]={ + + }, + [5300203]={ + + }, + [5300204]={ + + }, + [5300205]={ + + }, + [5300206]={ + + }, + [5300207]={ + + }, + [5400100]={ + + }, + [5400101]={ + + }, + [5400102]={ + + }, + [5400103]={ + + }, + [5400104]={ + + }, + [5400105]={ + + }, + [5400106]={ + + }, + [5400107]={ + } } local config = { -data=skill_rogue,count=116 +data=skill_rogue,count=204 } 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 7606a361..1022a815 100644 --- a/lua/app/config/strings/ko/item.lua +++ b/lua/app/config/strings/ko/item.lua @@ -58,9 +58,6 @@ local item = { }, [19]={ - }, - [12001]={ - }, [13001]={ @@ -76,6 +73,9 @@ local item = { }, [23001]={ + }, + [23002]={ + }, [24001]={ @@ -85,18 +85,39 @@ local item = { }, [33001]={ + }, + [33002]={ + + }, + [34001]={ + }, [42001]={ + }, + [43001]={ + + }, + [43002]={ + }, [44001]={ }, [52001]={ + }, + [53001]={ + + }, + [53002]={ + + }, + [54001]={ + } } local config = { -data=item,count=31 +data=item,count=38 } return config \ No newline at end of file diff --git a/lua/app/config/strings/ko/skill.lua b/lua/app/config/strings/ko/skill.lua index b136e079..9b09cecb 100644 --- a/lua/app/config/strings/ko/skill.lua +++ b/lua/app/config/strings/ko/skill.lua @@ -16,6 +16,9 @@ local skill = { }, [2300120]={ + }, + [2300220]={ + }, [2400120]={ @@ -25,18 +28,39 @@ local skill = { }, [3300120]={ + }, + [3300220]={ + + }, + [3400120]={ + }, [4200120]={ + }, + [4300120]={ + + }, + [4300220]={ + }, [4400120]={ }, [5200120]={ + }, + [5300120]={ + + }, + [5300220]={ + + }, + [5400120]={ + } } local config = { -data=skill,count=12 +data=skill,count=20 } return config \ No newline at end of file diff --git a/lua/app/config/strings/ko/skill_rogue.lua b/lua/app/config/strings/ko/skill_rogue.lua index b760a48c..34291565 100644 --- a/lua/app/config/strings/ko/skill_rogue.lua +++ b/lua/app/config/strings/ko/skill_rogue.lua @@ -154,6 +154,78 @@ local skill_rogue = { }, [1200107]={ + }, + [1300100]={ + + }, + [1300101]={ + + }, + [1300102]={ + + }, + [1300103]={ + + }, + [1300104]={ + + }, + [1300105]={ + + }, + [1300106]={ + + }, + [1300107]={ + + }, + [1300200]={ + + }, + [1300201]={ + + }, + [1300202]={ + + }, + [1300203]={ + + }, + [1300204]={ + + }, + [1300205]={ + + }, + [1300206]={ + + }, + [1300207]={ + + }, + [1400100]={ + + }, + [1400101]={ + + }, + [1400102]={ + + }, + [1400103]={ + + }, + [1400104]={ + + }, + [1400105]={ + + }, + [1400106]={ + + }, + [1400107]={ + }, [2200100]={ @@ -202,6 +274,30 @@ local skill_rogue = { }, [2300107]={ + }, + [2300200]={ + + }, + [2300201]={ + + }, + [2300202]={ + + }, + [2300203]={ + + }, + [2300204]={ + + }, + [2300205]={ + + }, + [2300206]={ + + }, + [2300207]={ + }, [2400100]={ @@ -274,6 +370,54 @@ local skill_rogue = { }, [3300107]={ + }, + [3300200]={ + + }, + [3300201]={ + + }, + [3300202]={ + + }, + [3300203]={ + + }, + [3300204]={ + + }, + [3300205]={ + + }, + [3300206]={ + + }, + [3300207]={ + + }, + [3400100]={ + + }, + [3400101]={ + + }, + [3400102]={ + + }, + [3400103]={ + + }, + [3400104]={ + + }, + [3400105]={ + + }, + [3400106]={ + + }, + [3400107]={ + }, [4200100]={ @@ -298,6 +442,54 @@ local skill_rogue = { }, [4200107]={ + }, + [4300100]={ + + }, + [4300101]={ + + }, + [4300102]={ + + }, + [4300103]={ + + }, + [4300104]={ + + }, + [4300105]={ + + }, + [4300106]={ + + }, + [4300107]={ + + }, + [4300300]={ + + }, + [4300301]={ + + }, + [4300302]={ + + }, + [4300303]={ + + }, + [4300304]={ + + }, + [4300305]={ + + }, + [4300306]={ + + }, + [4300307]={ + }, [4400100]={ @@ -346,9 +538,81 @@ local skill_rogue = { }, [5200107]={ + }, + [5300100]={ + + }, + [5300101]={ + + }, + [5300102]={ + + }, + [5300103]={ + + }, + [5300104]={ + + }, + [5300105]={ + + }, + [5300106]={ + + }, + [5300107]={ + + }, + [5300200]={ + + }, + [5300201]={ + + }, + [5300202]={ + + }, + [5300203]={ + + }, + [5300204]={ + + }, + [5300205]={ + + }, + [5300206]={ + + }, + [5300207]={ + + }, + [5400100]={ + + }, + [5400101]={ + + }, + [5400102]={ + + }, + [5400103]={ + + }, + [5400104]={ + + }, + [5400105]={ + + }, + [5400106]={ + + }, + [5400107]={ + } } local config = { -data=skill_rogue,count=116 +data=skill_rogue,count=204 } 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 108b2b3e..9a0889ed 100644 --- a/lua/app/config/strings/pt/item.lua +++ b/lua/app/config/strings/pt/item.lua @@ -57,9 +57,6 @@ local item = { }, [19]={ - }, - [12001]={ - }, [13001]={ @@ -75,6 +72,9 @@ local item = { }, [23001]={ + }, + [23002]={ + }, [24001]={ @@ -84,18 +84,39 @@ local item = { }, [33001]={ + }, + [33002]={ + + }, + [34001]={ + }, [42001]={ + }, + [43001]={ + + }, + [43002]={ + }, [44001]={ }, [52001]={ + }, + [53001]={ + + }, + [53002]={ + + }, + [54001]={ + } } local config = { -data=item,count=31 +data=item,count=38 } return config \ No newline at end of file diff --git a/lua/app/config/strings/pt/skill.lua b/lua/app/config/strings/pt/skill.lua index b136e079..9b09cecb 100644 --- a/lua/app/config/strings/pt/skill.lua +++ b/lua/app/config/strings/pt/skill.lua @@ -16,6 +16,9 @@ local skill = { }, [2300120]={ + }, + [2300220]={ + }, [2400120]={ @@ -25,18 +28,39 @@ local skill = { }, [3300120]={ + }, + [3300220]={ + + }, + [3400120]={ + }, [4200120]={ + }, + [4300120]={ + + }, + [4300220]={ + }, [4400120]={ }, [5200120]={ + }, + [5300120]={ + + }, + [5300220]={ + + }, + [5400120]={ + } } local config = { -data=skill,count=12 +data=skill,count=20 } return config \ No newline at end of file diff --git a/lua/app/config/strings/pt/skill_rogue.lua b/lua/app/config/strings/pt/skill_rogue.lua index b760a48c..34291565 100644 --- a/lua/app/config/strings/pt/skill_rogue.lua +++ b/lua/app/config/strings/pt/skill_rogue.lua @@ -154,6 +154,78 @@ local skill_rogue = { }, [1200107]={ + }, + [1300100]={ + + }, + [1300101]={ + + }, + [1300102]={ + + }, + [1300103]={ + + }, + [1300104]={ + + }, + [1300105]={ + + }, + [1300106]={ + + }, + [1300107]={ + + }, + [1300200]={ + + }, + [1300201]={ + + }, + [1300202]={ + + }, + [1300203]={ + + }, + [1300204]={ + + }, + [1300205]={ + + }, + [1300206]={ + + }, + [1300207]={ + + }, + [1400100]={ + + }, + [1400101]={ + + }, + [1400102]={ + + }, + [1400103]={ + + }, + [1400104]={ + + }, + [1400105]={ + + }, + [1400106]={ + + }, + [1400107]={ + }, [2200100]={ @@ -202,6 +274,30 @@ local skill_rogue = { }, [2300107]={ + }, + [2300200]={ + + }, + [2300201]={ + + }, + [2300202]={ + + }, + [2300203]={ + + }, + [2300204]={ + + }, + [2300205]={ + + }, + [2300206]={ + + }, + [2300207]={ + }, [2400100]={ @@ -274,6 +370,54 @@ local skill_rogue = { }, [3300107]={ + }, + [3300200]={ + + }, + [3300201]={ + + }, + [3300202]={ + + }, + [3300203]={ + + }, + [3300204]={ + + }, + [3300205]={ + + }, + [3300206]={ + + }, + [3300207]={ + + }, + [3400100]={ + + }, + [3400101]={ + + }, + [3400102]={ + + }, + [3400103]={ + + }, + [3400104]={ + + }, + [3400105]={ + + }, + [3400106]={ + + }, + [3400107]={ + }, [4200100]={ @@ -298,6 +442,54 @@ local skill_rogue = { }, [4200107]={ + }, + [4300100]={ + + }, + [4300101]={ + + }, + [4300102]={ + + }, + [4300103]={ + + }, + [4300104]={ + + }, + [4300105]={ + + }, + [4300106]={ + + }, + [4300107]={ + + }, + [4300300]={ + + }, + [4300301]={ + + }, + [4300302]={ + + }, + [4300303]={ + + }, + [4300304]={ + + }, + [4300305]={ + + }, + [4300306]={ + + }, + [4300307]={ + }, [4400100]={ @@ -346,9 +538,81 @@ local skill_rogue = { }, [5200107]={ + }, + [5300100]={ + + }, + [5300101]={ + + }, + [5300102]={ + + }, + [5300103]={ + + }, + [5300104]={ + + }, + [5300105]={ + + }, + [5300106]={ + + }, + [5300107]={ + + }, + [5300200]={ + + }, + [5300201]={ + + }, + [5300202]={ + + }, + [5300203]={ + + }, + [5300204]={ + + }, + [5300205]={ + + }, + [5300206]={ + + }, + [5300207]={ + + }, + [5400100]={ + + }, + [5400101]={ + + }, + [5400102]={ + + }, + [5400103]={ + + }, + [5400104]={ + + }, + [5400105]={ + + }, + [5400106]={ + + }, + [5400107]={ + } } local config = { -data=skill_rogue,count=116 +data=skill_rogue,count=204 } 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 1d314e90..ae420cc4 100644 --- a/lua/app/config/strings/ru/item.lua +++ b/lua/app/config/strings/ru/item.lua @@ -55,9 +55,6 @@ local item = { }, [19]={ - }, - [12001]={ - }, [13001]={ @@ -73,6 +70,9 @@ local item = { }, [23001]={ + }, + [23002]={ + }, [24001]={ @@ -82,18 +82,39 @@ local item = { }, [33001]={ + }, + [33002]={ + + }, + [34001]={ + }, [42001]={ + }, + [43001]={ + + }, + [43002]={ + }, [44001]={ }, [52001]={ + }, + [53001]={ + + }, + [53002]={ + + }, + [54001]={ + } } local config = { -data=item,count=31 +data=item,count=38 } return config \ No newline at end of file diff --git a/lua/app/config/strings/ru/skill.lua b/lua/app/config/strings/ru/skill.lua index b136e079..9b09cecb 100644 --- a/lua/app/config/strings/ru/skill.lua +++ b/lua/app/config/strings/ru/skill.lua @@ -16,6 +16,9 @@ local skill = { }, [2300120]={ + }, + [2300220]={ + }, [2400120]={ @@ -25,18 +28,39 @@ local skill = { }, [3300120]={ + }, + [3300220]={ + + }, + [3400120]={ + }, [4200120]={ + }, + [4300120]={ + + }, + [4300220]={ + }, [4400120]={ }, [5200120]={ + }, + [5300120]={ + + }, + [5300220]={ + + }, + [5400120]={ + } } local config = { -data=skill,count=12 +data=skill,count=20 } return config \ No newline at end of file diff --git a/lua/app/config/strings/ru/skill_rogue.lua b/lua/app/config/strings/ru/skill_rogue.lua index b760a48c..34291565 100644 --- a/lua/app/config/strings/ru/skill_rogue.lua +++ b/lua/app/config/strings/ru/skill_rogue.lua @@ -154,6 +154,78 @@ local skill_rogue = { }, [1200107]={ + }, + [1300100]={ + + }, + [1300101]={ + + }, + [1300102]={ + + }, + [1300103]={ + + }, + [1300104]={ + + }, + [1300105]={ + + }, + [1300106]={ + + }, + [1300107]={ + + }, + [1300200]={ + + }, + [1300201]={ + + }, + [1300202]={ + + }, + [1300203]={ + + }, + [1300204]={ + + }, + [1300205]={ + + }, + [1300206]={ + + }, + [1300207]={ + + }, + [1400100]={ + + }, + [1400101]={ + + }, + [1400102]={ + + }, + [1400103]={ + + }, + [1400104]={ + + }, + [1400105]={ + + }, + [1400106]={ + + }, + [1400107]={ + }, [2200100]={ @@ -202,6 +274,30 @@ local skill_rogue = { }, [2300107]={ + }, + [2300200]={ + + }, + [2300201]={ + + }, + [2300202]={ + + }, + [2300203]={ + + }, + [2300204]={ + + }, + [2300205]={ + + }, + [2300206]={ + + }, + [2300207]={ + }, [2400100]={ @@ -274,6 +370,54 @@ local skill_rogue = { }, [3300107]={ + }, + [3300200]={ + + }, + [3300201]={ + + }, + [3300202]={ + + }, + [3300203]={ + + }, + [3300204]={ + + }, + [3300205]={ + + }, + [3300206]={ + + }, + [3300207]={ + + }, + [3400100]={ + + }, + [3400101]={ + + }, + [3400102]={ + + }, + [3400103]={ + + }, + [3400104]={ + + }, + [3400105]={ + + }, + [3400106]={ + + }, + [3400107]={ + }, [4200100]={ @@ -298,6 +442,54 @@ local skill_rogue = { }, [4200107]={ + }, + [4300100]={ + + }, + [4300101]={ + + }, + [4300102]={ + + }, + [4300103]={ + + }, + [4300104]={ + + }, + [4300105]={ + + }, + [4300106]={ + + }, + [4300107]={ + + }, + [4300300]={ + + }, + [4300301]={ + + }, + [4300302]={ + + }, + [4300303]={ + + }, + [4300304]={ + + }, + [4300305]={ + + }, + [4300306]={ + + }, + [4300307]={ + }, [4400100]={ @@ -346,9 +538,81 @@ local skill_rogue = { }, [5200107]={ + }, + [5300100]={ + + }, + [5300101]={ + + }, + [5300102]={ + + }, + [5300103]={ + + }, + [5300104]={ + + }, + [5300105]={ + + }, + [5300106]={ + + }, + [5300107]={ + + }, + [5300200]={ + + }, + [5300201]={ + + }, + [5300202]={ + + }, + [5300203]={ + + }, + [5300204]={ + + }, + [5300205]={ + + }, + [5300206]={ + + }, + [5300207]={ + + }, + [5400100]={ + + }, + [5400101]={ + + }, + [5400102]={ + + }, + [5400103]={ + + }, + [5400104]={ + + }, + [5400105]={ + + }, + [5400106]={ + + }, + [5400107]={ + } } local config = { -data=skill_rogue,count=116 +data=skill_rogue,count=204 } 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 1d314e90..ae420cc4 100644 --- a/lua/app/config/strings/th/item.lua +++ b/lua/app/config/strings/th/item.lua @@ -55,9 +55,6 @@ local item = { }, [19]={ - }, - [12001]={ - }, [13001]={ @@ -73,6 +70,9 @@ local item = { }, [23001]={ + }, + [23002]={ + }, [24001]={ @@ -82,18 +82,39 @@ local item = { }, [33001]={ + }, + [33002]={ + + }, + [34001]={ + }, [42001]={ + }, + [43001]={ + + }, + [43002]={ + }, [44001]={ }, [52001]={ + }, + [53001]={ + + }, + [53002]={ + + }, + [54001]={ + } } local config = { -data=item,count=31 +data=item,count=38 } return config \ No newline at end of file diff --git a/lua/app/config/strings/th/skill.lua b/lua/app/config/strings/th/skill.lua index b136e079..9b09cecb 100644 --- a/lua/app/config/strings/th/skill.lua +++ b/lua/app/config/strings/th/skill.lua @@ -16,6 +16,9 @@ local skill = { }, [2300120]={ + }, + [2300220]={ + }, [2400120]={ @@ -25,18 +28,39 @@ local skill = { }, [3300120]={ + }, + [3300220]={ + + }, + [3400120]={ + }, [4200120]={ + }, + [4300120]={ + + }, + [4300220]={ + }, [4400120]={ }, [5200120]={ + }, + [5300120]={ + + }, + [5300220]={ + + }, + [5400120]={ + } } local config = { -data=skill,count=12 +data=skill,count=20 } return config \ No newline at end of file diff --git a/lua/app/config/strings/th/skill_rogue.lua b/lua/app/config/strings/th/skill_rogue.lua index b760a48c..34291565 100644 --- a/lua/app/config/strings/th/skill_rogue.lua +++ b/lua/app/config/strings/th/skill_rogue.lua @@ -154,6 +154,78 @@ local skill_rogue = { }, [1200107]={ + }, + [1300100]={ + + }, + [1300101]={ + + }, + [1300102]={ + + }, + [1300103]={ + + }, + [1300104]={ + + }, + [1300105]={ + + }, + [1300106]={ + + }, + [1300107]={ + + }, + [1300200]={ + + }, + [1300201]={ + + }, + [1300202]={ + + }, + [1300203]={ + + }, + [1300204]={ + + }, + [1300205]={ + + }, + [1300206]={ + + }, + [1300207]={ + + }, + [1400100]={ + + }, + [1400101]={ + + }, + [1400102]={ + + }, + [1400103]={ + + }, + [1400104]={ + + }, + [1400105]={ + + }, + [1400106]={ + + }, + [1400107]={ + }, [2200100]={ @@ -202,6 +274,30 @@ local skill_rogue = { }, [2300107]={ + }, + [2300200]={ + + }, + [2300201]={ + + }, + [2300202]={ + + }, + [2300203]={ + + }, + [2300204]={ + + }, + [2300205]={ + + }, + [2300206]={ + + }, + [2300207]={ + }, [2400100]={ @@ -274,6 +370,54 @@ local skill_rogue = { }, [3300107]={ + }, + [3300200]={ + + }, + [3300201]={ + + }, + [3300202]={ + + }, + [3300203]={ + + }, + [3300204]={ + + }, + [3300205]={ + + }, + [3300206]={ + + }, + [3300207]={ + + }, + [3400100]={ + + }, + [3400101]={ + + }, + [3400102]={ + + }, + [3400103]={ + + }, + [3400104]={ + + }, + [3400105]={ + + }, + [3400106]={ + + }, + [3400107]={ + }, [4200100]={ @@ -298,6 +442,54 @@ local skill_rogue = { }, [4200107]={ + }, + [4300100]={ + + }, + [4300101]={ + + }, + [4300102]={ + + }, + [4300103]={ + + }, + [4300104]={ + + }, + [4300105]={ + + }, + [4300106]={ + + }, + [4300107]={ + + }, + [4300300]={ + + }, + [4300301]={ + + }, + [4300302]={ + + }, + [4300303]={ + + }, + [4300304]={ + + }, + [4300305]={ + + }, + [4300306]={ + + }, + [4300307]={ + }, [4400100]={ @@ -346,9 +538,81 @@ local skill_rogue = { }, [5200107]={ + }, + [5300100]={ + + }, + [5300101]={ + + }, + [5300102]={ + + }, + [5300103]={ + + }, + [5300104]={ + + }, + [5300105]={ + + }, + [5300106]={ + + }, + [5300107]={ + + }, + [5300200]={ + + }, + [5300201]={ + + }, + [5300202]={ + + }, + [5300203]={ + + }, + [5300204]={ + + }, + [5300205]={ + + }, + [5300206]={ + + }, + [5300207]={ + + }, + [5400100]={ + + }, + [5400101]={ + + }, + [5400102]={ + + }, + [5400103]={ + + }, + [5400104]={ + + }, + [5400105]={ + + }, + [5400106]={ + + }, + [5400107]={ + } } local config = { -data=skill_rogue,count=116 +data=skill_rogue,count=204 } 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 00f42add..dfcb01d6 100644 --- a/lua/app/config/strings/vi/item.lua +++ b/lua/app/config/strings/vi/item.lua @@ -58,9 +58,6 @@ local item = { }, [19]={ - }, - [12001]={ - }, [13001]={ @@ -76,6 +73,9 @@ local item = { }, [23001]={ + }, + [23002]={ + }, [24001]={ @@ -85,18 +85,39 @@ local item = { }, [33001]={ + }, + [33002]={ + + }, + [34001]={ + }, [42001]={ + }, + [43001]={ + + }, + [43002]={ + }, [44001]={ }, [52001]={ + }, + [53001]={ + + }, + [53002]={ + + }, + [54001]={ + } } local config = { -data=item,count=31 +data=item,count=38 } return config \ No newline at end of file diff --git a/lua/app/config/strings/vi/skill.lua b/lua/app/config/strings/vi/skill.lua index b136e079..9b09cecb 100644 --- a/lua/app/config/strings/vi/skill.lua +++ b/lua/app/config/strings/vi/skill.lua @@ -16,6 +16,9 @@ local skill = { }, [2300120]={ + }, + [2300220]={ + }, [2400120]={ @@ -25,18 +28,39 @@ local skill = { }, [3300120]={ + }, + [3300220]={ + + }, + [3400120]={ + }, [4200120]={ + }, + [4300120]={ + + }, + [4300220]={ + }, [4400120]={ }, [5200120]={ + }, + [5300120]={ + + }, + [5300220]={ + + }, + [5400120]={ + } } local config = { -data=skill,count=12 +data=skill,count=20 } return config \ No newline at end of file diff --git a/lua/app/config/strings/vi/skill_rogue.lua b/lua/app/config/strings/vi/skill_rogue.lua index b760a48c..34291565 100644 --- a/lua/app/config/strings/vi/skill_rogue.lua +++ b/lua/app/config/strings/vi/skill_rogue.lua @@ -154,6 +154,78 @@ local skill_rogue = { }, [1200107]={ + }, + [1300100]={ + + }, + [1300101]={ + + }, + [1300102]={ + + }, + [1300103]={ + + }, + [1300104]={ + + }, + [1300105]={ + + }, + [1300106]={ + + }, + [1300107]={ + + }, + [1300200]={ + + }, + [1300201]={ + + }, + [1300202]={ + + }, + [1300203]={ + + }, + [1300204]={ + + }, + [1300205]={ + + }, + [1300206]={ + + }, + [1300207]={ + + }, + [1400100]={ + + }, + [1400101]={ + + }, + [1400102]={ + + }, + [1400103]={ + + }, + [1400104]={ + + }, + [1400105]={ + + }, + [1400106]={ + + }, + [1400107]={ + }, [2200100]={ @@ -202,6 +274,30 @@ local skill_rogue = { }, [2300107]={ + }, + [2300200]={ + + }, + [2300201]={ + + }, + [2300202]={ + + }, + [2300203]={ + + }, + [2300204]={ + + }, + [2300205]={ + + }, + [2300206]={ + + }, + [2300207]={ + }, [2400100]={ @@ -274,6 +370,54 @@ local skill_rogue = { }, [3300107]={ + }, + [3300200]={ + + }, + [3300201]={ + + }, + [3300202]={ + + }, + [3300203]={ + + }, + [3300204]={ + + }, + [3300205]={ + + }, + [3300206]={ + + }, + [3300207]={ + + }, + [3400100]={ + + }, + [3400101]={ + + }, + [3400102]={ + + }, + [3400103]={ + + }, + [3400104]={ + + }, + [3400105]={ + + }, + [3400106]={ + + }, + [3400107]={ + }, [4200100]={ @@ -298,6 +442,54 @@ local skill_rogue = { }, [4200107]={ + }, + [4300100]={ + + }, + [4300101]={ + + }, + [4300102]={ + + }, + [4300103]={ + + }, + [4300104]={ + + }, + [4300105]={ + + }, + [4300106]={ + + }, + [4300107]={ + + }, + [4300300]={ + + }, + [4300301]={ + + }, + [4300302]={ + + }, + [4300303]={ + + }, + [4300304]={ + + }, + [4300305]={ + + }, + [4300306]={ + + }, + [4300307]={ + }, [4400100]={ @@ -346,9 +538,81 @@ local skill_rogue = { }, [5200107]={ + }, + [5300100]={ + + }, + [5300101]={ + + }, + [5300102]={ + + }, + [5300103]={ + + }, + [5300104]={ + + }, + [5300105]={ + + }, + [5300106]={ + + }, + [5300107]={ + + }, + [5300200]={ + + }, + [5300201]={ + + }, + [5300202]={ + + }, + [5300203]={ + + }, + [5300204]={ + + }, + [5300205]={ + + }, + [5300206]={ + + }, + [5300207]={ + + }, + [5400100]={ + + }, + [5400101]={ + + }, + [5400102]={ + + }, + [5400103]={ + + }, + [5400104]={ + + }, + [5400105]={ + + }, + [5400106]={ + + }, + [5400107]={ + } } local config = { -data=skill_rogue,count=116 +data=skill_rogue,count=204 } 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 534edbe3..9e79df98 100644 --- a/lua/app/config/strings/zh/item.lua +++ b/lua/app/config/strings/zh/item.lua @@ -62,52 +62,73 @@ local item = { [19]={ }, - [12001]={ - ["name"]="红R舞女碎片", + [13001]={ + ["name"]="红SR-克劳德", ["desc"]="洛克西英雄碎片,湊齊可解鎖或升級。" }, - [13001]={ - ["name"]="红SR-克劳德碎片", + [13002]={ + ["name"]="红SR-武僧", ["desc"]="卡拉英雄碎片,湊齊可解鎖或升級。" }, - [13002]={ - ["name"]="红SR-武僧碎片", + [14001]={ + ["name"]="红SSR-铁锤小孩", ["desc"]="巨劍羅伯特英雄碎片,湊齊可解鎖或升級。" }, - [14001]={ - ["name"]="红SSR-铁锤小孩碎片", + [22001]={ + ["name"]="黄R黑妹", ["desc"]="阿斯克英雄碎片,湊齊可解鎖或升級。" }, - [22001]={ - ["name"]="黄R黑妹碎片", + [23001]={ + ["name"]="黄SR野蛮人", ["desc"]="艾芙琳英雄碎片,湊齊可解鎖或升級。" }, - [23001]={ - ["name"]="黄SR野蛮人碎片", + [23002]={ + ["name"]="黄SR二丫", ["desc"]="莉莉絲英雄碎片,湊齊可解鎖或升級。" }, [24001]={ - ["name"]="黄ssr巨剑碎片", + ["name"]="黄ssr巨剑", ["desc"]="白髮凱瑟琳英雄碎片,湊齊可解鎖或升級。" }, [32001]={ - ["name"]="绿R洋葱碎片", + ["name"]="绿R洋葱", ["desc"]="艾倫英雄碎片,湊齊可解鎖或升級。" }, [33001]={ - ["name"]="绿SR小鹿碎片" + ["name"]="绿SR小鹿" + }, + [33002]={ + ["name"]="绿SR森林狼" + }, + [34001]={ + ["name"]="绿SSR花木兰" }, [42001]={ - ["name"]="蓝R莉莉丝碎片" + ["name"]="蓝R莉莉丝" + }, + [43001]={ + ["name"]="蓝SR冰女" + }, + [43002]={ + ["name"]="蓝SR鸦姐" }, [44001]={ - ["name"]="蓝SSR冰刃碎片" + ["name"]="蓝SSR冰刃" }, [52001]={ - ["name"]="紫R忍者碎片" + ["name"]="紫R忍者" + }, + [53001]={ + ["name"]="紫SR女巫" + }, + [53002]={ + ["name"]="紫SR德古拉" + }, + [54001]={ + ["name"]="紫SSR蝴蝶" } } local config = { -data=item,count=31 +data=item,count=38 } return config \ No newline at end of file diff --git a/lua/app/config/strings/zh/skill.lua b/lua/app/config/strings/zh/skill.lua index b136e079..9b09cecb 100644 --- a/lua/app/config/strings/zh/skill.lua +++ b/lua/app/config/strings/zh/skill.lua @@ -16,6 +16,9 @@ local skill = { }, [2300120]={ + }, + [2300220]={ + }, [2400120]={ @@ -25,18 +28,39 @@ local skill = { }, [3300120]={ + }, + [3300220]={ + + }, + [3400120]={ + }, [4200120]={ + }, + [4300120]={ + + }, + [4300220]={ + }, [4400120]={ }, [5200120]={ + }, + [5300120]={ + + }, + [5300220]={ + + }, + [5400120]={ + } } local config = { -data=skill,count=12 +data=skill,count=20 } return config \ No newline at end of file diff --git a/lua/app/config/strings/zh/skill_rogue.lua b/lua/app/config/strings/zh/skill_rogue.lua index 399221f0..f22ce8bd 100644 --- a/lua/app/config/strings/zh/skill_rogue.lua +++ b/lua/app/config/strings/zh/skill_rogue.lua @@ -154,6 +154,78 @@ local skill_rogue = { }, [1200107]={ + }, + [1300100]={ + + }, + [1300101]={ + + }, + [1300102]={ + + }, + [1300103]={ + + }, + [1300104]={ + + }, + [1300105]={ + + }, + [1300106]={ + + }, + [1300107]={ + + }, + [1300200]={ + + }, + [1300201]={ + + }, + [1300202]={ + + }, + [1300203]={ + + }, + [1300204]={ + + }, + [1300205]={ + + }, + [1300206]={ + + }, + [1300207]={ + + }, + [1400100]={ + + }, + [1400101]={ + + }, + [1400102]={ + + }, + [1400103]={ + + }, + [1400104]={ + + }, + [1400105]={ + + }, + [1400106]={ + + }, + [1400107]={ + }, [2200100]={ @@ -202,6 +274,30 @@ local skill_rogue = { }, [2300107]={ + }, + [2300200]={ + + }, + [2300201]={ + + }, + [2300202]={ + + }, + [2300203]={ + + }, + [2300204]={ + + }, + [2300205]={ + + }, + [2300206]={ + + }, + [2300207]={ + }, [2400100]={ @@ -274,6 +370,54 @@ local skill_rogue = { }, [3300107]={ + }, + [3300200]={ + + }, + [3300201]={ + + }, + [3300202]={ + + }, + [3300203]={ + + }, + [3300204]={ + + }, + [3300205]={ + + }, + [3300206]={ + + }, + [3300207]={ + + }, + [3400100]={ + + }, + [3400101]={ + + }, + [3400102]={ + + }, + [3400103]={ + + }, + [3400104]={ + + }, + [3400105]={ + + }, + [3400106]={ + + }, + [3400107]={ + }, [4200100]={ @@ -298,6 +442,54 @@ local skill_rogue = { }, [4200107]={ + }, + [4300100]={ + + }, + [4300101]={ + + }, + [4300102]={ + + }, + [4300103]={ + + }, + [4300104]={ + + }, + [4300105]={ + + }, + [4300106]={ + + }, + [4300107]={ + + }, + [4300300]={ + + }, + [4300301]={ + + }, + [4300302]={ + + }, + [4300303]={ + + }, + [4300304]={ + + }, + [4300305]={ + + }, + [4300306]={ + + }, + [4300307]={ + }, [4400100]={ @@ -346,9 +538,81 @@ local skill_rogue = { }, [5200107]={ + }, + [5300100]={ + + }, + [5300101]={ + + }, + [5300102]={ + + }, + [5300103]={ + + }, + [5300104]={ + + }, + [5300105]={ + + }, + [5300106]={ + + }, + [5300107]={ + + }, + [5300200]={ + + }, + [5300201]={ + + }, + [5300202]={ + + }, + [5300203]={ + + }, + [5300204]={ + + }, + [5300205]={ + + }, + [5300206]={ + + }, + [5300207]={ + + }, + [5400100]={ + + }, + [5400101]={ + + }, + [5400102]={ + + }, + [5400103]={ + + }, + [5400104]={ + + }, + [5400105]={ + + }, + [5400106]={ + + }, + [5400107]={ + } } local config = { -data=skill_rogue,count=116 +data=skill_rogue,count=204 } return config \ No newline at end of file