diff --git a/lua/app/config/strings/cn/item.lua b/lua/app/config/strings/cn/item.lua index e1ae053b..fb78ba64 100644 --- a/lua/app/config/strings/cn/item.lua +++ b/lua/app/config/strings/cn/item.lua @@ -247,6 +247,14 @@ local item = { ["name"]="S6赛季黄金头像框", ["desc"]="S6竞技场黄金头像框,英雄的光辉。" }, + [64]={ + ["name"]="S7赛季白银头像框", + ["desc"]="S7竞技场白银头像框,勇气的代表。" + }, + [65]={ + ["name"]="S7赛季黄金头像框", + ["desc"]="S7竞技场黄金头像框,实力的证明。" + }, [1001]={ ["name"]="暗淡陨铁", ["desc"]="一块暗淡的陨铁,蕴含着神秘的能量。" @@ -527,6 +535,6 @@ local item = { } } local config = { -data=item,count=132 +data=item,count=134 } 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 9c6cb6c8..6c7b3f9b 100644 --- a/lua/app/config/strings/de/item.lua +++ b/lua/app/config/strings/de/item.lua @@ -184,6 +184,12 @@ local item = { }, [63]={ + }, + [64]={ + + }, + [65]={ + }, [1001]={ @@ -397,6 +403,6 @@ local item = { } } local config = { -data=item,count=132 +data=item,count=134 } 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 98e4c0eb..a066cf4b 100644 --- a/lua/app/config/strings/en/item.lua +++ b/lua/app/config/strings/en/item.lua @@ -247,6 +247,14 @@ local item = { ["name"]="S6 Gold Avatar Frame", ["desc"]="S6 Gold Arena Avatar Frame, shining with heroic radiance." }, + [64]={ + ["name"]="S7 Silver Avatar Frame", + ["desc"]="S7 Silver Arena Avatar Frame. It is reversed for hero." + }, + [65]={ + ["name"]="S7 Gold Avatar Frame", + ["desc"]="S7 Gold Arena Avatar Frame. Proof of your prowess." + }, [1001]={ ["name"]="Dim Meteorite", ["desc"]="A dim meteorite that holds a mysterious energy." @@ -527,6 +535,6 @@ local item = { } } local config = { -data=item,count=132 +data=item,count=134 } return config \ No newline at end of file diff --git a/lua/app/config/strings/es/item.lua b/lua/app/config/strings/es/item.lua index fc7b3d9d..1437137c 100644 --- a/lua/app/config/strings/es/item.lua +++ b/lua/app/config/strings/es/item.lua @@ -247,6 +247,14 @@ local item = { ["name"]="Marco de avatar de oro Temporada S6", ["desc"]="Marco de avatar de oro de Arena S1, gloria del héroe." }, + [64]={ + ["name"]="Marco de avatar de plata Temporada S7", + ["desc"]="Marco de avatar de plata Temporada S7, símbolo de valentía." + }, + [65]={ + ["name"]="Marco de avatar de oro Temporada S7", + ["desc"]="Marco de avatar de oro Temporada S7, prueba de fuerza." + }, [1001]={ ["name"]="Meteorito Opaco", ["desc"]="Un trozo de meteorito opaco que contiene energía misteriosa." @@ -527,6 +535,6 @@ local item = { } } local config = { -data=item,count=132 +data=item,count=134 } 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 9c6cb6c8..6c7b3f9b 100644 --- a/lua/app/config/strings/fr/item.lua +++ b/lua/app/config/strings/fr/item.lua @@ -184,6 +184,12 @@ local item = { }, [63]={ + }, + [64]={ + + }, + [65]={ + }, [1001]={ @@ -397,6 +403,6 @@ local item = { } } local config = { -data=item,count=132 +data=item,count=134 } 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 93560f43..d45f1f16 100644 --- a/lua/app/config/strings/id/item.lua +++ b/lua/app/config/strings/id/item.lua @@ -247,6 +247,14 @@ local item = { ["name"]="Bingkai Avatar Emas Musim S6", ["desc"]="Bingkai Avatar Emas Arena S6.Pahlawan mulia." }, + [64]={ + ["name"]="Bingkai Avatar Silver Musim S7", + ["desc"]="Bingkai Avatar Silver S7. Simbol keberanian." + }, + [65]={ + ["name"]="Bingkai Avatar Emas Musim S7", + ["desc"]="Bingkai Avatar Emas S7. Bukti kekuatan!" + }, [1001]={ ["name"]="Chondrite", ["desc"]="Meteorit redup yang menyimpan energi misterius." @@ -527,6 +535,6 @@ local item = { } } local config = { -data=item,count=132 +data=item,count=134 } 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 17633486..825e69ce 100644 --- a/lua/app/config/strings/ja/item.lua +++ b/lua/app/config/strings/ja/item.lua @@ -247,6 +247,14 @@ local item = { ["name"]="S6シーズンゴールドフレーム", ["desc"]="S6闘技場ゴールドフレーム。ヒーローの輝き。" }, + [64]={ + ["name"]="S7シーズンシルバーフレーム", + ["desc"]="S7闘技場シルバーフレーム。勇気の証。" + }, + [65]={ + ["name"]="S7シーズンゴールドフレーム", + ["desc"]="S7闘技場ゴールドフレーム。実力の証。" + }, [1001]={ ["name"]="薄暗い隕石", ["desc"]="謎のエネルギーを秘めた隕石。" @@ -527,6 +535,6 @@ local item = { } } local config = { -data=item,count=132 +data=item,count=134 } 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 40a08215..b1593237 100644 --- a/lua/app/config/strings/ko/item.lua +++ b/lua/app/config/strings/ko/item.lua @@ -247,6 +247,14 @@ local item = { ["name"]="S6 시즌 골드 아이콘 프레임", ["desc"]="S6 아레나 골드 아이콘 프레임, 영웅의 눈부신 업적입니다." }, + [64]={ + ["name"]="S7 시즌 실버 아이콘 프레임", + ["desc"]="S7 아레나 실버 아이콘 프레임, 용기를 대표합니다." + }, + [65]={ + ["name"]="S7 시즌 골드 아이콘 프레임", + ["desc"]="S7 아레나 골드 아이콘 프레임, 검증받은 실력입니다." + }, [1001]={ ["name"]="알렌데 운석", ["desc"]="암흑의 운석 한 조각, 신비한 에너지를 품고 있습니다." @@ -527,6 +535,6 @@ local item = { } } local config = { -data=item,count=132 +data=item,count=134 } 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 aaf42138..2d72a37f 100644 --- a/lua/app/config/strings/pt/item.lua +++ b/lua/app/config/strings/pt/item.lua @@ -247,6 +247,14 @@ local item = { ["name"]="Moldura de Avatar de Ouro da S6", ["desc"]="Moldura de avatar de ouro da Arena S6, o brilho de um herói." }, + [64]={ + ["name"]="Moldura de Avatar de Prata da S7", + ["desc"]="Moldura de avatar de prata da Arena S7, um símbolo de coragem." + }, + [65]={ + ["name"]="Moldura de Avatar de Ouro da S7", + ["desc"]="Moldura de avatar de ouro da Arena S7, uma testemunha do poder." + }, [1001]={ ["name"]="Ferro Meteórico Opaco", ["desc"]="Uma peça de ferro meteórico opaco, contendo energia misteriosa." @@ -527,6 +535,6 @@ local item = { } } local config = { -data=item,count=132 +data=item,count=134 } 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 9c6cb6c8..6c7b3f9b 100644 --- a/lua/app/config/strings/ru/item.lua +++ b/lua/app/config/strings/ru/item.lua @@ -184,6 +184,12 @@ local item = { }, [63]={ + }, + [64]={ + + }, + [65]={ + }, [1001]={ @@ -397,6 +403,6 @@ local item = { } } local config = { -data=item,count=132 +data=item,count=134 } 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 4567a92d..15fd023a 100644 --- a/lua/app/config/strings/th/item.lua +++ b/lua/app/config/strings/th/item.lua @@ -247,6 +247,14 @@ local item = { ["name"]="กรอบรูปทองซีซั่น S6", ["desc"]="กรอบรูปทองของอารีน่า S6 ความรุ่งโรจน์ของฮีโร่" }, + [64]={ + ["name"]="กรอบรูปเงินซีซั่น S7", + ["desc"]="กรอบรูปเงินของอารีน่า S7 ตัวแทนแห่งความกล้าหาญ" + }, + [65]={ + ["name"]="กรอบรูปทองซีซั่น S7", + ["desc"]="กรอบรูปทองของอารีน่า S7 พิสูจน์ความแข็งแกร่ง" + }, [1001]={ ["name"]="อุกกาบาตทื่อ", ["desc"]="อุกกาบาตสลัวๆ ที่มีพลังงานลึกลับ" @@ -527,6 +535,6 @@ local item = { } } local config = { -data=item,count=132 +data=item,count=134 } 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 0e2b812d..86299743 100644 --- a/lua/app/config/strings/vi/item.lua +++ b/lua/app/config/strings/vi/item.lua @@ -247,6 +247,14 @@ local item = { ["name"]="Khung Avatar Vàng S6", ["desc"]="Khung Avatar Vàng Đấu Trường S6, anh hùng tỏa sáng." }, + [64]={ + ["name"]="Khung Avatar Bạc S7", + ["desc"]="Khung Avatar Bạc Đấu Trường S7, biểu tượng gan dạ." + }, + [65]={ + ["name"]="Khung Avatar Vàng S7", + ["desc"]="Khung Avatar Vàng Đấu Trường S7, biểu tượng thực lực." + }, [1001]={ ["name"]="Thiên Thạch Ảm Đạm", ["desc"]="Một thiên thạch ảm đảm, chứa năng lượng thần bí." @@ -527,6 +535,6 @@ local item = { } } local config = { -data=item,count=132 +data=item,count=134 } 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 3a4985a4..1b39f570 100644 --- a/lua/app/config/strings/zh/item.lua +++ b/lua/app/config/strings/zh/item.lua @@ -247,6 +247,14 @@ local item = { ["name"]="S6賽季黃金頭像框", ["desc"]="S6競技場黃金頭像框,英雄的光輝。" }, + [64]={ + ["name"]="S7賽季白銀頭像框", + ["desc"]="S7競技場白銀頭像框,勇氣的代表。" + }, + [65]={ + ["name"]="S7賽季黃金頭像框", + ["desc"]="S7競技場黃金頭像框,實力的證明。" + }, [1001]={ ["name"]="暗淡隕鐵", ["desc"]="一塊暗淡的隕鐵,蘊含著神秘的能量。" @@ -527,6 +535,6 @@ local item = { } } local config = { -data=item,count=132 +data=item,count=134 } return config \ No newline at end of file