mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-16 04:35:42 +00:00
fix calc data
This commit is contained in:
parent
e626991f16
commit
aa7faafe84
@ -54,10 +54,10 @@ export const buffs = [{
|
||||
_atkPct: ({ params }) => Math.min(params.debuffCount * 20, 80)
|
||||
}
|
||||
}, {
|
||||
title: '真理6命:天赋的追加攻击造成伤害提高[dmg]%',
|
||||
title: '真理6命:天赋的追加攻击造成伤害提高[tDmg]%',
|
||||
cons: 6,
|
||||
data: {
|
||||
dmg: 50
|
||||
tDmg: 50
|
||||
}
|
||||
}]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user