mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-22 06:58:24 +00:00
fix: #402
This commit is contained in:
parent
475fa37c02
commit
1302296eac
@ -284,9 +284,10 @@ const buffs = {
|
|||||||
千岩牢固: {
|
千岩牢固: {
|
||||||
2: attr('hpPct', 20),
|
2: attr('hpPct', 20),
|
||||||
4: {
|
4: {
|
||||||
title: '元素战技命中敌人后,攻击力提升20%',
|
title: '元素战技命中敌人后,攻击力提升[atkPct]%,护盾强效提升[shield]%',
|
||||||
data: {
|
data: {
|
||||||
atkPct: 20
|
atkPct: 20,
|
||||||
|
shield: 30
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user