装备材料副本扫荡排序修改

This commit is contained in:
Fang 2023-08-04 10:53:00 +08:00
parent 5f2269f687
commit 84e1e14d79
14 changed files with 104 additions and 71 deletions

View File

@ -1047,8 +1047,8 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=6,
["id_for_nothing"]="UA==",
["id"]=47,
["id_for_nothing"]="Ug8=",
["num"]=1,
["num_for_nothing"]="Vw=="
}
@ -1221,8 +1221,8 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=6,
["id_for_nothing"]="UA==",
["id"]=47,
["id_for_nothing"]="Ug8=",
["num"]=1,
["num_for_nothing"]="Vw=="
}
@ -1395,8 +1395,8 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=6,
["id_for_nothing"]="UA==",
["id"]=47,
["id_for_nothing"]="Ug8=",
["num"]=2,
["num_for_nothing"]="VA=="
}
@ -1569,8 +1569,8 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=6,
["id_for_nothing"]="UA==",
["id"]=47,
["id_for_nothing"]="Ug8=",
["num"]=3,
["num_for_nothing"]="VQ=="
}
@ -1743,8 +1743,8 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=6,
["id_for_nothing"]="UA==",
["id"]=47,
["id_for_nothing"]="Ug8=",
["num"]=4,
["num_for_nothing"]="Ug=="
}
@ -1917,8 +1917,8 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=6,
["id_for_nothing"]="UA==",
["id"]=47,
["id_for_nothing"]="Ug8=",
["num"]=5,
["num_for_nothing"]="Uw=="
}
@ -3103,8 +3103,8 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=6,
["id_for_nothing"]="UA==",
["id"]=47,
["id_for_nothing"]="Ug8=",
["num"]=1,
["num_for_nothing"]="Vw=="
}
@ -3277,8 +3277,8 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=6,
["id_for_nothing"]="UA==",
["id"]=47,
["id_for_nothing"]="Ug8=",
["num"]=1,
["num_for_nothing"]="Vw=="
}
@ -3451,8 +3451,8 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=6,
["id_for_nothing"]="UA==",
["id"]=47,
["id_for_nothing"]="Ug8=",
["num"]=2,
["num_for_nothing"]="VA=="
}
@ -3625,8 +3625,8 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=6,
["id_for_nothing"]="UA==",
["id"]=47,
["id_for_nothing"]="Ug8=",
["num"]=3,
["num_for_nothing"]="VQ=="
}
@ -3799,8 +3799,8 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=6,
["id_for_nothing"]="UA==",
["id"]=47,
["id_for_nothing"]="Ug8=",
["num"]=4,
["num_for_nothing"]="Ug=="
}
@ -3973,8 +3973,8 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=6,
["id_for_nothing"]="UA==",
["id"]=47,
["id_for_nothing"]="Ug8=",
["num"]=5,
["num_for_nothing"]="Uw=="
}
@ -5145,8 +5145,8 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=6,
["id_for_nothing"]="UA==",
["id"]=47,
["id_for_nothing"]="Ug8=",
["num"]=1,
["num_for_nothing"]="Vw=="
}
@ -5317,8 +5317,8 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=6,
["id_for_nothing"]="UA==",
["id"]=47,
["id_for_nothing"]="Ug8=",
["num"]=1,
["num_for_nothing"]="Vw=="
}
@ -5489,8 +5489,8 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=6,
["id_for_nothing"]="UA==",
["id"]=47,
["id_for_nothing"]="Ug8=",
["num"]=2,
["num_for_nothing"]="VA=="
}
@ -5661,8 +5661,8 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=6,
["id_for_nothing"]="UA==",
["id"]=47,
["id_for_nothing"]="Ug8=",
["num"]=3,
["num_for_nothing"]="VQ=="
}
@ -5833,8 +5833,8 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=6,
["id_for_nothing"]="UA==",
["id"]=47,
["id_for_nothing"]="Ug8=",
["num"]=4,
["num_for_nothing"]="Ug=="
}
@ -6005,8 +6005,8 @@ local arena_rank = {
{
["type"]=1,
["type_for_nothing"]="Vw==",
["id"]=6,
["id_for_nothing"]="UA==",
["id"]=47,
["id_for_nothing"]="Ug8=",
["num"]=5,
["num_for_nothing"]="Uw=="
}

View File

@ -5661,9 +5661,6 @@ local skill = {
["fx_self_mirror"]=400066
},
[5200120]={
["buff_id"]={
"shield"
},
["energy"]=10,
["link"]=1,
["position"]=5,

View File

@ -1832,6 +1832,9 @@ local skill_rogue = {
["icon"]="143"
},
[2400102]={
["buff_id"]={
"stun"
},
["limit_times"]=1,
["weight"]=3000,
["qlt"]=3,
@ -1849,6 +1852,9 @@ local skill_rogue = {
["icon"]="144"
},
[2400103]={
["buff_id"]={
"stun"
},
["unlock"]=2400102,
["cover_unlock"]=2400102,
["limit_times"]=1,
@ -1985,6 +1991,9 @@ local skill_rogue = {
["icon"]="205"
},
[2400204]={
["buff_id"]={
"weaken"
},
["limit_times"]=1,
["weight"]=3000,
["qlt"]=4,
@ -2022,6 +2031,9 @@ local skill_rogue = {
["icon"]="207"
},
[2400206]={
["buff_id"]={
"weaken"
},
["unlock"]=2400204,
["cover_unlock"]=2400206,
["limit_times"]=1,

View File

@ -172,8 +172,8 @@ local item = {
["desc"]="开启后可获得以下材料"
},
[44]={
["name"]="勇气洋葱头2",
["desc"]="S1竞技战令头像愿你像洋葱头勇往直前"
["name"]="刀妹锋芒",
["desc"]="S2竞技战令头像刀起刀落胜利就来了。"
},
[45]={
["name"]="S2赛季白银头像框",

View File

@ -172,13 +172,16 @@ local item = {
["desc"]="Open to obtain following materials"
},
[44]={
["name"]="Blade Maid's Edge",
["desc"]="S2 Arena Battle Pass Avatar. Victory comes as blades dance."
},
[45]={
["name"]="S2 Silver Avatar Frame",
["desc"]="S2 Silver Arena Avatar Frame. Proof of your strength."
},
[46]={
["name"]="S2 Gold Avatar Frame",
["desc"]="S2 Gold Arena Avatar Frame, shining with heroic radiance."
},
[47]={

View File

@ -172,13 +172,16 @@ local item = {
["desc"]="Abre para obtener los siguientes materiales"
},
[44]={
["name"]="Filo de Chica con Daga",
["desc"]="Avatar de Pase de Batalla de Arena S2. La victoria llega entre cuchilladas."
},
[45]={
["name"]="Marco de avatar de plata Temporada S2",
["desc"]="Marco de avatar de plata de Arena S2, prueba de fuerza."
},
[46]={
["name"]="Marco de avatar de oro Temporada S2",
["desc"]="Marco de avatar de oro de Arena S1, gloria del héroe."
},
[47]={

View File

@ -172,13 +172,16 @@ local item = {
["desc"]="Buka untuk mendapatkan material berikut:"
},
[44]={
["name"]="Tombak Gadis Pedang",
["desc"]="Avatar Battle Pass Arena S2. Kemenangan datang saat pedang diayunkan."
},
[45]={
["name"]="Bingkai Avatar Silver Musim S2",
["desc"]="Bingkai Avatar Silver Arena S2. Bukti Kekuatan."
},
[46]={
["name"]="Bingkai Avatar Emas Musim S2",
["desc"]="Bingkai Avatar Emas Arena S2.Pahlawan mulia."
},
[47]={

View File

@ -172,13 +172,16 @@ local item = {
["desc"]="開けると、以下の材料を獲得できる"
},
[44]={
["name"]="ブレードメイドの活躍",
["desc"]="S2闘技場戦令アイコン。いつの間にか勝利が訪れる。"
},
[45]={
["name"]="S2シーズンシルバーフレーム",
["desc"]="S2闘技場シルバーフレーム。実力の証。"
},
[46]={
["name"]="S2シーズンゴールドフレーム",
["desc"]="S2闘技場ゴールドフレーム。ヒーローの輝き。"
},
[47]={

View File

@ -172,13 +172,16 @@ local item = {
["desc"]="오픈 후 다음의 재료를 획득할 수 있습니다."
},
[44]={
["name"]="블레이드 엣지",
["desc"]="S2 아레나 배틀 패스 아이콘, 휘날리는 칼 속에서 승리를 거머쥡니다."
},
[45]={
["name"]="S2 시즌 실버 아이콘 프레임",
["desc"]="S2 아레나 실버 아이콘 프레임, 강인함의 증명입니다."
},
[46]={
["name"]="S2 시즌 골드 아이콘 프레임",
["desc"]="S2 아레나 골드 아이콘 프레임, 영웅의 눈부신 업적입니다."
},
[47]={

View File

@ -172,13 +172,16 @@ local item = {
["desc"]="Concede os seguintes materiais."
},
[44]={
["name"]="Gume da Senhorita dos Gumes",
["desc"]="Avatar da Ordem de Batalha da S2, a vitória vem com um movimento da lâmina."
},
[45]={
["name"]="Moldura de Avatar de Prata da S2",
["desc"]="Moldura de avatar de prata da Arena S2, uma testemunha da força."
},
[46]={
["name"]="Moldura de Avatar de Ouro da S2",
["desc"]="Moldura de avatar de ouro da Arena S2, o brilho de um herói."
},
[47]={

View File

@ -172,13 +172,16 @@ local item = {
["desc"]="หลังเปิดจะได้รับวัสดุต่อไปนี้"
},
[44]={
["name"]="พลังแห่งสาวดาบ",
["desc"]="อวตารของป้ายรบอารีน่า S2 ชัยชนะจะมาถึงเมื่อดาบขึ้นและดาบตก"
},
[45]={
["name"]="กรอบรูปเงินซีซั่น S2",
["desc"]="กรอบรูปเงินของอารีน่า S2 พิสูจน์ของพลังงาน"
},
[46]={
["name"]="กรอบรูปทองซีซั่น S2",
["desc"]="กรอบรูปทองของอารีน่า S2 ความรุ่งโรจน์ของฮีโร่"
},
[47]={

View File

@ -172,13 +172,16 @@ local item = {
["desc"]="Mở được nhận vật liệu sau"
},
[44]={
["name"]="Tài Năng Irelia",
["desc"]="Avatar Chiến Lệnh S2, vung đao chiến thắng."
},
[45]={
["name"]="Khung Avatar Bạc S2",
["desc"]="Khung Avatar Bạc Đấu Trường S2, biểu tượng sức mạnh."
},
[46]={
["name"]="Khung Avatar Vàng S2",
["desc"]="Khung Avatar Vàng Đấu Trường S2, anh hùng tỏa sáng."
},
[47]={

View File

@ -172,13 +172,16 @@ local item = {
["desc"]="開啟後可獲得以下材料"
},
[44]={
["name"]="刀妹鋒芒",
["desc"]="S2競技戰令頭像刀起刀落勝利就來了。"
},
[45]={
["name"]="S2賽季白銀頭像框",
["desc"]="S2競技場白銀頭像框力量的證明。"
},
[46]={
["name"]="S2賽季黃金頭像框",
["desc"]="S2競技場黃金頭像框英雄的光輝。"
},
[47]={

View File

@ -82,9 +82,6 @@ function ItemGetUI:onRefresh()
table.insert(lock, id)
end
end
table.sort(farm, function(a, b) return a > b end)
table.sort(unlock, function(a, b) return a > b end)
table.sort(lock, function(a, b) return a > b end)
unlock = table.addArray(farm, unlock)
self.wayList = table.addArray(unlock, lock)