mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-22 06:58:24 +00:00
#角色面板:1.为爆表的ACE增加样式与输出 2.圣遗物评分补充一些角色的有效词条 3. 香菱与烟绯的立绘位置调整
This commit is contained in:
parent
f3d274c1f0
commit
267c75b991
@ -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++) {
|
||||
|
@ -364,7 +364,8 @@ body {
|
||||
font-family: Number, YS;
|
||||
}
|
||||
|
||||
.mark-ACE {
|
||||
.mark-ACE,
|
||||
.mark-ACE²{
|
||||
color: #e85656;
|
||||
font-weight: bold;
|
||||
}
|
||||
@ -564,4 +565,10 @@ body {
|
||||
|
||||
.char-优菈 .main-pic {
|
||||
margin-left: -175px;
|
||||
}
|
||||
.char-烟绯 .main-pic {
|
||||
margin-left: -135px;
|
||||
}
|
||||
.char-香菱 .main-pic {
|
||||
margin-left: -195px;
|
||||
}
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user