diff --git a/lua/app/config/strings/cn/item.lua b/lua/app/config/strings/cn/item.lua index 52bfd102..b315c0e1 100644 --- a/lua/app/config/strings/cn/item.lua +++ b/lua/app/config/strings/cn/item.lua @@ -75,84 +75,56 @@ 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野蛮人", - ["desc"]="凑齐可解锁或升级。" - }, - [23002]={ - ["name"]="黄SR二丫", + ["name"]="黄SR野蛮人碎片", ["desc"]="凑齐可解锁或升级。" }, [24001]={ - ["name"]="黄ssr巨剑", + ["name"]="黄ssr巨剑碎片", ["desc"]="凑齐可解锁或升级。" }, [32001]={ - ["name"]="绿R洋葱", + ["name"]="绿R洋葱碎片", ["desc"]="凑齐可解锁或升级。" }, [33001]={ - ["name"]="绿SR小鹿", - ["desc"]="凑齐可解锁或升级。" - }, - [33002]={ - ["name"]="绿SR森林狼", - ["desc"]="凑齐可解锁或升级。" - }, - [34001]={ - ["name"]="绿SSR花木兰", + ["name"]="绿SR小鹿碎片", ["desc"]="凑齐可解锁或升级。" }, [42001]={ - ["name"]="蓝R莉莉丝", - ["desc"]="凑齐可解锁或升级。" - }, - [43001]={ - ["name"]="蓝SR冰女", - ["desc"]="凑齐可解锁或升级。" - }, - [43002]={ - ["name"]="蓝SR鸦姐", + ["name"]="蓝R莉莉丝碎片", ["desc"]="凑齐可解锁或升级。" }, [44001]={ - ["name"]="蓝SSR冰刃", + ["name"]="蓝SSR冰刃碎片", ["desc"]="凑齐可解锁或升级。" }, [52001]={ - ["name"]="紫R忍者", - ["desc"]="凑齐可解锁或升级。" - }, - [53001]={ - ["name"]="紫SR女巫", - ["desc"]="凑齐可解锁或升级。" - }, - [53002]={ - ["name"]="紫SR德古拉", - ["desc"]="凑齐可解锁或升级。" - }, - [54001]={ - ["name"]="紫SSR蝴蝶", + ["name"]="紫R忍者碎片", ["desc"]="凑齐可解锁或升级。" } } local config = { -data=item,count=38 +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 0da0015f..04cd7878 100644 --- a/lua/app/config/strings/de/item.lua +++ b/lua/app/config/strings/de/item.lua @@ -58,6 +58,9 @@ local item = { }, [19]={ + }, + [12001]={ + }, [13001]={ @@ -73,9 +76,6 @@ local item = { }, [23001]={ - }, - [23002]={ - }, [24001]={ @@ -85,39 +85,18 @@ local item = { }, [33001]={ - }, - [33002]={ - - }, - [34001]={ - }, [42001]={ - }, - [43001]={ - - }, - [43002]={ - }, [44001]={ }, [52001]={ - }, - [53001]={ - - }, - [53002]={ - - }, - [54001]={ - } } local config = { -data=item,count=38 +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 83435487..9f81ad17 100644 --- a/lua/app/config/strings/en/item.lua +++ b/lua/app/config/strings/en/item.lua @@ -62,27 +62,27 @@ local item = { [19]={ }, - [13001]={ + [12001]={ ["name"]="Roxy Shard", ["desc"]="Roxy Shard, collect it to unlock or upgrade Roxy" }, - [13002]={ + [13001]={ ["name"]="Carla Shard", ["desc"]="Carla Shard, collect it to unlock or upgrade Carla" }, - [14001]={ + [13002]={ ["name"]="Great Sword Robert Shard", ["desc"]="Great Sword Robert Shard, collect it to unlock or upgrade Great Sword Robert" }, - [22001]={ + [14001]={ ["name"]="Aske Shard", ["desc"]="Aske Shard, collect it to unlock or upgrade Aske" }, - [23001]={ + [22001]={ ["name"]="Evelyn Shard", ["desc"]="Evelyn Shard, collect it to unlock or upgrade Evelyn" }, - [23002]={ + [23001]={ ["name"]="Lilith Shard", ["desc"]="Lilith Shard, collect it to unlock or upgrade Lilith" }, @@ -96,39 +96,18 @@ local item = { }, [33001]={ - }, - [33002]={ - - }, - [34001]={ - }, [42001]={ - }, - [43001]={ - - }, - [43002]={ - }, [44001]={ }, [52001]={ - }, - [53001]={ - - }, - [53002]={ - - }, - [54001]={ - } } local config = { -data=item,count=38 +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 5909956c..88340360 100644 --- a/lua/app/config/strings/fr/item.lua +++ b/lua/app/config/strings/fr/item.lua @@ -58,6 +58,9 @@ local item = { }, [19]={ + }, + [12001]={ + }, [13001]={ @@ -73,9 +76,6 @@ local item = { }, [23001]={ - }, - [23002]={ - }, [24001]={ @@ -85,39 +85,18 @@ local item = { }, [33001]={ - }, - [33002]={ - - }, - [34001]={ - }, [42001]={ - }, - [43001]={ - - }, - [43002]={ - }, [44001]={ }, [52001]={ - }, - [53001]={ - - }, - [53002]={ - - }, - [54001]={ - } } local config = { -data=item,count=38 +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 9aa765a4..62eb0a70 100644 --- a/lua/app/config/strings/id/item.lua +++ b/lua/app/config/strings/id/item.lua @@ -58,6 +58,9 @@ local item = { }, [19]={ + }, + [12001]={ + }, [13001]={ @@ -73,9 +76,6 @@ local item = { }, [23001]={ - }, - [23002]={ - }, [24001]={ @@ -85,39 +85,18 @@ local item = { }, [33001]={ - }, - [33002]={ - - }, - [34001]={ - }, [42001]={ - }, - [43001]={ - - }, - [43002]={ - }, [44001]={ }, [52001]={ - }, - [53001]={ - - }, - [53002]={ - - }, - [54001]={ - } } local config = { -data=item,count=38 +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 e51b8be7..42762e36 100644 --- a/lua/app/config/strings/ja/item.lua +++ b/lua/app/config/strings/ja/item.lua @@ -58,6 +58,9 @@ local item = { }, [19]={ + }, + [12001]={ + }, [13001]={ @@ -73,9 +76,6 @@ local item = { }, [23001]={ - }, - [23002]={ - }, [24001]={ @@ -85,39 +85,18 @@ local item = { }, [33001]={ - }, - [33002]={ - - }, - [34001]={ - }, [42001]={ - }, - [43001]={ - - }, - [43002]={ - }, [44001]={ }, [52001]={ - }, - [53001]={ - - }, - [53002]={ - - }, - [54001]={ - } } local config = { -data=item,count=38 +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 1022a815..7606a361 100644 --- a/lua/app/config/strings/ko/item.lua +++ b/lua/app/config/strings/ko/item.lua @@ -58,6 +58,9 @@ local item = { }, [19]={ + }, + [12001]={ + }, [13001]={ @@ -73,9 +76,6 @@ local item = { }, [23001]={ - }, - [23002]={ - }, [24001]={ @@ -85,39 +85,18 @@ local item = { }, [33001]={ - }, - [33002]={ - - }, - [34001]={ - }, [42001]={ - }, - [43001]={ - - }, - [43002]={ - }, [44001]={ }, [52001]={ - }, - [53001]={ - - }, - [53002]={ - - }, - [54001]={ - } } local config = { -data=item,count=38 +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 9a0889ed..108b2b3e 100644 --- a/lua/app/config/strings/pt/item.lua +++ b/lua/app/config/strings/pt/item.lua @@ -57,6 +57,9 @@ local item = { }, [19]={ + }, + [12001]={ + }, [13001]={ @@ -72,9 +75,6 @@ local item = { }, [23001]={ - }, - [23002]={ - }, [24001]={ @@ -84,39 +84,18 @@ local item = { }, [33001]={ - }, - [33002]={ - - }, - [34001]={ - }, [42001]={ - }, - [43001]={ - - }, - [43002]={ - }, [44001]={ }, [52001]={ - }, - [53001]={ - - }, - [53002]={ - - }, - [54001]={ - } } local config = { -data=item,count=38 +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 ae420cc4..1d314e90 100644 --- a/lua/app/config/strings/ru/item.lua +++ b/lua/app/config/strings/ru/item.lua @@ -55,6 +55,9 @@ local item = { }, [19]={ + }, + [12001]={ + }, [13001]={ @@ -70,9 +73,6 @@ local item = { }, [23001]={ - }, - [23002]={ - }, [24001]={ @@ -82,39 +82,18 @@ local item = { }, [33001]={ - }, - [33002]={ - - }, - [34001]={ - }, [42001]={ - }, - [43001]={ - - }, - [43002]={ - }, [44001]={ }, [52001]={ - }, - [53001]={ - - }, - [53002]={ - - }, - [54001]={ - } } local config = { -data=item,count=38 +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 ae420cc4..1d314e90 100644 --- a/lua/app/config/strings/th/item.lua +++ b/lua/app/config/strings/th/item.lua @@ -55,6 +55,9 @@ local item = { }, [19]={ + }, + [12001]={ + }, [13001]={ @@ -70,9 +73,6 @@ local item = { }, [23001]={ - }, - [23002]={ - }, [24001]={ @@ -82,39 +82,18 @@ local item = { }, [33001]={ - }, - [33002]={ - - }, - [34001]={ - }, [42001]={ - }, - [43001]={ - - }, - [43002]={ - }, [44001]={ }, [52001]={ - }, - [53001]={ - - }, - [53002]={ - - }, - [54001]={ - } } local config = { -data=item,count=38 +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 dfcb01d6..00f42add 100644 --- a/lua/app/config/strings/vi/item.lua +++ b/lua/app/config/strings/vi/item.lua @@ -58,6 +58,9 @@ local item = { }, [19]={ + }, + [12001]={ + }, [13001]={ @@ -73,9 +76,6 @@ local item = { }, [23001]={ - }, - [23002]={ - }, [24001]={ @@ -85,39 +85,18 @@ local item = { }, [33001]={ - }, - [33002]={ - - }, - [34001]={ - }, [42001]={ - }, - [43001]={ - - }, - [43002]={ - }, [44001]={ }, [52001]={ - }, - [53001]={ - - }, - [53002]={ - - }, - [54001]={ - } } local config = { -data=item,count=38 +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 9e79df98..534edbe3 100644 --- a/lua/app/config/strings/zh/item.lua +++ b/lua/app/config/strings/zh/item.lua @@ -62,73 +62,52 @@ local item = { [19]={ }, - [13001]={ - ["name"]="红SR-克劳德", + [12001]={ + ["name"]="红R舞女碎片", ["desc"]="洛克西英雄碎片,湊齊可解鎖或升級。" }, - [13002]={ - ["name"]="红SR-武僧", + [13001]={ + ["name"]="红SR-克劳德碎片", ["desc"]="卡拉英雄碎片,湊齊可解鎖或升級。" }, - [14001]={ - ["name"]="红SSR-铁锤小孩", + [13002]={ + ["name"]="红SR-武僧碎片", ["desc"]="巨劍羅伯特英雄碎片,湊齊可解鎖或升級。" }, - [22001]={ - ["name"]="黄R黑妹", + [14001]={ + ["name"]="红SSR-铁锤小孩碎片", ["desc"]="阿斯克英雄碎片,湊齊可解鎖或升級。" }, - [23001]={ - ["name"]="黄SR野蛮人", + [22001]={ + ["name"]="黄R黑妹碎片", ["desc"]="艾芙琳英雄碎片,湊齊可解鎖或升級。" }, - [23002]={ - ["name"]="黄SR二丫", + [23001]={ + ["name"]="黄SR野蛮人碎片", ["desc"]="莉莉絲英雄碎片,湊齊可解鎖或升級。" }, [24001]={ - ["name"]="黄ssr巨剑", + ["name"]="黄ssr巨剑碎片", ["desc"]="白髮凱瑟琳英雄碎片,湊齊可解鎖或升級。" }, [32001]={ - ["name"]="绿R洋葱", + ["name"]="绿R洋葱碎片", ["desc"]="艾倫英雄碎片,湊齊可解鎖或升級。" }, [33001]={ - ["name"]="绿SR小鹿" - }, - [33002]={ - ["name"]="绿SR森林狼" - }, - [34001]={ - ["name"]="绿SSR花木兰" + ["name"]="绿SR小鹿碎片" }, [42001]={ - ["name"]="蓝R莉莉丝" - }, - [43001]={ - ["name"]="蓝SR冰女" - }, - [43002]={ - ["name"]="蓝SR鸦姐" + ["name"]="蓝R莉莉丝碎片" }, [44001]={ - ["name"]="蓝SSR冰刃" + ["name"]="蓝SSR冰刃碎片" }, [52001]={ - ["name"]="紫R忍者" - }, - [53001]={ - ["name"]="紫SR女巫" - }, - [53002]={ - ["name"]="紫SR德古拉" - }, - [54001]={ - ["name"]="紫SSR蝴蝶" + ["name"]="紫R忍者碎片" } } local config = { -data=item,count=38 +data=item,count=31 } return config \ No newline at end of file