修订细节

This commit is contained in:
枫谷剑仙 2025-05-11 04:40:35 +08:00
parent 0d6ca719f9
commit 5ad9460c24
4 changed files with 32 additions and 11 deletions

View File

@ -190,7 +190,7 @@ const _localTranslating = {
L_shape: tp`以L字形式消除5个${'orbs'}`,
heal: tp`${'orbs'}回复${'heal'}${'stats'}`,
awakening_activated: tp`${'awakenings'}同时发动时`,
awakening_activated: tp`[${'awakenings'}]发动时`,
},
position: {
top: tp`上方第${'pos'}横行`,

View File

@ -189,7 +189,7 @@ const _localTranslating = {
L_shape: tp`以L字形式消除5個${'orbs'}`,
heal: tp`${'orbs'}回復${'heal'}${'stats'}`,
awakening_activated: tp`${'awakenings'}同時發動時`,
awakening_activated: tp`[${'awakenings'}]發動時`,
},
position: {
top: tp`上方第${'pos'}橫行`,

View File

@ -205,7 +205,7 @@ let localTranslating = {
L_shape: tp`When matching an L shape of 5 ${'orbs'} `,
heal: tp`When healing at least ${'heal'} ${'stats'} with ${'orbs'} `,
awakening_activated: tp`When ${'awakenings'} activated at the same time `,
awakening_activated: tp`When [${'awakenings'}] activated `,
},
position: {
top: tp`${'pos'} of top rows`,
@ -569,8 +569,8 @@ const official_badge_sorting = [ //20是没有启用的全属性徽章现在
10, 12, 13, 14, 41, 42, 43, 44,
45, 46, 47, 48, 24, 25, 26, 53, 27,
28, 29, 30, 31, 15, 16, 32, 33,
34, 35, 36, 37, 38, 39, 40, 49,
50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 62,
34, 35, 36, 37, 38, 62, 39, 40, 49,
50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61,
]
//官方的觉醒排列顺序
@ -3969,11 +3969,32 @@ const specialSearchFunctions = (function() {
},
{name:"Less remain on the board",otLangName:{chs:"剩珠倍率",cht:"剩珠倍率"},
function:cards=>cards.filter(card=>{
const searchTypeArray = [177];
const skill = getCardLeaderSkill(card, searchTypeArray);
return skill?.params[5];
const searchTypeArray = [177];
const skill = getCardLeaderSkill(card, searchTypeArray);
return skill?.params[5];
})
},
{name:"Awakening active",otLangName:{chs:"激活觉醒",cht:"激活覺醒"},
function:cards=>cards.filter(card=>{
const searchTypeArray = [271];
const skill = getCardLeaderSkill(card, searchTypeArray);
return skill;
}),
addition:card=>{
const searchTypeArray = [271];
const skill = getCardLeaderSkill(card, searchTypeArray);
if (!skill) return;
const parsedSkills = skillParser(skill.id);
const parsedSkill = parsedSkills.find(subSkil=>
subSkil
?.condition
?.awakeningActivated
?.awakenings?.length);
const fragment = document.createDocumentFragment();
fragment.append("要",creatAwokenList(parsedSkill.condition.awakeningActivated.awakenings));
return fragment;
}
},
]},
{group:true,name:"Restriction/Bind",otLangName:{chs:"限制",cht:"限制"}, functions: [
{name:"Attribute Enchantment",otLangName:{chs:"属性增强",cht:"屬性增强"},

View File

@ -48275,7 +48275,7 @@ const cachesMap = new Map([
],
[
"script-json_data.js",
"3f01d6d8fc67fd998598f847cb874bb0"
"01b72db639555d40de9f57b80e10d580"
],
[
"script-skill-parser.js",
@ -48347,7 +48347,7 @@ const cachesMap = new Map([
],
[
"languages/zh-hans.js",
"b383afb22425f7874a3a1c109551d478"
"a339f8b008f9a85a87a923b6267152cc"
],
[
"languages/zh-hant.css",
@ -48355,7 +48355,7 @@ const cachesMap = new Map([
],
[
"languages/zh-hant.js",
"9ecee6c2178fe3676700b33caf92c640"
"9cd0585f504a4887c5a5f38a539e2e74"
],
[
"images/attrs.png",