#角色面板:1.为爆表的ACE增加样式与输出 2.圣遗物评分补充一些角色的有效词条 3. 香菱与烟绯的立绘位置调整

This commit is contained in:
yoimiya-kokomi 2022-04-18 00:24:48 +08:00
parent f3d274c1f0
commit 267c75b991
3 changed files with 12 additions and 4 deletions

View File

@ -68,7 +68,8 @@ let Reliquaries = {
["S", 0.55],
["SS", 0.65],
["SSS", 0.75],
["ACE", 0.85]
["ACE", 0.85],
["ACE²", 1]
];
for (let idx = 0; idx < scoreMap.length; idx++) {

View File

@ -364,7 +364,8 @@ body {
font-family: Number, YS;
}
.mark-ACE {
.mark-ACE,
.mark-ACE²{
color: #e85656;
font-weight: bold;
}
@ -565,3 +566,9 @@ body {
.char-优菈 .main-pic {
margin-left: -175px;
}
.char-烟绯 .main-pic {
margin-left: -135px;
}
.char-香菱 .main-pic {
margin-left: -195px;
}

View File

@ -57,7 +57,7 @@ export const attrMap = {
}
export const usefulAttr = {
"神里绫人": "atk,cRate,cDmg",
"神里绫人": "hp,atk,cRate,cDmg,mastery",
"八重神子": "atk,cRate,cDmg,mastery,",
"申鹤": "atk,recharge",
"云堇": "def,recharge",
@ -67,7 +67,7 @@ export const usefulAttr = {
"枫原万叶": "mastery,cRate,cDmg,recharge",
"雷电将军": "atk,cRate,cDmg,recharge",
"行秋": "atk,cRate,cDmg,recharge",
"钟离": "hp,cRate,cDmg,recharge",
"钟离": "hp,atk,cRate,cDmg,recharge",
"神里绫华": "atk,cRate,cDmg",
"香菱": "atk,cRate,cDmg,recharge,mastery",
"胡桃": "hp,cRate,cDmg,mastery",