mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-22 06:58:24 +00:00
BUG修复
This commit is contained in:
parent
e67dbe470a
commit
314733965f
@ -60,8 +60,8 @@ export const buffs = [{
|
||||
title: '闲云6命:施展了[buffCount]次步天梯,闲云冲击波的暴击伤害提升[a3Cdmg]%',
|
||||
cons: 6,
|
||||
data: {
|
||||
buffCount: ({ params }) => Params.btt ,
|
||||
a3Cdmg: ({ params }) => 15 + Math.floor( Params.btt / 2 ) * 20 + Math.floor( Params.btt / 3 ) * 35
|
||||
buffCount: ({ params }) => params.btt ,
|
||||
a3Cdmg: ({ params }) => 15 + Math.floor( params.btt / 2 ) * 20 + Math.floor( params.btt / 3 ) * 35
|
||||
}
|
||||
}]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user